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 Add the not-yet-used IEEE quad support ...
details: https://anonhg.NetBSD.org/src/rev/d2f7da369940
branches: trunk
changeset: 798150:d2f7da369940
user: joerg <joerg%NetBSD.org@localhost>
date: Sun Aug 10 10:15:39 2014 +0000
description:
Add the not-yet-used IEEE quad support files.
diffstat:
lib/libc/compiler_rt/Makefile.inc | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (38 lines):
diff -r f0dc2038039f -r d2f7da369940 lib/libc/compiler_rt/Makefile.inc
--- a/lib/libc/compiler_rt/Makefile.inc Sun Aug 10 10:14:03 2014 +0000
+++ b/lib/libc/compiler_rt/Makefile.inc Sun Aug 10 10:15:39 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.22 2014/08/10 05:57:31 matt Exp $
+# $NetBSD: Makefile.inc,v 1.23 2014/08/10 10:15:39 joerg Exp $
COMPILER_RT_SRCDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
@@ -38,9 +38,13 @@
comparesf2.c \
adddf3.c \
addsf3.c \
+ addtf3.c \
divdf3.c \
divsf3.c \
+ divtf3.c \
extendsfdf2.c \
+ extendsftf2.c \
+ extenddftf2.c \
fixdfsi.c \
fixdfti.c \
fixsfsi.c \
@@ -51,9 +55,13 @@
floatunsisf.c \
muldf3.c \
mulsf3.c \
+ multf3.c \
subdf3.c \
subsf3.c \
- truncdfsf2.c
+ subtf3.c \
+ truncdfsf2.c \
+ trunctfdf2.c \
+ trunctfsf2.c
.endif
GENERIC_SRCS+= \
Home |
Main Index |
Thread Index |
Old Index