summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/openrisc/store.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/openrisc/store.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/openrisc/store.s7
1 files changed, 0 insertions, 7 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/openrisc/store.s b/binutils-2.25/gas/testsuite/gas/openrisc/store.s
deleted file mode 100644
index ef96460e..00000000
--- a/binutils-2.25/gas/testsuite/gas/openrisc/store.s
+++ /dev/null
@@ -1,7 +0,0 @@
- .text
- .global l_sw
-l_sw:
- l.sw -4(r1), r1
- .global l_lw
-l_lw:
- l.lw r1, -100(r1)