]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/i386/no87-2.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gas / testsuite / gas / i386 / no87-2.s
diff --git a/gas/testsuite/gas/i386/no87-2.s b/gas/testsuite/gas/i386/no87-2.s
new file mode 100644 (file)
index 0000000..5b8c634
--- /dev/null
@@ -0,0 +1,14 @@
+# Test -march=...+no87
+       .text
+       fninit
+       .arch .287
+       fninit
+       fsincos
+       .arch .387
+       fsincos
+       fcomi
+       .arch i686
+       fcomi
+       fisttpl (%eax)
+       .arch prescott
+       fisttpl (%eax)