98f17e6e1c
to test that entry for deleted function is zeroed. Add a somewhat closer to normal .eh_frame to test that fde for deleted function is removed. * ld-linkonce/y.s: Likewise. * ld-linkonce/zeroeh.ld: Place .gcc_except_table too. * ld-linkonce/zeroehl32.d: Update.
5 lines
153 B
Text
5 lines
153 B
Text
SECTIONS {
|
|
.text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
|
|
.gcc_except_table 0x2000 : { *(.gcc_except_table) }
|
|
.eh_frame 0x4000 : { *(.eh_frame) }
|
|
}
|