Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch/riscv/gdtoa Cargo cult follow the other 128bit...



details:   https://anonhg.NetBSD.org/src/rev/155ea1f46ec5
branches:  trunk
changeset: 455839:155ea1f46ec5
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Apr 15 18:41:06 2019 +0000

description:
Cargo cult follow the other 128bit long double architecture (sparc64).

diffstat:

 lib/libc/arch/riscv/gdtoa/Makefile.inc |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (11 lines):

diff -r 1a4a991d85bd -r 155ea1f46ec5 lib/libc/arch/riscv/gdtoa/Makefile.inc
--- a/lib/libc/arch/riscv/gdtoa/Makefile.inc    Mon Apr 15 16:47:47 2019 +0000
+++ b/lib/libc/arch/riscv/gdtoa/Makefile.inc    Mon Apr 15 18:41:06 2019 +0000
@@ -1,3 +1,5 @@
-#      $NetBSD: Makefile.inc,v 1.1 2014/09/19 17:36:25 matt Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2019/04/15 18:41:06 maya Exp $
 
-SRCS+= strtof.c
+SRCS+= strtof.c strtold_pQ.c
+SRCS+= strtopQ.c
+



Home | Main Index | Thread Index | Old Index