Add 2 i386 tests to call IFUNC functions via GOT
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / sh1.s
... / ...
CommitLineData
1 .text
2foo:
3L1:
4 mov.l L2,r0
5 .uses L1
6 jsr @r0
7 nop
8 .uses L1
9 jmp @r0
10 nop
11 rts
12 nop
13 .align 2
14L2:
15 .long bar
16bar:
17 rts
18 .align 4
This page took 0.024071 seconds and 4 git commands to generate.