old-cross-binutils/ld/testsuite/ld-linkonce/zeroeh.ld

5 lines
100 B
Text
Raw Normal View History

SECTIONS {
.text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
.eh_frame 0x2000 : { *(.eh_frame) }
}