Module Name: src
Committed By: matt
Date: Tue May 11 06:01:12 UTC 2010
Modified Files:
src/gnu/usr.bin/gcc4/arch/mips64eb [matt-nb5-mips64]: tm.h
src/gnu/usr.bin/gcc4/arch/mips64el [matt-nb5-mips64]: tm.h
Log Message:
Add MASK_SOFT_FLOAT to TARGET_CPU_DEFAULT for mips64
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/gnu/usr.bin/gcc4/arch/mips64eb/tm.h
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/gnu/usr.bin/gcc4/arch/mips64el/tm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/gnu/usr.bin/gcc4/arch/mips64eb/tm.h
diff -u src/gnu/usr.bin/gcc4/arch/mips64eb/tm.h:1.1.2.2 src/gnu/usr.bin/gcc4/arch/mips64eb/tm.h:1.1.2.3
--- src/gnu/usr.bin/gcc4/arch/mips64eb/tm.h:1.1.2.2 Wed Dec 9 07:28:24 2009
+++ src/gnu/usr.bin/gcc4/arch/mips64eb/tm.h Tue May 11 06:01:11 2010
@@ -4,7 +4,7 @@
#ifndef GCC_TM_H
#define GCC_TM_H
-#define TARGET_CPU_DEFAULT (((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS)
+#define TARGET_CPU_DEFAULT (((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES|MASK_SOFT_FLOAT))|MASK_EXPLICIT_RELOCS)
#ifndef NETBSD_ENABLE_PTHREADS
# define NETBSD_ENABLE_PTHREADS
#endif
Index: src/gnu/usr.bin/gcc4/arch/mips64el/tm.h
diff -u src/gnu/usr.bin/gcc4/arch/mips64el/tm.h:1.1.2.2 src/gnu/usr.bin/gcc4/arch/mips64el/tm.h:1.1.2.3
--- src/gnu/usr.bin/gcc4/arch/mips64el/tm.h:1.1.2.2 Wed Dec 9 04:37:29 2009
+++ src/gnu/usr.bin/gcc4/arch/mips64el/tm.h Tue May 11 06:01:11 2010
@@ -4,7 +4,7 @@
#ifndef GCC_TM_H
#define GCC_TM_H
-#define TARGET_CPU_DEFAULT (((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS)
+#define TARGET_CPU_DEFAULT (((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES|MASK_SOFT_FLOAT))|MASK_EXPLICIT_RELOCS)
#ifndef TARGET_ENDIAN_DEFAULT
# define TARGET_ENDIAN_DEFAULT 0
#endif