summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/bfin/expected_errors.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/bfin/expected_errors.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/bfin/expected_errors.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/bfin/expected_errors.s b/binutils-2.17/gas/testsuite/gas/bfin/expected_errors.s
deleted file mode 100644
index 005570d8..00000000
--- a/binutils-2.17/gas/testsuite/gas/bfin/expected_errors.s
+++ /dev/null
@@ -1,13 +0,0 @@
- .text
-
- p0.H = 0x12345678;
- P0.l = 0x12345678;
-
- CC = R3 < 4;
- CC = R3 < 7;
- CC = R3 < 8;
- CC = R3 <= 4;
- CC = R3 <= 7;
- CC = R3 <= 8;
-
- A1 -= M2.h * R3.L, A0 -= M2.l * R3.L;