MIPS16e2: Add new MIPS16e2 ASE binutils and GAS tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / lifloat.s
index 9a7d1380f3aec99f15f81b31b4d3f7f68df4cc3a..0760b86d3ef43a63423616dee7e241e24d1937d0 100644 (file)
@@ -1,8 +1,20 @@
 # Source file used to test the li.d and li.s macros.
        
 foo:   
-       li.d    $4,1.0
-       li.d    $f4,1.0
+       li.d    $4,1.12345
+       li.d    $f4,1.12345
        
-       li.s    $4,1.0
-       li.s    $f4,1.0
+       li.s    $4,1.12345
+       li.s    $f4,1.12345
+
+# Round to a 16 byte boundary, for ease in testing multiple targets.
+       .ifdef  SVR4
+       nop
+       nop
+       nop
+       .endif
+       .ifdef  XGOT
+       nop
+       nop
+       nop
+       .endif
This page took 0.025038 seconds and 4 git commands to generate.