bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips@branch-misc-4.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS branch-misc-4
3 #as: -32
4 #source: branch-misc-4.s
5
6 # Verify PC-relative relocations do not overflow (microMIPS).
7
8 .*: +file format .*mips.*
9
10 Disassembly of section \.text:
11 \.\.\.
12 ([0-9a-f]+) <[^>]*> 9400 fffe b \1 <foo>
13 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 bar
14 [0-9a-f]+ <[^>]*> 0c00 nop
15 ([0-9a-f]+) <[^>]*> 9400 fffe b \1 <\.Lfoo>
16 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \.Lbar
17 [0-9a-f]+ <[^>]*> 0c00 nop
18 \.\.\.
19
20 Disassembly of section \.init:
21 ([0-9a-f]+) <[^>]*> 9400 fffe b \1 <bar>
22 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 foo
23 [0-9a-f]+ <[^>]*> 0c00 nop
24 ([0-9a-f]+) <[^>]*> 9400 fffe b \1 <\.Lbar>
25 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \.Lfoo
26 [0-9a-f]+ <[^>]*> 0c00 nop
27 \.\.\.
This page took 0.031449 seconds and 4 git commands to generate.