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