From: Paul Mackerras Date: Mon, 10 Oct 2005 12:41:25 +0000 (+1000) Subject: powerpc: Fix bug caused by negation of 64-bit reloc_offset value X-Git-Tag: v2.6.15-rc1~59^2~206 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a408329ed19cf2a80e831d28cbd93d2e36155a6;p=pandora-kernel.git powerpc: Fix bug caused by negation of 64-bit reloc_offset value 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 --- Reading git-diff-tree failed