Add MIPS .module directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / jalr3.s
CommitLineData
d6101ac2
MR
1 .text
2
3 .set $bar, bar
4
5 .globl foo
6 .ent foo
7foo:
8 .reloc 1f, R_MIPS_JALR, $bar
91: jalr $25
10 .reloc 1f, R_MIPS_JALR, $bar
111: jr $25
12 .end foo
13
14 .ent bar
15bar:
16 j $31
17 .end bar
18
19# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
20 .align 4, 0
21 .space 16
This page took 0.063808 seconds and 4 git commands to generate.