Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / st.s
index 38ba009b50357be0bad6c8eafc3b2bfb6c28bfaa..546d7250f0c3a04c12618d122b786b0c6af3fe1c 100644 (file)
@@ -8,15 +8,18 @@
        st      r1,[900]
        stb     0,[r2]
        st      -8,[r2,-8]
-       st      80,[750]
-       st      r2,[foo]
+       st      r2,[@foo]
        st.di   r1,[r2,2]
        st.a.di r1,[r2,3]
        stw.a.di r1,[r2,4]
 
-       st .L1,[r12,4]
-       st .L1@h30,[r12,4]
+       st @.L1,[r12,4]
 .L1:
 
        sr      r1,[r2]
        sr      r1,[14]
+       sr      1000, [r1]
+       sr      100,  [r2]
+       sr      r1,[10000]
+       sr      100,[63]
+       sr      10000,[100]
This page took 0.02433 seconds and 4 git commands to generate.