Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/arm/hardfloat include <arm/vfpreg.h>



details:   https://anonhg.NetBSD.org/src/rev/47d1a14a8c12
branches:  trunk
changeset: 784589:47d1a14a8c12
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Feb 03 01:50:54 2013 +0000

description:
include <arm/vfpreg.h>

diffstat:

 lib/libc/arch/arm/hardfloat/fpsetround.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r fd6c51810d15 -r 47d1a14a8c12 lib/libc/arch/arm/hardfloat/fpsetround.c
--- a/lib/libc/arch/arm/hardfloat/fpsetround.c  Sun Feb 03 01:48:53 2013 +0000
+++ b/lib/libc/arch/arm/hardfloat/fpsetround.c  Sun Feb 03 01:50:54 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpsetround.c,v 1.7 2013/01/11 13:55:26 matt Exp $      */
+/*     $NetBSD: fpsetround.c,v 1.8 2013/02/03 01:50:54 matt Exp $      */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpsetround.c,v 1.7 2013/01/11 13:55:26 matt Exp $");
+__RCSID("$NetBSD: fpsetround.c,v 1.8 2013/02/03 01:50:54 matt Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
@@ -43,6 +43,8 @@
 #include <sys/types.h>
 #include <ieeefp.h>
 
+#include <arm/vfpreg.h>
+
 #ifdef __weak_alias
 __weak_alias(fpsetround,_fpsetround)
 #endif



Home | Main Index | Thread Index | Old Index