summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-checks/asm.s
blob: 86e7310a59a518425331a2931814db2588316348 (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