Module Name:    src
Committed By:   matt
Date:           Thu Jan 30 19:11:54 UTC 2014

Modified Files:
        src/lib/libc/softfloat: Makefile.inc

Log Message:
Add unordtf2.c


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/softfloat/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/softfloat/Makefile.inc
diff -u src/lib/libc/softfloat/Makefile.inc:1.16 src/lib/libc/softfloat/Makefile.inc:1.17
--- src/lib/libc/softfloat/Makefile.inc:1.16	Thu Dec 19 22:20:01 2013
+++ src/lib/libc/softfloat/Makefile.inc	Thu Jan 30 19:11:54 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.16 2013/12/19 22:20:01 joerg Exp $
+#	$NetBSD: Makefile.inc,v 1.17 2014/01/30 19:11:54 matt Exp $
 
 SOFTFLOAT_BITS?=64
 .PATH:		${ARCHDIR}/softfloat \
@@ -23,7 +23,8 @@ SRCS.softfloat+=__aeabi_dcmpun.c __aeabi
 SRCS.softfloat+=eqsf2.c nesf2.c gtsf2.c gesf2.c ltsf2.c lesf2.c negsf2.c \
 		eqdf2.c nedf2.c gtdf2.c gedf2.c ltdf2.c ledf2.c negdf2.c \
 		eqtf2.c netf2.c gttf2.c getf2.c lttf2.c letf2.c negtf2.c \
-		nexf2.c gtxf2.c gexf2.c negxf2.c unordsf2.c unorddf2.c
+		nexf2.c gtxf2.c gexf2.c negxf2.c \
+		unordsf2.c unorddf2.c unordtf2.c
 .endif
 
 SRCS+=		${SRCS.softfloat}

Reply via email to