* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / gas / testsuite / gas / bfin / parallel_illegal.d
blob1f75a18eba7ce5c503e64ec551be79286914c864
1 #objdump: -dr
2 #name: parallel_illegal
3 .*: +file format .*
5 Disassembly of section .text:
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 ...