Fix amd64 libcntpr.

svn path=/branches/ros-amd64-bringup/; revision=45247
This commit is contained in:
Samuel Serapion 2010-01-25 11:54:37 +00:00
parent 835a07e605
commit 3ec17c4a18
2 changed files with 5 additions and 3 deletions

View 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>

View 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