Remove unused file_string parameter in gdb_disassembly
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / branch-absolute-addend.d
CommitLineData
0c117286
MR
1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: MIPS link branch to absolute expression with addend
3#source: ../../../gas/testsuite/gas/mips/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]+ <[^>]*> 1000162a b 0*123468ac <bar\+0x1234>
12[0-9a-f]+ <[^>]*> 00000000 nop
13[0-9a-f]+ <[^>]*> 04111628 bal 0*123468ac <bar\+0x1234>
14[0-9a-f]+ <[^>]*> 00000000 nop
15[0-9a-f]+ <[^>]*> 04101626 bltzal zero,0*123468ac <bar\+0x1234>
16[0-9a-f]+ <[^>]*> 00000000 nop
17[0-9a-f]+ <[^>]*> 10401624 beqz v0,0*123468ac <bar\+0x1234>
18[0-9a-f]+ <[^>]*> 00000000 nop
19[0-9a-f]+ <[^>]*> 14401622 bnez v0,0*123468ac <bar\+0x1234>
20[0-9a-f]+ <[^>]*> 00000000 nop
21 \.\.\.
This page took 0.043366 seconds and 4 git commands to generate.