Display signed hex number in x32 addend overflow check
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / sh1.s
CommitLineData
252b5132
RH
1 .text
2foo:
3L1:
4 mov.l L2,r0
5 .uses L1
6 jsr @r0
7 rts
8 .align 2
9L2:
10 .long bar
11bar:
12 rts
13 .align 4
This page took 0.500738 seconds and 4 git commands to generate.