~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gas/testsuite/gas/tic6x/parallel-bad-1.s

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Test bad syntax for parallel operations.
 
2
.text
 
3
.globl f
 
4
f:
 
5
        nop
 
6
        || ; no instruction
 
7
        nop
 
8
        || .word 0
 
9
        nop
 
10
        || || nop
 
11
        nop
 
12
        ||^ ; no instruction
 
13
        nop
 
14
        ||^ .word 0
 
15
        nop
 
16
        ||^ || nop
 
17
        nop
 
18
        || ||^ nop
 
19
        nop
 
20
        ||^ ||^ nop
 
21
        nop
 
22
        || label:
 
23
        nop
 
24
        ||^ label2:
 
25
        nop
 
26
        [A1] || nop
 
27
        nop
 
28
        [B1] ||^ nop
 
29
        nop
 
30
# End with this one, to be sure errors detected at new-line are
 
31
# detected at end-of-file.
 
32
        || .word 0