Add tests for PR ld/20513
[deliverable/binutils-gdb.git] / ld / testsuite / ld-tic6x / data-reloc-global-rel.s
CommitLineData
41820509
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 .byte sffffffff
19 .byte sff
20 .byte sffffff80
21 .byte s0-0x80
This page took 0.316617 seconds and 4 git commands to generate.