Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / jal.d
CommitLineData
16e5e222
RS
1#objdump: -dr --prefix-addresses
2#name: MIPS ELF jal
3#source: jal.s
21b99e26 4#as: -32
252b5132
RH
5
6# Test the jal macro.
7
8.*: +file format .*mips.*
9
10Disassembly of section .text:
aa5f19f2 110+0000 <[^>]*> jalr t9
252b5132 120+0004 <[^>]*> nop
aa5f19f2 130+0008 <[^>]*> jalr a0,t9
252b5132
RH
140+000c <[^>]*> nop
150+0010 <[^>]*> jal 0+ <text_label>
16e5e222 16[ ]*10: R_MIPS_26 text_label
252b5132
RH
170+0014 <[^>]*> nop
180+0018 <[^>]*> jal 0+ <text_label>
16e5e222 19[ ]*18: R_MIPS_26 external_text_label
252b5132
RH
200+001c <[^>]*> nop
210+0020 <[^>]*> j 0+ <text_label>
16e5e222 22[ ]*20: R_MIPS_26 text_label
252b5132
RH
230+0024 <[^>]*> nop
240+0028 <[^>]*> j 0+ <text_label>
16e5e222 25[ ]*28: R_MIPS_26 external_text_label
252b5132 260+002c <[^>]*> nop
df58fc94 27 \.\.\.
This page took 0.833047 seconds and 4 git commands to generate.