Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/lib/libc/arch/arm32/fplib pullup 1.4->1.5 (kleink): fix...
details: https://anonhg.NetBSD.org/src/rev/3d053d5488dd
branches: netbsd-1-4
changeset: 469143:3d053d5488dd
user: perry <perry%NetBSD.org@localhost>
date: Thu Jul 01 19:44:27 1999 +0000
description:
pullup 1.4->1.5 (kleink): fix namespace conflict
diffstat:
lib/libc/arch/arm32/fplib/environment.h | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r ea7858b96b1c -r 3d053d5488dd lib/libc/arch/arm32/fplib/environment.h
--- a/lib/libc/arch/arm32/fplib/environment.h Thu Jul 01 19:38:19 1999 +0000
+++ b/lib/libc/arch/arm32/fplib/environment.h Thu Jul 01 19:44:27 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: environment.h,v 1.4 1998/06/28 20:19:30 christos Exp $ */
+/* $NetBSD: environment.h,v 1.4.2.1 1999/07/01 19:44:27 perry Exp $ */
/*
===============================================================================
@@ -45,3 +45,19 @@
-------------------------------------------------------------------------------
*/
#define INLINE static __inline
+
+/*
+-------------------------------------------------------------------------------
+Move private identifiers with external linkage into implementation namespace.
+ -- Klaus Klein <kleink%netbsd.org@localhost>, May 5, 1999
+-------------------------------------------------------------------------------
+*/
+#define float_exception_flags _arm32_float_exception_flags
+#define float_rounding_mode _arm32_float_rounding_mode
+#define float32_eq _arm32_float32_eq
+#define float32_le _arm32_float32_le
+#define float32_lt _arm32_float32_lt
+#define float64_eq _arm32_float64_eq
+#define float64_le _arm32_float64_le
+#define float64_lt _arm32_float64_lt
+#define float_raise _arm32_float_raise
Home |
Main Index |
Thread Index |
Old Index