summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/comm-data2.s
blob: 168671f9d1648a18036ce6ca1d18321a16c28b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
	.text
	.globl	_start
	.globl	__start
_start:
__start:
	.ifdef	HPUX
foo	.comm	4
	.else
	.comm	foo, 4, 4
	.endif
	.section .debug_foo,"",%progbits
	.balign	16
	.ifdef	ELF64
	.8byte	foo
	.else
	.4byte	foo
	.endif
	.balign	16