]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/mips/jal.d
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mips / jal.d
1 #objdump: -dr
2 #name: jal
3
4 # Test the jal macro.
5
6 .*: +file format .*mips.*
7
8 Disassembly of section .text:
9 0+0000 <[^>]*> jalr \$t9
10 ...
11 0+0008 <[^>]*> jalr \$a0,\$t9
12 ...
13 0+0010 <[^>]*> jal 0+ <text_label>
14 [ ]*RELOC: 0+0010 (JMPADDR|R_MIPS_26) .text
15 ...
16 0+0018 <[^>]*> jal 0+ <text_label>
17 [ ]*RELOC: 0+0018 (JMPADDR|R_MIPS_26) external_text_label
18 ...
19 0+0020 <[^>]*> j 0+ <text_label>
20 [ ]*RELOC: 0+0020 (JMPADDR|R_MIPS_26) .text
21 ...
22 0+0028 <[^>]*> j 0+ <text_label>
23 [ ]*RELOC: 0+0028 (JMPADDR|R_MIPS_26) external_text_label
24 ...