Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/softfloat Fix typo in previous.
details: https://anonhg.NetBSD.org/src/rev/de554bea855d
branches: trunk
changeset: 749704:de554bea855d
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sun Dec 06 11:16:26 2009 +0000
description:
Fix typo in previous.
diffstat:
lib/libc/softfloat/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 1ed93a782b4a -r de554bea855d lib/libc/softfloat/Makefile.inc
--- a/lib/libc/softfloat/Makefile.inc Sun Dec 06 09:40:51 2009 +0000
+++ b/lib/libc/softfloat/Makefile.inc Sun Dec 06 11:16:26 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.5 2009/12/06 05:34:42 uebayasi Exp $
+# $NetBSD: Makefile.inc,v 1.6 2009/12/06 11:16:26 uebayasi Exp $
SOFTFLOAT_BITS?=64
.PATH: ${ARCHDIR}/softfloat \
@@ -9,10 +9,10 @@
SRCS.softfloat= softfloat.c
-SRCS.softfloat+=fpsetround.c fpgetmask.c fpsetmask.c \
+SRCS.softfloat+=fpgetround.c fpsetround.c fpgetmask.c fpsetmask.c \
fpgetsticky.c fpsetsticky.c
-SRCS.softfloat+=nesf2.c gtsf2.c gesf2.c ltsf2.c lesf2.c negsf2.c \
+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 \
nexf2.c gtxf2.c gexf2.c negxf2.c unordsf2.c unorddf2.c
Home |
Main Index |
Thread Index |
Old Index