Remove unused file_string parameter in gdb_disassembly
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / branch-absolute.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS link branch to absolute expression
3 #source: ../../../gas/testsuite/gas/mips/branch-absolute.s
4 #as: -EB -32
5 #ld: -EB -Ttext 0 -e foo
6
7 .*: +file format .*mips.*
8
9 Disassembly of section \.text:
10 \.\.\.
11 [0-9a-f]+ <[^>]*> 1000008c b 0+001234 <bar>
12 [0-9a-f]+ <[^>]*> 00000000 nop
13 [0-9a-f]+ <[^>]*> 0411008a bal 0+001234 <bar>
14 [0-9a-f]+ <[^>]*> 00000000 nop
15 [0-9a-f]+ <[^>]*> 04100088 bltzal zero,0+001234 <bar>
16 [0-9a-f]+ <[^>]*> 00000000 nop
17 [0-9a-f]+ <[^>]*> 10400086 beqz v0,0+001234 <bar>
18 [0-9a-f]+ <[^>]*> 00000000 nop
19 [0-9a-f]+ <[^>]*> 14400084 bnez v0,0+001234 <bar>
20 [0-9a-f]+ <[^>]*> 00000000 nop
21 \.\.\.
This page took 0.030919 seconds and 4 git commands to generate.