summaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/arc/double_store.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/testsuite/binutils-all/arc/double_store.s')
-rw-r--r--binutils/testsuite/binutils-all/arc/double_store.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/arc/double_store.s b/binutils/testsuite/binutils-all/arc/double_store.s
new file mode 100644
index 0000000000..794d7e89f0
--- /dev/null
+++ b/binutils/testsuite/binutils-all/arc/double_store.s
@@ -0,0 +1,6 @@
+.cpu HS
+.section .text
+.global __start
+__start:
+ std r0r1, [r3]
+