MIPS16: Add R_MIPS16_PC16_S1 branch relocation support
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-branch-2.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS16 link branch 2
3 #source: ../../../gas/testsuite/gas/mips/mips16-branch-reloc-2.s
4 #as: -EB -32
5 #ld: -EB -Ttext 0x1c000000 -e bar
6
7 .*: +file format .*mips.*
8
9 Disassembly of section \.text:
10 \.\.\.
11 [0-9a-f]+ <[^>]*> f000 1016 b 1c001030 <bar>
12 [0-9a-f]+ <[^>]*> f000 6014 bteqz 1c001030 <bar>
13 [0-9a-f]+ <[^>]*> f000 6112 btnez 1c001030 <bar>
14 [0-9a-f]+ <[^>]*> f000 2210 beqz v0,1c001030 <bar>
15 [0-9a-f]+ <[^>]*> f000 2a0e bnez v0,1c001030 <bar>
16 [0-9a-f]+ <[^>]*> 6500 nop
17 \.\.\.
18 [0-9a-f]+ <[^>]*> 6500 nop
19 \.\.\.
This page took 0.03143 seconds and 4 git commands to generate.