MIPS16: Add R_MIPS16_PC16_S1 branch relocation support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-branch-addend-3.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS16 branch relocation with addend 3
3 #as: -32
4
5 .*: +file format .*mips.*
6
7 Disassembly of section \.text:
8 \.\.\.
9 [0-9a-f]+ <[^>]*> f101 1018 b 00002234 <foo\+0x1234>
10 [ ]*[0-9a-f]+: R_MIPS16_PC16_S1 bar
11 [0-9a-f]+ <[^>]*> f101 6018 bteqz 00002238 <foo\+0x1238>
12 [ ]*[0-9a-f]+: R_MIPS16_PC16_S1 bar
13 [0-9a-f]+ <[^>]*> f101 6118 btnez 0000223c <foo\+0x123c>
14 [ ]*[0-9a-f]+: R_MIPS16_PC16_S1 bar
15 [0-9a-f]+ <[^>]*> f101 2218 beqz v0,00002240 <foo\+0x1240>
16 [ ]*[0-9a-f]+: R_MIPS16_PC16_S1 bar
17 [0-9a-f]+ <[^>]*> f101 2a18 bnez v0,00002244 <foo\+0x1244>
18 [ ]*[0-9a-f]+: R_MIPS16_PC16_S1 bar
19 [0-9a-f]+ <[^>]*> 6500 nop
20 \.\.\.
This page took 0.03909 seconds and 4 git commands to generate.