Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/mips/softfloat Fix softfloat for mips*el



details:   https://anonhg.NetBSD.org/src/rev/01f925a9d275
branches:  trunk
changeset: 766547:01f925a9d275
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jun 27 06:40:26 2011 +0000

description:
Fix softfloat for mips*el

diffstat:

 lib/libc/arch/mips/softfloat/mips-gcc.h |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 56e8e3d8eac5 -r 01f925a9d275 lib/libc/arch/mips/softfloat/mips-gcc.h
--- a/lib/libc/arch/mips/softfloat/mips-gcc.h   Mon Jun 27 00:45:50 2011 +0000
+++ b/lib/libc/arch/mips/softfloat/mips-gcc.h   Mon Jun 27 06:40:26 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips-gcc.h,v 1.4 2011/02/25 11:55:28 pooka Exp $ */
+/* $NetBSD: mips-gcc.h,v 1.5 2011/06/27 06:40:26 matt Exp $ */
 
 /*
 -------------------------------------------------------------------------------
@@ -90,11 +90,6 @@
 -------------------------------------------------------------------------------
 */
 #if defined(SOFTFLOAT_FOR_GCC)
-#if defined(__MIPSEB__)
 #define FLOAT64_DEMANGLE(a)    (a)
 #define FLOAT64_MANGLE(a)      (a)
-#else
-#define FLOAT64_DEMANGLE(a)    (((a) << 32) | ((a) >> 32))
-#define FLOAT64_MANGLE(a)      FLOAT64_DEMANGLE(a)
 #endif
-#endif



Home | Main Index | Thread Index | Old Index