提交 86384d54 编写于 作者: R Ralf Baechle

[MIPS] Discard .exit.text at linktime.

This fixes fairly unobvious breakage of various drivers.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 5b1d221e
......@@ -109,9 +109,6 @@ SECTIONS
.con_initcall.init : { *(.con_initcall.init) }
__con_initcall_end = .;
SECURITY_INIT
/* .exit.text is discarded at runtime, not link time, to deal with
references from .rodata */
.exit.text : { *(.exit.text) }
. = ALIGN(_PAGE_SIZE);
__initramfs_start = .;
.init.ramfs : { *(.init.ramfs) }
......@@ -139,6 +136,7 @@ SECTIONS
/* Sections to be discarded */
/DISCARD/ : {
*(.exit.text)
*(.exit.data)
*(.exitcall.exit)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册