dect
/
linux-2.6
Archived
13
0
Fork 0

[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: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2007-07-22 19:19:05 -07:00
parent 86ac92ee69
commit 0c0d345e25
2 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,8 @@ SECTIONS
__ex_table : { *(__ex_table) }
__stop___ex_table = .;
NOTES
. = ALIGN(4096);
__init_begin = .;
_sinittext = .;

View File

@ -45,6 +45,8 @@ SECTIONS
__ex_table : { *(__ex_table) }
__stop___ex_table = .;
NOTES
. = ALIGN(PAGE_SIZE);
__init_begin = .;
.init.text : {