aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-linkonce/zeroeh.ld
blob: 6550c17db9c22450f50cd9d2e853f9b63705a19d (plain) (blame)
1
2
3
4
SECTIONS {
 .text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
 .eh_frame 0x2000 : { *(.eh_frame) }
}