MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-extern-3.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS relaxed branch to an external symbol
3 #as: -32 -KPIC -mips1 --relax-branch
4 #source: branch-extern.s
5 #stderr: branch-extern.l
6
7 .*: +file format .*mips.*
8
9 Disassembly of section \.text:
10 [0-9a-f]+ <[^>]*> 8f810000 lw at,0\(gp\)
11 [ ]*[0-9a-f]+: R_MIPS_GOT16 bar
12 [0-9a-f]+ <[^>]*> 00000000 nop
13 [0-9a-f]+ <[^>]*> 24210000 addiu at,at,0
14 [ ]*[0-9a-f]+: R_MIPS_LO16 bar
15 [0-9a-f]+ <[^>]*> 00200008 jr at
16 [0-9a-f]+ <[^>]*> 00000000 nop
17 \.\.\.
This page took 0.046134 seconds and 4 git commands to generate.