aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/script_test_13.t
blob: d51e1db95b8e32091f6c8311da25a9fbcb41929b (plain)
1
2
3
4
5
6
7
SECTIONS
{
	.text 0 : { *(.text) }

	.rela.dyn 0x10000 : { *(.rela.init) }
	.rel.dyn 0x10000 : { *(.rela.init) }
}