Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / tic6x / data-reloc.s
1 .data
2 .globl a
3 .globl ext1
4 .globl ext2
5 .globl ext3
6 a:
7         .word ext1
8         .word ext1 + 4
9         .short ext2
10         .short ext2 - 2
11         .byte ext3
12         .byte ext3 + 1