* gas/mips/*.d: Change all test names to say MIPS.
[binutils-gdb.git] / gas / testsuite / gas / mips / jal-empic.d
1 #objdump: -dr
2 #name: MIPS jal-empic
3 #as: -mips1 -membedded-pic
4 #source: jal.s
5
6 # Test the jal macro with -membedded-pic.
7
8 .*: +file format .*mips.*
9
10 Disassembly of section .text:
11 0+0000 <[^>]*> jalr \$t9
12 ...
13 0+0008 <[^>]*> jalr \$a0,\$t9
14 ...
15 0+0010 <[^>]*> bal 0+0000 <text_label>
16 [ ]*RELOC: 0+0010 PCREL16 .text
17 ...
18 0+0018 <[^>]*> bal 0+0018 <text_label\+18>
19 [ ]*RELOC: 0+0018 PCREL16 external_text_label
20 ...
21 0+0020 <[^>]*> b 0+0000 <text_label>
22 [ ]*RELOC: 0+0020 PCREL16 .text
23 ...
24 0+0028 <[^>]*> b 0+0028 <text_label\+28>
25 [ ]*RELOC: 0+0028 PCREL16 external_text_label
26 ...