Module Name:    src
Committed By:   joerg
Date:           Wed Oct 22 10:33:28 UTC 2014

Modified Files:
        src/lib/libm/compiler_rt: Makefile.inc

Log Message:
Add missing muldc3.c.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libm/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/libm/compiler_rt/Makefile.inc
diff -u src/lib/libm/compiler_rt/Makefile.inc:1.8 src/lib/libm/compiler_rt/Makefile.inc:1.9
--- src/lib/libm/compiler_rt/Makefile.inc:1.8	Fri Oct 17 20:02:12 2014
+++ src/lib/libm/compiler_rt/Makefile.inc	Wed Oct 22 10:33:27 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.8 2014/10/17 20:02:12 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.9 2014/10/22 10:33:27 joerg Exp $
 
 COMPILER_RT_SRCDIR=	${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
 
@@ -16,11 +16,12 @@ COMPILER_RT_ARCH_DIR=	${COMPILER_RT_SRCD
 
 # Needs scaling support
 GENERIC_SRCS+= \
-	mulxc3.c \
+	muldc3.c \
 	mulsc3.c \
-	divxc3.c \
+	mulxc3.c \
 	divdc3.c \
-	divsc3.c
+	divsc3.c \
+	divxc3.c
 
 .if ${MACHINE_CPU} == "powerpc"
 GENERIC_SRCS+= \

Reply via email to