summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-checks/asm.s
blob: e4e0c3324704acafd1dc0b0e074e184b81d3356a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.text
	.global foo
foo:
	.long 0x12345678

.data
	.global bar
bar:
	.long 0x87654321

	.lcomm 0x12