summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/tic6x/data-reloc.s
blob: 7120dbc02c0b7edc5a564b3e1ce870ad796eafec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.data
.globl a
.globl ext1
.globl ext2
.globl ext3
a:
	.word ext1
	.word ext1 + 4
	.short ext2
	.short ext2 - 2
	.byte ext3
	.byte ext3 + 1