MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-absolute.d
... / ...
CommitLineData
1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: MIPS branch to absolute expression
3#as: -32
4
5.*: +file format .*mips.*
6
7Disassembly of section \.text:
8 \.\.\.
9[0-9a-f]+ <[^>]*> 1000ffff b 00001000 <foo>
10[ ]*[0-9a-f]+: R_MIPS_PC16 bar
11[0-9a-f]+ <[^>]*> 00000000 nop
12[0-9a-f]+ <[^>]*> 0411ffff bal 00001008 <foo\+0x8>
13[ ]*[0-9a-f]+: R_MIPS_PC16 bar
14[0-9a-f]+ <[^>]*> 00000000 nop
15[0-9a-f]+ <[^>]*> 0410ffff bltzal zero,00001010 <foo\+0x10>
16[ ]*[0-9a-f]+: R_MIPS_PC16 bar
17[0-9a-f]+ <[^>]*> 00000000 nop
18[0-9a-f]+ <[^>]*> 1040ffff beqz v0,00001018 <foo\+0x18>
19[ ]*[0-9a-f]+: R_MIPS_PC16 bar
20[0-9a-f]+ <[^>]*> 00000000 nop
21[0-9a-f]+ <[^>]*> 1440ffff bnez v0,00001020 <foo\+0x20>
22[ ]*[0-9a-f]+: R_MIPS_PC16 bar
23[0-9a-f]+ <[^>]*> 00000000 nop
24 \.\.\.
This page took 0.025478 seconds and 4 git commands to generate.