summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/zImage.coff.lds.S
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-10-03 04:27:16 (GMT)
committerPaul Mackerras <paulus@samba.org>2006-10-04 04:52:27 (GMT)
commit54c9941288e86fad983e307e540808e155b16b34 (patch)
treea0f899e7d8972a78789f594c2f0c01107721096a /arch/powerpc/boot/zImage.coff.lds.S
parent476792839467c08ddeedd8b44a7423d415b68259 (diff)
downloadlinux-54c9941288e86fad983e307e540808e155b16b34.tar.xz
[POWERPC] Fix zImage.coff on oldworld PowerMac
Recent changes to the PowerPC zImage wrapper broke zImage.coff due to the addition of new ELF sections that aren't very well converted to xcoff and not supported by old OpenFirmware. This fixes it by putting those sections in the xcoff .data. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/zImage.coff.lds.S')
-rw-r--r--arch/powerpc/boot/zImage.coff.lds.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/zImage.coff.lds.S b/arch/powerpc/boot/zImage.coff.lds.S
index 6016251..05f3238 100644
--- a/arch/powerpc/boot/zImage.coff.lds.S
+++ b/arch/powerpc/boot/zImage.coff.lds.S
@@ -15,6 +15,7 @@ SECTIONS
{
*(.rodata*)
*(.data*)
+ *(__builtin_*)
*(.sdata*)
__got2_start = .;
*(.got2)