Source-Changes-HG archive

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

[src/trunk]: src/gnu/dist/gcc/config/mips remove MIPS SOFTFLOAT (forgot to de...



details:   https://anonhg.NetBSD.org/src/rev/93454fa410c5
branches:  trunk
changeset: 485582:93454fa410c5
user:      shin <shin%NetBSD.org@localhost>
date:      Mon May 01 13:49:05 2000 +0000

description:
remove MIPS SOFTFLOAT (forgot to delete these lines).

diffstat:

 gnu/dist/gcc/config/mips/netbsd.h |  4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diffs (15 lines):

diff -r 60bc132ec6a7 -r 93454fa410c5 gnu/dist/gcc/config/mips/netbsd.h
--- a/gnu/dist/gcc/config/mips/netbsd.h Mon May 01 12:35:42 2000 +0000
+++ b/gnu/dist/gcc/config/mips/netbsd.h Mon May 01 13:49:05 2000 +0000
@@ -263,11 +263,7 @@
    GO_IF_LEGITIMATE_ADDRESS ever accepting such addresses. */
 
 #undef TARGET_DEFAULT
-#ifdef SOFT_FLOAT
-#define TARGET_DEFAULT (MASK_GAS|MASK_DEBUG_A|MASK_SOFT_FLOAT)
-#else
 #define TARGET_DEFAULT (MASK_GAS|MASK_DEBUG_A)
-#endif
 
 /* Since gas and gld are standard on NetBSD, we don't need these */
 #undef ASM_FINAL_SPEC



Home | Main Index | Thread Index | Old Index