* ld-linkonce/linkonce.exp: New file.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-linkonce / zeroeh.ld
CommitLineData
8e13f7b1
HPN
1SECTIONS {
2 .text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
3 .eh_frame 0x2000 : { *(.eh_frame) }
4}
This page took 0.022334 seconds and 4 git commands to generate.