summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/bfin/event.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/bfin/event.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/bfin/event.s56
1 files changed, 0 insertions, 56 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/bfin/event.s b/binutils-2.17/gas/testsuite/gas/bfin/event.s
deleted file mode 100644
index 8e65523e..00000000
--- a/binutils-2.17/gas/testsuite/gas/bfin/event.s
+++ /dev/null
@@ -1,56 +0,0 @@
- .text
- .global idle
-idle:
- IDle;
-
- .text
- .global csync
-csync:
- csync;
-
- .text
- .global ssync
-ssync:
- SSYNC;
-
- .text
- .global emuexcpt
-emuexcpt:
- EMuExCpt;
-
- .text
- .global cli
-cli:
- cli r7;
- CLI R0;
-
- .text
- .global sti
-sti:
- STI r1;
- stI r2;
-
- .text
- .global raise
-raise:
- raise 15;
- RAISE 0;
-
- .text
- .global excpt
-excpt:
- excpt 15;
- EXCPT 0;
-
- .text
- .global testset
-testset:
- testset(p5);
- TESTset (P0);
-
- .text
- .global nop
-nop:
- nop;
- MNOP;
-