summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/rol.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mips/rol.s')
-rw-r--r--gas/testsuite/gas/mips/rol.s12
1 files changed, 0 insertions, 12 deletions
diff --git a/gas/testsuite/gas/mips/rol.s b/gas/testsuite/gas/mips/rol.s
deleted file mode 100644
index 259a957e803..00000000000
--- a/gas/testsuite/gas/mips/rol.s
+++ /dev/null
@@ -1,12 +0,0 @@
-# Source file used to test the rol and ror macros.
-
-foo:
- rol $4,$5
- rol $4,$5,$6
- rol $4,1
- rol $4,$5,1
-
- ror $4,$5
- ror $4,$5,$6
- ror $4,1
- ror $4,$5,1