Fix implib test failures
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / micromips-branch-absolute-addend.d
CommitLineData
0c117286
MR
1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: microMIPS link branch to absolute expression with addend
3#source: ../../../gas/testsuite/gas/mips/micromips-branch-absolute-addend.s
4#as: -EB -32
5#ld: -EB -Ttext 0x12340000 -e foo
6
7.*: +file format .*mips.*
8
9Disassembly of section \.text:
10 \.\.\.
11[0-9a-f]+ <[^>]*> 9400 2c54 b 0*123468ac <bar\+0x1233>
12[0-9a-f]+ <[^>]*> 0c00 nop
13[0-9a-f]+ <[^>]*> 4060 2c51 bal 0*123468ac <bar\+0x1233>
14[0-9a-f]+ <[^>]*> 0000 0000 nop
15[0-9a-f]+ <[^>]*> 4020 2c4d bltzal zero,0*123468ac <bar\+0x1233>
16[0-9a-f]+ <[^>]*> 0000 0000 nop
17[0-9a-f]+ <[^>]*> 9402 2c49 beqz v0,0*123468ac <bar\+0x1233>
18[0-9a-f]+ <[^>]*> 0c00 nop
19[0-9a-f]+ <[^>]*> b402 2c46 bnez v0,0*123468ac <bar\+0x1233>
20[0-9a-f]+ <[^>]*> 0c00 nop
21[0-9a-f]+ <[^>]*> 0c00 nop
22 \.\.\.
This page took 0.025805 seconds and 4 git commands to generate.