Merge pull request #3 from gmbr3/eh_frame_hdr
lds: Add eh_frame_hdr section
This commit is contained in:
commit
4dc70fdf45
@ -10,6 +10,7 @@ SECTIONS
|
|||||||
.gnu.hash : { *(.gnu.hash) }
|
.gnu.hash : { *(.gnu.hash) }
|
||||||
. = ALIGN(4096);
|
. = ALIGN(4096);
|
||||||
.eh_frame : { *(.eh_frame) }
|
.eh_frame : { *(.eh_frame) }
|
||||||
|
.eh_frame_hdr : { *(.eh_frame_hdr) }
|
||||||
.gcc_except_table : { *(.gcc_except_table*) }
|
.gcc_except_table : { *(.gcc_except_table*) }
|
||||||
. = ALIGN(4096);
|
. = ALIGN(4096);
|
||||||
.text : {
|
.text : {
|
||||||
|
@ -9,6 +9,7 @@ SECTIONS
|
|||||||
.hash : { *(.hash) }
|
.hash : { *(.hash) }
|
||||||
.gnu.hash : { *(.gnu.hash) }
|
.gnu.hash : { *(.gnu.hash) }
|
||||||
.eh_frame : { *(.eh_frame) }
|
.eh_frame : { *(.eh_frame) }
|
||||||
|
.eh_frame_hdr : { *(.eh_frame_hdr) }
|
||||||
.gcc_except_table : { *(.gcc_except_table*) }
|
.gcc_except_table : { *(.gcc_except_table*) }
|
||||||
. = ALIGN(4096);
|
. = ALIGN(4096);
|
||||||
.text :
|
.text :
|
||||||
|
@ -9,6 +9,7 @@ SECTIONS
|
|||||||
.hash : { *(.hash) }
|
.hash : { *(.hash) }
|
||||||
.gnu.hash : { *(.gnu.hash) }
|
.gnu.hash : { *(.gnu.hash) }
|
||||||
.eh_frame : { *(.eh_frame) }
|
.eh_frame : { *(.eh_frame) }
|
||||||
|
.eh_frame_hdr : { *(.eh_frame_hdr) }
|
||||||
.gcc_except_table : { *(.gcc_except_table*) }
|
.gcc_except_table : { *(.gcc_except_table*) }
|
||||||
. = ALIGN(4096);
|
. = ALIGN(4096);
|
||||||
.text :
|
.text :
|
||||||
|
@ -10,6 +10,7 @@ SECTIONS
|
|||||||
.gnu.hash : { *(.gnu.hash) }
|
.gnu.hash : { *(.gnu.hash) }
|
||||||
. = ALIGN(4096);
|
. = ALIGN(4096);
|
||||||
.eh_frame : { *(.eh_frame) }
|
.eh_frame : { *(.eh_frame) }
|
||||||
|
.eh_frame_hdr : { *(.eh_frame_hdr) }
|
||||||
.gcc_except_table : { *(.gcc_except_table*) }
|
.gcc_except_table : { *(.gcc_except_table*) }
|
||||||
. = ALIGN(4096);
|
. = ALIGN(4096);
|
||||||
.text : {
|
.text : {
|
||||||
|
@ -130,6 +130,7 @@ SECTIONS
|
|||||||
.gnu.hash : { *(.gnu.hash) }
|
.gnu.hash : { *(.gnu.hash) }
|
||||||
. = ALIGN(4096);
|
. = ALIGN(4096);
|
||||||
.eh_frame : { *(.eh_frame) }
|
.eh_frame : { *(.eh_frame) }
|
||||||
|
.eh_frame_hdr : { *(.eh_frame_hdr) }
|
||||||
. = ALIGN(4096);
|
. = ALIGN(4096);
|
||||||
.gcc_except_table : { *(.gcc_except_table*) }
|
.gcc_except_table : { *(.gcc_except_table*) }
|
||||||
/DISCARD/ :
|
/DISCARD/ :
|
||||||
|
@ -11,6 +11,7 @@ SECTIONS
|
|||||||
.gnu.hash : { *(.gnu.hash) }
|
.gnu.hash : { *(.gnu.hash) }
|
||||||
. = ALIGN(4096);
|
. = ALIGN(4096);
|
||||||
.eh_frame : { *(.eh_frame) }
|
.eh_frame : { *(.eh_frame) }
|
||||||
|
.eh_frame_hdr : { *(.eh_frame_hdr) }
|
||||||
.gcc_except_table : { *(.gcc_except_table*) }
|
.gcc_except_table : { *(.gcc_except_table*) }
|
||||||
. = ALIGN(4096);
|
. = ALIGN(4096);
|
||||||
.text :
|
.text :
|
||||||
|
Loading…
Reference in New Issue
Block a user