summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-elf/pr14170b.s
blob: 818f975d99f7710c142b89292ec898a37216b5a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
	.data
	.type foo,%object
	.globl foo
foo:
	.dc.a 0
	.size	foo, . - foo
	.type foo,%object
	.globl bar
bar:
	.dc.a 0
	.size	bar, . - bar