Fix implib test failures
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-branch-absolute.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS16 link branch to absolute expression
3 #source: ../../../gas/testsuite/gas/mips/mips16-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]+ <[^>]*> f100 1018 b 0+001234 <foo\+0x234>
12 [0-9a-f]+ <[^>]*> f100 6016 bteqz 0+001234 <foo\+0x234>
13 [0-9a-f]+ <[^>]*> f100 6114 btnez 0+001234 <foo\+0x234>
14 [0-9a-f]+ <[^>]*> f100 2212 beqz v0,0+001234 <foo\+0x234>
15 [0-9a-f]+ <[^>]*> f100 2a10 bnez v0,0+001234 <foo\+0x234>
16 [0-9a-f]+ <[^>]*> 6500 nop
17 \.\.\.
This page took 0.0310279999999999 seconds and 4 git commands to generate.