MIPS/BFD: Don't stop processing on a cross-mode jump conversion error
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-call-global-3.s
1 .set nomips16
2
3 .globl y
4 .ent y
5 .type y,@function
6 .align 4
7 y:
8 jr $31
9 .end y
10
11 .ent z
12 .type z,@function
13 z:
14 jr $31
15 .end z
16
17 .space 8
This page took 0.029741 seconds and 4 git commands to generate.