Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch/mips Use fixunssfsi and fixunsdfsi from compil...



details:   https://anonhg.NetBSD.org/src/rev/872da62dba49
branches:  trunk
changeset: 793210:872da62dba49
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Jan 30 15:05:49 2014 +0000

description:
Use fixunssfsi and fixunsdfsi from compiler-rt.

diffstat:

 lib/libc/arch/mips/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 543dc7d54c8c -r 872da62dba49 lib/libc/arch/mips/Makefile.inc
--- a/lib/libc/arch/mips/Makefile.inc   Thu Jan 30 15:04:04 2014 +0000
+++ b/lib/libc/arch/mips/Makefile.inc   Thu Jan 30 15:05:49 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.12 2011/07/09 04:12:01 matt Exp $
+#      $NetBSD: Makefile.inc,v 1.13 2014/01/30 15:05:49 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -11,7 +11,7 @@
 .include <softfloat/Makefile.inc>
 CPPFLAGS+= -DSOFTFLOAT
 
-SRCS+= fixunsgen_ieee754.c fixunssfsi_ieee754.c fixunsdfsi_ieee754.c
+SRCS+= fixunsgen_ieee754.c
 SRCS+= fixunsgen64_ieee754.c #fixunssfdi.c fixunsdfdi.c
 .if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el") \
     && (!defined(CPUFLAGS) || empty(CPUFLAGS:M-mabi=32))



Home | Main Index | Thread Index | Old Index