Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch Call libc's fpgetround.



details:   https://anonhg.NetBSD.org/src/rev/24a1d7129491
branches:  trunk
changeset: 806927:24a1d7129491
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Mar 19 21:22:59 2015 +0000

description:
Call libc's fpgetround.

diffstat:

 lib/libc/arch/arm/gen/flt_rounds.c       |  5 +++--
 lib/libc/arch/mips/gen/flt_rounds.c      |  5 +++--
 lib/libc/arch/or1k/gen/flt_rounds.c      |  5 +++--
 lib/libc/arch/powerpc/gen/flt_rounds.c   |  5 +++--
 lib/libc/arch/powerpc64/gen/flt_rounds.c |  5 +++--
 lib/libc/arch/riscv/gen/flt_rounds.c     |  5 +++--
 lib/libc/arch/sh3/gen/flt_rounds.c       |  5 +++--
 7 files changed, 21 insertions(+), 14 deletions(-)

diffs (147 lines):

diff -r 15f7162f5998 -r 24a1d7129491 lib/libc/arch/arm/gen/flt_rounds.c
--- a/lib/libc/arch/arm/gen/flt_rounds.c        Thu Mar 19 19:27:14 2015 +0000
+++ b/lib/libc/arch/arm/gen/flt_rounds.c        Thu Mar 19 21:22:59 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: flt_rounds.c,v 1.4 2012/03/21 20:04:57 he Exp $        */
+/*     $NetBSD: flt_rounds.c,v 1.5 2015/03/19 21:22:59 joerg Exp $     */
 
 /*
  * Copyright (c) 1996 Mark Brinicombe
@@ -33,9 +33,10 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: flt_rounds.c,v 1.4 2012/03/21 20:04:57 he Exp $");
+__RCSID("$NetBSD: flt_rounds.c,v 1.5 2015/03/19 21:22:59 joerg Exp $");
 #endif /* LIBC_SCCS and not lint */
 
+#include "namespace.h"
 #include <sys/types.h>
 #include <ieeefp.h>
 
diff -r 15f7162f5998 -r 24a1d7129491 lib/libc/arch/mips/gen/flt_rounds.c
--- a/lib/libc/arch/mips/gen/flt_rounds.c       Thu Mar 19 19:27:14 2015 +0000
+++ b/lib/libc/arch/mips/gen/flt_rounds.c       Thu Mar 19 21:22:59 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: flt_rounds.c,v 1.8 2014/09/17 11:02:55 joerg Exp $     */
+/*     $NetBSD: flt_rounds.c,v 1.9 2015/03/19 21:22:59 joerg Exp $     */
 
 /*
  * Written by J.T. Conklin, Apr 11, 1995
@@ -7,9 +7,10 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: flt_rounds.c,v 1.8 2014/09/17 11:02:55 joerg Exp $");
+__RCSID("$NetBSD: flt_rounds.c,v 1.9 2015/03/19 21:22:59 joerg Exp $");
 #endif /* LIBC_SCCS and not lint */
 
+#include "namespace.h"
 #include <machine/float.h>
 #include <ieeefp.h>
 
diff -r 15f7162f5998 -r 24a1d7129491 lib/libc/arch/or1k/gen/flt_rounds.c
--- a/lib/libc/arch/or1k/gen/flt_rounds.c       Thu Mar 19 19:27:14 2015 +0000
+++ b/lib/libc/arch/or1k/gen/flt_rounds.c       Thu Mar 19 21:22:59 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: flt_rounds.c,v 1.1 2014/09/03 19:34:25 matt Exp $      */
+/*     $NetBSD: flt_rounds.c,v 1.2 2015/03/19 21:22:59 joerg Exp $     */
 
 /*
  * Copyright (c) 1996 Mark Brinicombe
@@ -33,9 +33,10 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: flt_rounds.c,v 1.1 2014/09/03 19:34:25 matt Exp $");
+__RCSID("$NetBSD: flt_rounds.c,v 1.2 2015/03/19 21:22:59 joerg Exp $");
 #endif /* LIBC_SCCS and not lint */
 
+#include "namespace.h"
 #include <ieeefp.h>
 #include <float.h>
 #include <stdint.h>
diff -r 15f7162f5998 -r 24a1d7129491 lib/libc/arch/powerpc/gen/flt_rounds.c
--- a/lib/libc/arch/powerpc/gen/flt_rounds.c    Thu Mar 19 19:27:14 2015 +0000
+++ b/lib/libc/arch/powerpc/gen/flt_rounds.c    Thu Mar 19 21:22:59 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: flt_rounds.c,v 1.11 2011/07/10 21:18:47 matt Exp $     */
+/*     $NetBSD: flt_rounds.c,v 1.12 2015/03/19 21:22:59 joerg Exp $    */
 
 /*
  * Copyright (c) 1996 Mark Brinicombe
@@ -33,9 +33,10 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: flt_rounds.c,v 1.11 2011/07/10 21:18:47 matt Exp $");
+__RCSID("$NetBSD: flt_rounds.c,v 1.12 2015/03/19 21:22:59 joerg Exp $");
 #endif /* LIBC_SCCS and not lint */
 
+#include "namespace.h"
 #include <ieeefp.h>
 #include <float.h>
 #include <stdint.h>
diff -r 15f7162f5998 -r 24a1d7129491 lib/libc/arch/powerpc64/gen/flt_rounds.c
--- a/lib/libc/arch/powerpc64/gen/flt_rounds.c  Thu Mar 19 19:27:14 2015 +0000
+++ b/lib/libc/arch/powerpc64/gen/flt_rounds.c  Thu Mar 19 21:22:59 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: flt_rounds.c,v 1.1 2006/07/01 16:37:20 ross Exp $      */
+/*     $NetBSD: flt_rounds.c,v 1.2 2015/03/19 21:22:59 joerg Exp $     */
 
 /*
  * Copyright (c) 1996 Mark Brinicombe
@@ -33,9 +33,10 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: flt_rounds.c,v 1.1 2006/07/01 16:37:20 ross Exp $");
+__RCSID("$NetBSD: flt_rounds.c,v 1.2 2015/03/19 21:22:59 joerg Exp $");
 #endif /* LIBC_SCCS and not lint */
 
+#include "namespace.h"
 #include <ieeefp.h>
 #include <float.h>
 #include <stdint.h>
diff -r 15f7162f5998 -r 24a1d7129491 lib/libc/arch/riscv/gen/flt_rounds.c
--- a/lib/libc/arch/riscv/gen/flt_rounds.c      Thu Mar 19 19:27:14 2015 +0000
+++ b/lib/libc/arch/riscv/gen/flt_rounds.c      Thu Mar 19 21:22:59 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: flt_rounds.c,v 1.1 2014/09/19 17:36:25 matt Exp $      */
+/*     $NetBSD: flt_rounds.c,v 1.2 2015/03/19 21:22:59 joerg Exp $     */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -31,9 +31,10 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: flt_rounds.c,v 1.1 2014/09/19 17:36:25 matt Exp $");
+__RCSID("$NetBSD: flt_rounds.c,v 1.2 2015/03/19 21:22:59 joerg Exp $");
 #endif /* LIBC_SCCS and not lint */
 
+#include "namespace.h"
 #include <ieeefp.h>
 #include <float.h>
 #include <stdint.h>
diff -r 15f7162f5998 -r 24a1d7129491 lib/libc/arch/sh3/gen/flt_rounds.c
--- a/lib/libc/arch/sh3/gen/flt_rounds.c        Thu Mar 19 19:27:14 2015 +0000
+++ b/lib/libc/arch/sh3/gen/flt_rounds.c        Thu Mar 19 21:22:59 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: flt_rounds.c,v 1.5 2012/03/22 08:58:39 he Exp $        */
+/*     $NetBSD: flt_rounds.c,v 1.6 2015/03/19 21:22:59 joerg Exp $     */
 
 /*
  * Copyright (c) 1996 Mark Brinicombe
@@ -33,9 +33,10 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: flt_rounds.c,v 1.5 2012/03/22 08:58:39 he Exp $");
+__RCSID("$NetBSD: flt_rounds.c,v 1.6 2015/03/19 21:22:59 joerg Exp $");
 #endif /* LIBC_SCCS and not lint */
 
+#include "namespace.h"
 #include <sys/types.h>
 #include <ieeefp.h>
 



Home | Main Index | Thread Index | Old Index