MIPS/GAS/testsuite: Drop the `mips16e-' prefix from SAVE/RESTORE tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-misc-5pic.d
CommitLineData
00437d3b
MR
1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: MIPS branch-misc-5pic
3#source: branch-misc-5.s
4#as: -32 -call_shared
5
6# Test branches to undefined symbols and a defined local symbol
7# in another section.
8
9.*: +file format .*mips.*
10
11Disassembly of section .text:
120+0000 <[^>]*> 1000ffff b 00000000 <g6>
13[ ]*0: R_MIPS_PC16 x1
140+0004 <[^>]*> 00000000 nop
150+0008 <[^>]*> 1000ffff b 00000008 <g6\+0x8>
16[ ]*8: R_MIPS_PC16 x2
170+000c <[^>]*> 00000000 nop
180+0010 <[^>]*> 1000ffff b 00000010 <g6\+0x10>
19[ ]*10: R_MIPS_PC16 \.Ldata
200+0014 <[^>]*> 00000000 nop
21 \.\.\.
This page took 0.061945 seconds and 4 git commands to generate.