Module Name: src
Committed By: joerg
Date: Sat Jan 18 03:28:28 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
__fixsfdi is required, __fixdfsi already in softfloat.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/compiler_rt/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/compiler_rt/Makefile.inc
diff -u src/lib/libc/compiler_rt/Makefile.inc:1.10 src/lib/libc/compiler_rt/Makefile.inc:1.11
--- src/lib/libc/compiler_rt/Makefile.inc:1.10 Sat Jan 18 01:08:56 2014
+++ src/lib/libc/compiler_rt/Makefile.inc Sat Jan 18 03:28:28 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.10 2014/01/18 01:08:56 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.11 2014/01/18 03:28:28 joerg Exp $
COMPILER_RT_SRCDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
@@ -43,8 +43,8 @@ GENERIC_SRCS+= \
divdf3.c \
divsf3.c \
extendsfdf2.c \
+ fixdfsi.c \
fixdfti.c \
- fixsfdi.c \
fixsfsi.c \
fixsfti.c \
floatsidf.c \
@@ -74,8 +74,8 @@ GENERIC_SRCS+= \
divsi3.c \
divti3.c \
ffsti2.c \
+ fixsfdi.c \
fixdfdi.c \
- fixdfsi.c \
fixunsdfdi.c \
fixunsdfsi.c \
fixunsdfti.c \