MIPS: Fix the encoding of immediates with microMIPS JALX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / 24k-triple-stores-6.s
index 5db0fbab298a0450ce8a33541c58f71edec4ad09..49e236b9bfc327d38d822f7301d641661cb3ab5c 100644 (file)
@@ -1,5 +1,7 @@
        # Store macros
 
+foo:
+       .ifndef r6
        usw      $ra,80($sp)
        usw      $s3,88($sp)
        usw      $s8,96($sp)
@@ -9,6 +11,7 @@
        ush      $s3,88($sp)
        ush      $s8,96($sp)
        break
+       .endif
 
        # swc1 macro
        s.s      $f0,80($sp)
This page took 0.025063 seconds and 4 git commands to generate.