ARM: decompressor: use better output sections
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 26 May 2011 10:40:54 +0000 (11:40 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 7 Jul 2011 22:35:35 +0000 (23:35 +0100)
commit3002b41bc6e5d66f7c1b5fd604f8f413e9bb37a5
tree505ff58a746fbeabb557e89f4002b57a0c6140ce
parentc1f2d9991046769aa14a904ea2bf5434daf86262
ARM: decompressor: use better output sections

Place read-only data in a .rodata output section, and the compressed
piggy data in .piggydata.  Place the .got.plt section before the .got
section as is standard ELF practise.

This allows the piggydata to be more easily extracted from the
compressed vmlinux file for verification purposes.

Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/compressed/vmlinux.lds.in