MIPS/BFD: Don't stop processing on a cross-mode jump conversion error
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / export-class-ref-f2.s
CommitLineData
1f599d0e
MR
1 .abicalls
2 .text
3
4 .globl f1
5 .ent f1
6f1:
7 .frame $sp, 0, $31
8 .mask 0x00000000, 0
9 .fmask 0x00000000, 0
10 jr $31
11 .end f1
12
13 .globl f2
14 .ent f2
15f2:
16 .frame $sp, 0, $31
17 .mask 0x00000000, 0
18 .fmask 0x00000000, 0
19 jr $31
20 .end f2
This page took 0.04467 seconds and 4 git commands to generate.