MIPS/GAS: Don't convert PC-relative REL relocs against absolute symbols
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips-branch-absolute-addend-n32.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: microMIPS branch to absolute expression with addend (n32)
3 #as: -n32 -march=from-abi
4 #source: micromips-branch-absolute-addend.s
5
6 .*: +file format .*mips.*
7
8 Disassembly of section \.text:
9 \.\.\.
10 [0-9a-f]+ <[^>]*> 9400 0000 b 00001004 <foo\+0x4>
11 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \*ABS\*\+0x123468a9
12 [0-9a-f]+ <[^>]*> 0c00 nop
13 [0-9a-f]+ <[^>]*> 4060 0000 bal 0000100a <foo\+0xa>
14 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \*ABS\*\+0x123468a9
15 [0-9a-f]+ <[^>]*> 0000 0000 nop
16 [0-9a-f]+ <[^>]*> 4020 0000 bltzal zero,00001012 <foo\+0x12>
17 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \*ABS\*\+0x123468a9
18 [0-9a-f]+ <[^>]*> 0000 0000 nop
19 [0-9a-f]+ <[^>]*> 9402 0000 beqz v0,0000101a <foo\+0x1a>
20 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \*ABS\*\+0x123468a9
21 [0-9a-f]+ <[^>]*> 0c00 nop
22 [0-9a-f]+ <[^>]*> b402 0000 bnez v0,00001020 <foo\+0x20>
23 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \*ABS\*\+0x123468a9
24 [0-9a-f]+ <[^>]*> 0c00 nop
25 [0-9a-f]+ <[^>]*> 0c00 nop
26 \.\.\.
This page took 0.031435 seconds and 5 git commands to generate.