Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ SECTIONS
  __ex_table : { *(__ex_table) }
  __stop___ex_table = .;

  NOTES

  . = ALIGN(4096);
  __init_begin = .;
  _sinittext = .;
+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,8 @@ SECTIONS
  __ex_table : { *(__ex_table) }
  __stop___ex_table = .;

  NOTES

  . = ALIGN(PAGE_SIZE);
  __init_begin = .;
  .init.text : {