Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/compiler_rt __floatunsidf and __floatunsisf are pro...
details: https://anonhg.NetBSD.org/src/rev/c649ffcd9373
branches: trunk
changeset: 326074:c649ffcd9373
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Jan 17 14:06:36 2014 +0000
description:
__floatunsidf and __floatunsisf are provided by softfloat, but
__fixdfdi and __fixdfsi are not. So move them into the corresponding
chunks.
diffstat:
lib/libc/compiler_rt/Makefile.inc | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (44 lines):
diff -r c50671a3e620 -r c649ffcd9373 lib/libc/compiler_rt/Makefile.inc
--- a/lib/libc/compiler_rt/Makefile.inc Fri Jan 17 14:03:31 2014 +0000
+++ b/lib/libc/compiler_rt/Makefile.inc Fri Jan 17 14:06:36 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.6 2014/01/17 14:03:31 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.7 2014/01/17 14:06:36 joerg Exp $
COMPILER_RT_SRCDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
@@ -43,14 +43,14 @@
divdf3.c \
divsf3.c \
extendsfdf2.c \
- fixdfdi.c \
- fixdfsi.c \
fixdfti.c \
fixsfdi.c \
fixsfsi.c \
fixsfti.c \
floatsidf.c \
floatsisf.c \
+ floatunsidf.c \
+ floatunsisf.c \
muldf3.c \
mulsf3.c \
subdf3.c \
@@ -74,6 +74,8 @@
divsi3.c \
divti3.c \
ffsti2.c \
+ fixdfdi.c \
+ fixdfsi.c \
fixunsdfdi.c \
fixunsdfsi.c \
fixunsdfti.c \
@@ -94,8 +96,6 @@
floatundidf.c \
floatundisf.c \
floatundixf.c \
- floatunsidf.c \
- floatunsisf.c \
floatuntidf.c \
floatuntisf.c \
floatuntixf.c \
Home |
Main Index |
Thread Index |
Old Index