* dw2gencfi.c (cfi_pseudo_table): Add cfi_gnu_window_save.
[binutils-gdb.git] / gas / testsuite / gas / mips / relax.s
index ca1b35677dce04a6157eea572d15f17839983aa8..6424b3b7b347b5886ff7e6d8cdbfcf645afa51aa 100644 (file)
@@ -2,6 +2,56 @@
 
        .text
 foo:
-       move    $2, $3          # just something
+       b       bar
+       bal     bar
+       beq     $2, $3, bar
+       bne     $4, $5, bar
+       blez    $2, bar
+       bgtz    $3, bar
+       bltz    $4, bar
+       bgez    $5, bar
+       bc1f    bar
+       bc1t    bar
+
+       bltzal  $2, bar
+       bgezal  $3, bar
+
+       beql    $2, $3, bar
+       bnel    $4, $5, bar
+       blezl   $2, bar
+       bgtzl   $3, bar
+       bltzl   $4, bar
+       bgezl   $5, bar
+       bc1fl   bar
+       bc1tl   bar
+
+       bltzall $2, bar
+       bgezall $3, bar
+       
         .space  0x20000         # to make a 128kb loop body
-        beq     $2, $3, foo
+bar:
+       b       foo
+       bal     foo
+       beq     $2, $3, foo
+       bne     $4, $5, foo
+       blez    $2, foo
+       bgtz    $3, foo
+       bltz    $4, foo
+       bgez    $5, foo
+       bc1f    foo
+       bc1t    foo
+
+       bltzal  $2, foo
+       bgezal  $3, foo
+
+       beql    $2, $3, foo
+       bnel    $4, $5, foo
+       blezl   $2, foo
+       bgtzl   $3, foo
+       bltzl   $4, foo
+       bgezl   $5, foo
+       bc1fl   foo
+       bc1tl   foo
+
+       bltzall $2, foo
+       bgezall $3, foo