summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/d30v/guard-debug.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/d30v/guard-debug.s')
-rw-r--r--gas/testsuite/gas/d30v/guard-debug.s17
1 files changed, 0 insertions, 17 deletions
diff --git a/gas/testsuite/gas/d30v/guard-debug.s b/gas/testsuite/gas/d30v/guard-debug.s
deleted file mode 100644
index 3f20f7b187d..00000000000
--- a/gas/testsuite/gas/d30v/guard-debug.s
+++ /dev/null
@@ -1,17 +0,0 @@
-# Same as guard.s but here we are testing debug (-g) assembly
-# On the D30V, assembling with -g should disable the VLIW packing
-# and put only one instruction per line.
-
- .text
-
- add r1,r2,r3
- add/al r1,r2,r3
- add/tx r1,r2,r3
- add/fx r1,r2,r3
- add/xt r1,r2,r3
- add/xf r1,r2,r3
- add/tt r1,r2,r3
- add/tf r1,r2,r3
-
-
-