summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/sub.s
blob: 3e03db0747b047da90eab85cb22d6fc3f4bc1ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
	.text
	.global foo
foo:
	movw $bar-foo,%si

	# Force a good alignment.
	.p2align        4,0

	.data
bar:
	.long	0