summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/d30v/serial2.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/d30v/serial2.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/d30v/serial2.s29
1 files changed, 0 insertions, 29 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/d30v/serial2.s b/binutils-2.17/gas/testsuite/gas/d30v/serial2.s
deleted file mode 100644
index 04531590..00000000
--- a/binutils-2.17/gas/testsuite/gas/d30v/serial2.s
+++ /dev/null
@@ -1,29 +0,0 @@
-# D30V serial execution test
-
- .text
-
- bra -3 -> add r3,r0,0 ; Invalid
- bsr -3 -> add r3,r0,0 ; Invalid
-
- bra/tx -3 -> add r3,r0,0 ; Valid
- bsr/tx -3 -> add r3,r0,0 ; Valid
-
- bsr -3 -> bsr -10 ; Invalid
- bsr -3 -> bsr/xt -10 ; Invalid
- bsr/tx -3 -> bsr -10 ; Valid
- bsr/tx -3 -> bsr/fx -10 ; Valid
-
- bra -3 -> bra 10 ; Invalid
- bra -3 -> bra/tx 10 ; Invalid
- bra/tx -3 -> bra 10 ; Valid
- bra/tx -3 -> bra/fx 10 ; Valid
-
- bsr -3 -> bra 10 ; Invalid
- bsr -3 -> bra/tx 10 ; Invalid
- bsr/tx -3 -> bra 10 ; Valid
- bsr/tx -3 -> bra/fx 10 ; Valid
-
- bra -3 -> bsr 10 ; Invalid
- bra -3 -> bsr/tx 10 ; Invalid
- bra/tx -3 -> bsr 10 ; Valid
- bra/tx -3 -> bsr/fx 10 ; Valid