mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
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.
6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
SECTIONS {
|
|
.text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
|
|
.gcc_except_table 0x2000 : { *(.gcc_except_table) }
|
|
.eh_frame 0x4000 : { *(.eh_frame) }
|
|
}
|