[ARC] Don't allow pc-rel relocations for J* instructions.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bfin / parallel_illegal.d
1 #objdump: -dr
2 #name: parallel_illegal
3 .*: +file format .*
4
5 Disassembly of section .text:
6
7 00000000 <.text>:
8 0: 03 c8 00 18 MNOP || NOP || NOP;
9 4: 00 00 00 00
10 8: 03 c8 MNOP || ILLEGAL || NOP;.*
11 a: 00 18 IF CC JUMP 0x0xa;
12 c: 01 00 ILLEGAL;
13 e: 00 00 NOP;
14 10: 03 c8 MNOP || NOP || ILLEGAL;.*
15 12: 00 18 IF CC JUMP 0x0x12;
16 14: 00 00 NOP;
17 16: 01 00 ILLEGAL;
18 18: 03 c8 MNOP || ILLEGAL || ILLEGAL;.*
19 1a: 00 18 IF CC JUMP 0x0x1a;
20 1c: 01 00 ILLEGAL;
21 1e: 01 00 ILLEGAL;
22 20: 03 c8 MNOP || ILLEGAL || ILLEGAL;.*
23 22: 00 18 IF CC JUMP 0x0x22;
24 24: 10 00 RTS;
25 26: 10 00 RTS;
26 28: 03 c8 MNOP || ILLEGAL || ILLEGAL;.*
27 2a: 00 18 IF CC JUMP 0x0x2a;
28 2c: 03 c0 00 18 MNOP;
29 30: 00 00 NOP;
30 ...
This page took 0.03115 seconds and 4 git commands to generate.