diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-07-05 19:01:20 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-07-07 18:36:28 -0400 |
commit | 43fc9d2fa5585adfadd0fdc06a20626727cf985a (patch) | |
tree | b6aa8e66e3a33906eaae4b7c5389ad1617fb2cd7 /arch/arm/kernel/vmlinux.lds.S | |
parent | 1604d79d372bcf0cf1aebcbdee251bd0f3d56665 (diff) |
ARM: vmlinux.lds: remove .rodata/.rodata1 from main .text segment
RODATA() already handles these sections, so allow it to take care
of them for us.
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Tested-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/arm/kernel/vmlinux.lds.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S index c8bb9b77c2ea..fa812d03ff47 100644 --- a/arch/arm/kernel/vmlinux.lds.S +++ b/arch/arm/kernel/vmlinux.lds.S | |||
@@ -136,8 +136,6 @@ SECTIONS | |||
136 | *(.fixup) | 136 | *(.fixup) |
137 | #endif | 137 | #endif |
138 | *(.gnu.warning) | 138 | *(.gnu.warning) |
139 | *(.rodata) | ||
140 | *(.rodata.*) | ||
141 | *(.glue_7) | 139 | *(.glue_7) |
142 | *(.glue_7t) | 140 | *(.glue_7t) |
143 | . = ALIGN(4); | 141 | . = ALIGN(4); |