lds: Add eh_frame_hdr section
A new section has appeared, move it to the correct place Copy of fwupd/fwupd-efi#59 Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
parent
2b0c490219
commit
c7ee41c6c4
@ -10,6 +10,7 @@ SECTIONS
|
||||
.gnu.hash : { *(.gnu.hash) }
|
||||
. = ALIGN(4096);
|
||||
.eh_frame : { *(.eh_frame) }
|
||||
.eh_frame_hdr : { *(.eh_frame_hdr) }
|
||||
.gcc_except_table : { *(.gcc_except_table*) }
|
||||
. = ALIGN(4096);
|
||||
.text : {
|
||||
|
@ -9,6 +9,7 @@ SECTIONS
|
||||
.hash : { *(.hash) }
|
||||
.gnu.hash : { *(.gnu.hash) }
|
||||
.eh_frame : { *(.eh_frame) }
|
||||
.eh_frame_hdr : { *(.eh_frame_hdr) }
|
||||
.gcc_except_table : { *(.gcc_except_table*) }
|
||||
. = ALIGN(4096);
|
||||
.text :
|
||||
|
@ -9,6 +9,7 @@ SECTIONS
|
||||
.hash : { *(.hash) }
|
||||
.gnu.hash : { *(.gnu.hash) }
|
||||
.eh_frame : { *(.eh_frame) }
|
||||
.eh_frame_hdr : { *(.eh_frame_hdr) }
|
||||
.gcc_except_table : { *(.gcc_except_table*) }
|
||||
. = ALIGN(4096);
|
||||
.text :
|
||||
|
@ -10,6 +10,7 @@ SECTIONS
|
||||
.gnu.hash : { *(.gnu.hash) }
|
||||
. = ALIGN(4096);
|
||||
.eh_frame : { *(.eh_frame) }
|
||||
.eh_frame_hdr : { *(.eh_frame_hdr) }
|
||||
.gcc_except_table : { *(.gcc_except_table*) }
|
||||
. = ALIGN(4096);
|
||||
.text : {
|
||||
|
@ -130,6 +130,7 @@ SECTIONS
|
||||
.gnu.hash : { *(.gnu.hash) }
|
||||
. = ALIGN(4096);
|
||||
.eh_frame : { *(.eh_frame) }
|
||||
.eh_frame_hdr : { *(.eh_frame_hdr) }
|
||||
. = ALIGN(4096);
|
||||
.gcc_except_table : { *(.gcc_except_table*) }
|
||||
/DISCARD/ :
|
||||
|
@ -11,6 +11,7 @@ SECTIONS
|
||||
.gnu.hash : { *(.gnu.hash) }
|
||||
. = ALIGN(4096);
|
||||
.eh_frame : { *(.eh_frame) }
|
||||
.eh_frame_hdr : { *(.eh_frame_hdr) }
|
||||
.gcc_except_table : { *(.gcc_except_table*) }
|
||||
. = ALIGN(4096);
|
||||
.text :
|
||||
|
Loading…
Reference in New Issue
Block a user