commit | 54c9941288e86fad983e307e540808e155b16b34 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Oct 03 14:27:16 2006 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Oct 04 14:52:27 2006 +1000 |
tree | a0f899e7d8972a78789f594c2f0c01107721096a | |
parent | 476792839467c08ddeedd8b44a7423d415b68259 [diff] |
[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>