1 #name: microMIPS BAL/JALX in PIC mode (ignore branch ISA)
2 #source: ../../../gas/testsuite/gas/mips/branch-addend-micromips.s
3 #ld: -Ttext 0x1c000000 -e 0x1c000000 -shared --ignore-branch-isa
4 #objdump: -dr --prefix-addresses --show-raw-insn
5 #target: [check_shared_lib_support]
6 
7 .*: +file format .*mips.*
8 
9 Disassembly of section \.text:
10 	\.\.\.
11 [0-9a-f]+ <[^>]*> 00000027 	nor	zero,zero,zero
12 [0-9a-f]+ <[^>]*> 03e00009 	jalr	zero,ra
13 [0-9a-f]+ <[^>]*> 00000027 	nor	zero,zero,zero
14 [0-9a-f]+ <[^>]*> 00000000 	nop
15 [0-9a-f]+ <[^>]*> 0000 02d0 	not	zero,zero
16 [0-9a-f]+ <[^>]*> 4060 7ff4 	bal	0*1c011000 <.*>
17 [0-9a-f]+ <[^>]*> 0000 02d0 	not	zero,zero
18 [0-9a-f]+ <[^>]*> 4060 7ff8 	bal	0*1c011010 <.*>
19 [0-9a-f]+ <[^>]*> 0000 02d0 	not	zero,zero
20 [0-9a-f]+ <[^>]*> 001f 0f3c 	jr	ra
21 [0-9a-f]+ <[^>]*> 0000 02d0 	not	zero,zero
22 	\.\.\.
23