提交 53749f73 编写于 作者: T Tim Abbott 提交者: Greg Ungerer

m68knommu: Split the .init section into INIT_TEXT_SECTION and INIT_DATA_SECTION.

Signed-off-by: NTim Abbott <tabbott@ksplice.com>
Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
上级 995bcd3d
......@@ -154,22 +154,13 @@ SECTIONS {
_edata = . ;
} > DATA
.init : {
.init.text : {
. = ALIGN(PAGE_SIZE);
__init_begin = .;
} > INIT
.init : {
_sinittext = .;
INIT_TEXT
_einittext = .;
INIT_DATA
INIT_SETUP(16)
INIT_CALLS
CON_INITCALL
SECURITY_INITCALL
INIT_RAM_FS
} > INIT
.init : {
INIT_TEXT_SECTION(PAGE_SIZE) > INIT
INIT_DATA_SECTION(16) > INIT
.init.data : {
. = ALIGN(PAGE_SIZE);
__init_end = .;
} > INIT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册