Make the objfile constructor private
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / compressed-plt-1-dyn.s
CommitLineData
690f47bf
RS
1# Create dummy DSO functions for everything that these tests call.
2
3 .abicalls
4 .option pic2
5
6 .set filter, -1
7
8 .macro test_one, name, mask
9 .globl \name
10 .ent \name
11\name:
12 jr $31
13 .end \name
14 .endm
15
16 .include "compressed-plt-1.s"
17
18 test_all
This page took 0.299905 seconds and 4 git commands to generate.