Merge .eh_frame_hdr and .eh_frame into .text
This commit is contained in:
parent
702f0ce987
commit
bf646ffdb7
@ -32,6 +32,8 @@ SECTIONS
|
||||
*(.rodata.*)
|
||||
*(.rodata1)
|
||||
*(.got1)
|
||||
*(.eh_frame_hdr)
|
||||
*(.eh_frame)
|
||||
}
|
||||
.fini : { *(.fini) } =0
|
||||
.ctors : { *(.ctors) }
|
||||
|
Loading…
Reference in New Issue
Block a user