ld: Don't xfail ld-elf/warn[12] on 64-bit Solaris/SPARC
[deliverable/binutils-gdb.git] / ld / testsuite / ld-tic6x / data-reloc-global.s
CommitLineData
40b36596
JM
1.globl s0
2.globl sff
3.globl sffff
4.globl s80000000
5.globl sffff8000
6.globl sffffff80
7.globl sffffffff
8.data
9 .word s80000000
10 .word sffffffff
11 .word s0
12 .word sffffffff+0xffffffff
13 .word s80000000+0x80000000
14 .short sffffffff
15 .short sffff
16 .short sffff8000
17 .short s0-0x8000
18 .short s80000000+0x80000000
19 .byte sffffffff
20 .byte sff
21 .byte sffffff80
22 .byte s0-0x80
23 .byte s80000000+0x80000000
This page took 0.553298 seconds and 4 git commands to generate.