summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr19827a.S
blob: 43241f5224e4a3ce454af94fe8daef87ae32b72a (plain)
1
2
3
4
5
6
7
8
9
10
	.text
	.global _start
_start:
	.dc.a foo
	.data
	.globl foo
foo:
	.byte 0

	.section	.note.GNU-stack