]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/i386/no87.s
Imported binutils-2.20
[msp430-binutils.git] / gas / testsuite / gas / i386 / no87.s
diff --git a/gas/testsuite/gas/i386/no87.s b/gas/testsuite/gas/i386/no87.s
new file mode 100644 (file)
index 0000000..a992978
--- /dev/null
@@ -0,0 +1,18 @@
+# Test .arch .no87
+       .text
+       .arch generic32
+       fninit
+       .arch .287
+       fninit
+       fsincos
+       .arch .387
+       fsincos
+       fcomi
+       .arch i686
+       fcomi
+       fisttpl (%eax)
+       .arch prescott
+       fisttpl (%eax)
+       .arch .no87
+       fcomi
+       fisttpl (%eax)