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, 17 insertions, 0 deletions
diff --git a/gas/testsuite/gas/d30v/guard-debug.s b/gas/testsuite/gas/d30v/guard-debug.s
new file mode 100644
index 00000000000..3f20f7b187d
--- /dev/null
+++ b/gas/testsuite/gas/d30v/guard-debug.s
@@ -0,0 +1,17 @@
+# 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
+
+
+