1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS branch-misc-5pic
3 #source: branch-misc-5.s
4 #as: -32 -call_shared
5 
6 # Test branches to undefined symbols and a defined local symbol
7 # in another section.
8 
9 .*: +file format .*mips.*
10 
11 Disassembly of section .text:
12 0+0000 <[^>]*> 1000ffff 	b	00000000 <g6>
13 [ 	]*0: R_MIPS_PC16	x1
14 0+0004 <[^>]*> 00000000 	nop
15 0+0008 <[^>]*> 1000ffff 	b	00000008 <g6\+0x8>
16 [ 	]*8: R_MIPS_PC16	x2
17 0+000c <[^>]*> 00000000 	nop
18 0+0010 <[^>]*> 1000ffff 	b	00000010 <g6\+0x10>
19 [ 	]*10: R_MIPS_PC16	\.Ldata
20 0+0014 <[^>]*> 00000000 	nop
21 	\.\.\.
22