* gas/mips/jal.d: Remove duplicate pattern.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / jal.d
CommitLineData
252b5132
RH
1#objdump: -dr --prefix-addresses -mmips:4000
2#name: MIPS jal
21b99e26 3#as: -32
252b5132
RH
4
5# Test the jal macro.
6
7.*: +file format .*mips.*
8
9Disassembly of section .text:
aa5f19f2 100+0000 <[^>]*> jalr t9
252b5132 110+0004 <[^>]*> nop
aa5f19f2 120+0008 <[^>]*> jalr a0,t9
252b5132
RH
130+000c <[^>]*> nop
140+0010 <[^>]*> jal 0+ <text_label>
b7cf0db7 15[ ]*10: (MIPS_JMP|JMPADDR|R_MIPS_26) .text
252b5132
RH
160+0014 <[^>]*> nop
170+0018 <[^>]*> jal 0+ <text_label>
18[ ]*18: (MIPS_JMP|JMPADDR|R_MIPS_26) external_text_label
190+001c <[^>]*> nop
200+0020 <[^>]*> j 0+ <text_label>
21[ ]*20: (MIPS_JMP|JMPADDR|R_MIPS_26) .text
220+0024 <[^>]*> nop
230+0028 <[^>]*> j 0+ <text_label>
24[ ]*28: (MIPS_JMP|JMPADDR|R_MIPS_26) external_text_label
250+002c <[^>]*> nop
This page took 0.535609 seconds and 4 git commands to generate.