gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips@branch-misc-4-64.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS branch-misc-4-64
3 #as: -64
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 0000 b [0-9a-f]+ <foo\+0x[0-9a-f]+>
13 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 bar\+0xf+fffc
14 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0xf+fffc
15 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0xf+fffc
16 [0-9a-f]+ <[^>]*> 0c00 nop
17 [0-9a-f]+ <[^>]*> 9400 0000 b [0-9a-f]+ <foo\+0x[0-9a-f]+>
18 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \.init\+0x2
19 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0x2
20 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0x2
21 [0-9a-f]+ <[^>]*> 0c00 nop
22 \.\.\.
23
24 Disassembly of section \.init:
25 [0-9a-f]+ <[^>]*> 9400 0000 b [0-9a-f]+ <bar\+0x[0-9a-f]+>
26 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 foo\+0xf+fffc
27 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0xf+fffc
28 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0xf+fffc
29 [0-9a-f]+ <[^>]*> 0c00 nop
30 [0-9a-f]+ <[^>]*> 9400 0000 b [0-9a-f]+ <bar\+0x[0-9a-f]+>
31 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \.text\+0x40002
32 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0x40002
33 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0x40002
34 [0-9a-f]+ <[^>]*> 0c00 nop
35 \.\.\.
This page took 0.030028 seconds and 4 git commands to generate.