Always display addend as signed hex number
[deliverable/binutils-gdb.git] / ld / testsuite / ld-spu / fixup.s
CommitLineData
9cc305ec
TS
1 .global _end
2 .global _start
3 .global glob
4 .global after
5 .global before
6 .weak undef
7
8 .section .text,"ax"
9_start:
10 stop
11
12
13 .data
14 .p2align 4
15before:
16 .long _end, 0, _start, after
17 .long 0, 0, 0, glob
18loc:
19 .long 1,0,0,0
20glob:
21 .long 2,0,0,0
22after:
23 .long 0, 0, 0, before
24
This page took 0.130657 seconds and 4 git commands to generate.