projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4767928
)
[POWERPC] Fix zImage.coff on oldworld PowerMac
author
Benjamin Herrenschmidt
<
[email protected]
>
Tue, 3 Oct 2006 04:27:16 +0000
(14:27 +1000)
committer
Paul Mackerras
<
[email protected]
>
Wed, 4 Oct 2006 04:52:27 +0000
(14:52 +1000)
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 <
[email protected]
>
Signed-off-by: Paul Mackerras <
[email protected]
>
arch/powerpc/boot/zImage.coff.lds.S
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/zImage.coff.lds.S
b/arch/powerpc/boot/zImage.coff.lds.S
index 6016251a1a2c73bcc35be2b697c469346683aa15..05f32388b953026924c90834b13a838faabbda35 100644
(file)
--- 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)