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

5 lines
100 B
Text
Raw Normal View History

2001-10-30 15:20:14 +00:00
SECTIONS {
.text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
.eh_frame 0x2000 : { *(.eh_frame) }
}