MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-misc-5.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS branch-misc-5
3 #as: -32 -non_shared
4
5 # Test branches to undefined symbols and a defined local symbol
6 # in another section.
7
8 .*: +file format .*mips.*
9
10 Disassembly of section \.text:
11 0+0000 <[^>]*> 1000ffff b 00000000 <g6>
12 [ ]*0: R_MIPS_PC16 x1
13 0+0004 <[^>]*> 00000000 nop
14 0+0008 <[^>]*> 1000ffff b 00000008 <g6\+0x8>
15 [ ]*8: R_MIPS_PC16 x2
16 0+000c <[^>]*> 00000000 nop
17 0+0010 <[^>]*> 1000ffff b 00000010 <g6\+0x10>
18 [ ]*10: R_MIPS_PC16 \.Ldata
19 0+0014 <[^>]*> 00000000 nop
20 \.\.\.
This page took 0.032452 seconds and 4 git commands to generate.