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/5c9c5ec7e268
branches: netbsd-1-4
changeset: 469146:5c9c5ec7e268
user: perry <perry%NetBSD.org@localhost>
date: Thu Jul 01 19:45:07 1999 +0000
description:
pullup 1.4->1.5 (kleink): fix namespace conflict
diffstat:
lib/libc/arch/arm32/fplib/softfloat-macros.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (35 lines):
diff -r 8d19e33b6cbc -r 5c9c5ec7e268 lib/libc/arch/arm32/fplib/softfloat-macros.h
--- a/lib/libc/arch/arm32/fplib/softfloat-macros.h Thu Jul 01 19:44:48 1999 +0000
+++ b/lib/libc/arch/arm32/fplib/softfloat-macros.h Thu Jul 01 19:45:07 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: softfloat-macros.h,v 1.4 1998/04/24 18:46:53 cgd Exp $ */
+/* $NetBSD: softfloat-macros.h,v 1.4.2.1 1999/07/01 19:45:07 perry Exp $ */
/*
===============================================================================
@@ -115,7 +115,9 @@
static bits32 estimateDiv64To32( bits32 a0, bits32 a1, bits32 b );
+#if 0 /* unused */
static bits32 estimateSqrt32( int16 aExp, bits32 a );
+#endif
static int8 countLeadingZeros( bits32 a );
@@ -608,6 +610,7 @@
}
+#if 0 /* unused */
/*
-------------------------------------------------------------------------------
Returns an approximation to the square root of the 32-bit significand given
@@ -647,6 +650,7 @@
return ( ( estimateDiv64To32( a, 0, z ) )>>1 ) + ( z>>1 );
}
+#endif /* unused */
/*
-------------------------------------------------------------------------------
Home |
Main Index |
Thread Index |
Old Index