summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/weak1.s
blob: 046fbe1fa465fea840b970ee4c55de6d0da36f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
.data
	.global	foo1
	.global	sym1
	.weak	sym2
foo1:
	.long	sym1
	.long	sym2
sym1:
	.long	0x12121212
sym2:
	.long	0x34343434