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

.data
	.global bar
bar:
	.long 0x87654321

	.lcomm dummy, 0x12