Use std::string in dwarf2read.c
[deliverable/binutils-gdb.git] / ld / testsuite / ld-linkonce / zeroeh.ld
... / ...
CommitLineData
1SECTIONS {
2 .text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
3 .gcc_except_table 0x2000 : { *(.gcc_except_table) }
4 .eh_frame 0x4000 : { *(.eh_frame) }
5 /DISCARD/ : { *(.note.gnu.property) }
6}
This page took 0.022085 seconds and 4 git commands to generate.