MIPS/GAS: Don't convert PC-relative REL relocs against absolute symbols
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips-branch-absolute-addend.d
CommitLineData
b416ba9b
MR
1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: microMIPS branch to absolute expression with addend
3#as: -32
4
5.*: +file format .*mips.*
6
7Disassembly of section \.text:
8 \.\.\.
9[0-9a-f]+ <[^>]*> 9400 0918 b 00002234 <foo\+0x1234>
10[ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 bar
11[0-9a-f]+ <[^>]*> 0c00 nop
12[0-9a-f]+ <[^>]*> 4060 0918 bal 0000223a <foo\+0x123a>
13[ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 bar
14[0-9a-f]+ <[^>]*> 0000 0000 nop
15[0-9a-f]+ <[^>]*> 4020 0918 bltzal zero,00002242 <foo\+0x1242>
16[ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 bar
17[0-9a-f]+ <[^>]*> 0000 0000 nop
18[0-9a-f]+ <[^>]*> 9402 0918 beqz v0,0000224a <foo\+0x124a>
19[ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 bar
20[0-9a-f]+ <[^>]*> 0c00 nop
21[0-9a-f]+ <[^>]*> b402 0918 bnez v0,00002250 <foo\+0x1250>
22[ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 bar
23[0-9a-f]+ <[^>]*> 0c00 nop
24[0-9a-f]+ <[^>]*> 0c00 nop
25 \.\.\.
This page took 0.025272 seconds and 4 git commands to generate.