Fix amd64 libcntpr.
authorSamuel Serapion <samuel.serapion@gmail.com>
Mon, 25 Jan 2010 11:54:37 +0000 (11:54 +0000)
committerSamuel Serapion <samuel.serapion@gmail.com>
Mon, 25 Jan 2010 11:54:37 +0000 (11:54 +0000)
svn path=/branches/ros-amd64-bringup/; revision=45247

reactos/lib/sdk/crt/libcntpr.rbuild
reactos/lib/sdk/crt/math/i386/floor.S

index 7bb2473..b3714aa 100644 (file)
@@ -61,6 +61,7 @@
                        <directory name="i386">
                                <file>ceil.S</file>
                                <file>cos.S</file>
+                               <file>floor.S</file>
                                <file>log.S</file>
                                <file>log10.S</file>
                                <file>sin.S</file>
@@ -68,6 +69,7 @@
                        </directory>
                        <directory name="amd64">
                                <file>alldiv.S</file>
+                               <file>pow.S</file>
                        </directory>
                </if>
                <file>abs.c</file>
index 8f6ccff..f70b70d 100644 (file)
@@ -11,9 +11,9 @@
 #else
        .align 4
 #endif
-.globl floor
-       .def    floor;  .scl    2;      .type   32;     .endef
-floor:
+.globl _floor
+       .def    _floor; .scl    2;      .type   32;     .endef
+_floor:
 #ifdef _WIN64
        fldt    (%rdx)
        subq    $24,%rsp