Removes support in the ARM assembler for the unsigned variants of the VQ(R)DMLAH...
[deliverable/binutils-gdb.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
This page took 0.030703 seconds and 4 git commands to generate.