ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / export-class-ref-f1.s
CommitLineData
1f599d0e
MR
1 .abicalls
2 .text
3
4 .globl f1
5 .if defv == 3
6 .protected f1
7 .elseif defv == 2
8 .hidden f1
9 .elseif defv == 1
10 .internal f1
11 .endif
12 .ent f1
13f1:
14 .frame $sp, 0, $31
15 .mask 0x00000000, 0
16 .fmask 0x00000000, 0
17 jr $31
18 .end f1
This page took 0.220381 seconds and 4 git commands to generate.