ld: Add tests for -z separate-code and -z noseparate-code
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / fdpic-plt.s
1 .text
2 .globl f
3 .type f,@function
4 f:
5 mov.l .L1, r0
6 mov.l .L2, r1
7 .align 2
8 .L1:
9 .long foo@PLT
10 .L2:
11 .long bar@PLT
This page took 0.030108 seconds and 4 git commands to generate.