summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mmix/zeroeh.ld
blob: efdab4d252c252f02365d5d5599f1c7a487147b5 (plain)
1
2
3
4
SECTIONS {
 .text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
 .gcc_except_table 0x2000 : { *(.gcc_except_table) }
}