Fix implib test failures
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / compressed-plt-1d.s
1 # Create a GOT reference for every function under test.
2
3 .abicalls
4 .option pic2
5
6 .include "compressed-plt-1.s"
7
8 .macro test_one, name, types
9 lw $2,%got(\name)($gp)
10 .endm
11
12 .if micromips
13 .set micromips
14 .endif
15
16 .section .text.d, "ax", @progbits
17 .globl testgot
18 .ent testgot
19 .set noreorder
20 testgot:
21 test_all
22 .end testgot
This page took 0.032255 seconds and 4 git commands to generate.