git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a28856
)
powerpc: Fix bug caused by negation of 64-bit reloc_offset value
author
Paul Mackerras
<paulus@samba.org>
Mon, 10 Oct 2005 12:41:25 +0000
(22:41 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 10 Oct 2005 12:41:25 +0000
(22:41 +1000)
Although both ppc32 and ppc64 have a reloc_offset function, the ppc64
one produced the opposite sign to the ppc32 one. This standardizes
on the ppc32 sign and fixes the merged 64-bit code to account for that.
Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found