OSDN Git Service

* a-numaux-x86.adb (Tan): Fix fdivp syntax.
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Nov 2004 14:03:44 +0000 (14:03 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Nov 2004 14:03:44 +0000 (14:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90263 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/a-numaux-x86.adb

index 960ef77..2612f47 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * a-numaux-x86.adb (Tan): Fix fdivp syntax.
+
 2004-11-07  Andreas Schwab  <schwab@suse.de>
 
        * Makefile.in (install-gnatlib): Remove spurious hyphen.
index 47231a8..b6db99d 100644 (file)
@@ -500,7 +500,7 @@ package body Ada.Numerics.Aux is
                   Inputs   => Double'Asm_Input  ("0", Reduced_X));
          else
             Asm (Template  => "fsincos" & NL
-                            & "fdivp   %%st(1)" & NL
+                            & "fdivp   %%st, %%st(1)" & NL
                             & "fchs",
                   Outputs  => Double'Asm_Output ("=t", Result),
                   Inputs   => Double'Asm_Input  ("0", Reduced_X));