Commit 0c0d345e authored by David S. Miller's avatar David S. Miller

[SPARC]: Add missing NOTES section.

This fixes boot failures when the build-id LD option is
actually used, because without it we end up with multiple
PT_LOAD sections which the SILO boot loader cannot handle.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 86ac92ee
...@@ -35,6 +35,8 @@ SECTIONS ...@@ -35,6 +35,8 @@ SECTIONS
__ex_table : { *(__ex_table) } __ex_table : { *(__ex_table) }
__stop___ex_table = .; __stop___ex_table = .;
NOTES
. = ALIGN(4096); . = ALIGN(4096);
__init_begin = .; __init_begin = .;
_sinittext = .; _sinittext = .;
......
...@@ -45,6 +45,8 @@ SECTIONS ...@@ -45,6 +45,8 @@ SECTIONS
__ex_table : { *(__ex_table) } __ex_table : { *(__ex_table) }
__stop___ex_table = .; __stop___ex_table = .;
NOTES
. = ALIGN(PAGE_SIZE); . = ALIGN(PAGE_SIZE);
__init_begin = .; __init_begin = .;
.init.text : { .init.text : {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment