Add support for MIPS R6.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / 24k-triple-stores-3.s
index 1a54c643b7032502172228396301649af9edd913..32e1400c5140fe79c87363c234e34e31a69fa805 100644 (file)
@@ -60,6 +60,7 @@ foo:
        sw      $4,15($8)       
        break
 
+       .ifndef r6
        swl      $2,4($sp)
        swl      $3,10($sp)
        swl      $4,17($sp)
@@ -94,6 +95,7 @@ foo:
        swl      $3,17($8)
        swr      $4,28($8)
        break           
+       .endif
 
 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
        .align  2
This page took 0.027022 seconds and 4 git commands to generate.