summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/weak2.s
blob: 963b2297fca69cca6a24889a08489c1d790109fd (plain)
1
2
3
4
5
6
7
8
9
10
11
	.data
	.global	foo2
	.weak	sym1
	.global	sym2
foo2:
	.long	sym1
	.long	sym2
sym1:
	.long	0x56565656
sym2:
	.long	0x78787878