ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-linkonce / zeroeh.ld
CommitLineData
8e13f7b1
HPN
1SECTIONS {
2 .text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
98f17e6e
AM
3 .gcc_except_table 0x2000 : { *(.gcc_except_table) }
4 .eh_frame 0x4000 : { *(.eh_frame) }
241e64e3 5 /DISCARD/ : { *(.note.gnu.property) }
8e13f7b1 6}
This page took 0.784371 seconds and 4 git commands to generate.