Merge .eh_frame_hdr and .eh_frame into .text

This commit is contained in:
uwe 2017-04-20 18:53:12 +00:00
parent 702f0ce987
commit bf646ffdb7

View File

@ -32,6 +32,8 @@ SECTIONS
*(.rodata.*)
*(.rodata1)
*(.got1)
*(.eh_frame_hdr)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }