提交 43fc9d2f 编写于 作者: R Russell King

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: NNicolas Pitre <nicolas.pitre@linaro.org>
Tested-by: NStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 1604d79d
...@@ -136,8 +136,6 @@ SECTIONS ...@@ -136,8 +136,6 @@ SECTIONS
*(.fixup) *(.fixup)
#endif #endif
*(.gnu.warning) *(.gnu.warning)
*(.rodata)
*(.rodata.*)
*(.glue_7) *(.glue_7)
*(.glue_7t) *(.glue_7t)
. = ALIGN(4); . = ALIGN(4);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册