MIPS/GAS: Don't convert RELA JALR relocations on R6
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / jal-svr4pic-local.s
1 .abicalls
2 .text
3
4 .align 4, 0
5 .globl foo
6 .ent foo
7 foo:
8 .frame $sp, 32, $31
9 .mask 0x80000000, -4
10 .fmask 0x00000000, 0
11 .set noreorder
12 .cpload $25
13 .set reorder
14 addiu $sp, $sp, -32
15 sw $31, 28($sp)
16 .cprestore 16
17 jal bar
18 lw $31, 28($sp)
19 addiu $sp, $sp, 32
20 jr $31
21 .end foo
22
23 .align 4, 0
24 .ent bar
25 bar:
26 .frame $sp, 0, $31
27 .mask 0x00000000, 0
28 .fmask 0x00000000, 0
29 jr $31
30 .end bar
31
32 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
33 .align 4, 0
34 .space 16
This page took 0.030214 seconds and 4 git commands to generate.