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 #ld: -Ttext 0 -e foo
5 
6 .*: +file format .*mips.*
7 
8 Disassembly of section \.text:
9 	\.\.\.
10 [0-9a-f]+ <[^>]*> f100 1018 	b	0+001234 <foo\+0x234>
11 [0-9a-f]+ <[^>]*> f100 6016 	bteqz	0+001234 <foo\+0x234>
12 [0-9a-f]+ <[^>]*> f100 6114 	btnez	0+001234 <foo\+0x234>
13 [0-9a-f]+ <[^>]*> f100 2212 	beqz	v0,0+001234 <foo\+0x234>
14 [0-9a-f]+ <[^>]*> f100 2a10 	bnez	v0,0+001234 <foo\+0x234>
15 [0-9a-f]+ <[^>]*> 6500      	nop
16 	\.\.\.
17