summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRussell King2006-04-09 20:08:42 +0200
committerRussell King2006-04-09 20:08:42 +0200
commitc5b8ef62b5df9530c573f00f4106742661425392 (patch)
treef111f10bc13348d288e5f13f660759b5f43a92ff /arch
parent[ARM] Fix SA110/SA1100 cache flushing (diff)
downloadkernel-qcow2-linux-c5b8ef62b5df9530c573f00f4106742661425392.tar.gz
kernel-qcow2-linux-c5b8ef62b5df9530c573f00f4106742661425392.tar.xz
kernel-qcow2-linux-c5b8ef62b5df9530c573f00f4106742661425392.zip
[ARM] Allow decompressor to be built with -ffunction-sections
Arrange for all the text ends up in the right place when -ffunction-sections is used. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/compressed/vmlinux.lds.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/compressed/vmlinux.lds.in b/arch/arm/boot/compressed/vmlinux.lds.in
index eed616113e47..153a07e7222b 100644
--- a/arch/arm/boot/compressed/vmlinux.lds.in
+++ b/arch/arm/boot/compressed/vmlinux.lds.in
@@ -18,6 +18,7 @@ SECTIONS
_start = .;
*(.start)
*(.text)
+ *(.text.*)
*(.fixup)
*(.gnu.warning)
*(.rodata)