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