aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips
diff options
context:
space:
mode:
authorGavin Romig-Koch <gavin@redhat.com>1998-05-20 19:31:04 +0000
committerGavin Romig-Koch <gavin@redhat.com>1998-05-20 19:31:04 +0000
commit116b98b89ab999090be68eb5bf20958399757a21 (patch)
treecdea04f024936e4730a832dba45c04c472fa38dc /gdb/config/mips
parent40fd928f8aa48ea150eec08dfc72328fcaa5b735 (diff)
downloadgdb-116b98b89ab999090be68eb5bf20958399757a21.zip
gdb-116b98b89ab999090be68eb5bf20958399757a21.tar.gz
gdb-116b98b89ab999090be68eb5bf20958399757a21.tar.bz2
* mips/tm-tx39.h (MIPS_DEFAULT_FPU_TYPE) : Defined as MIPS_FPU_NONE.
* mips/tm-tx39l.h : Same.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r--gdb/config/mips/tm-tx39.h1
-rw-r--r--gdb/config/mips/tm-tx39l.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/mips/tm-tx39.h b/gdb/config/mips/tm-tx39.h
index 7db466a..9e4b8a1 100644
--- a/gdb/config/mips/tm-tx39.h
+++ b/gdb/config/mips/tm-tx39.h
@@ -18,6 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define TARGET_BYTE_ORDER_SELECTABLE
#define MIPS_EABI 1
+#define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_NONE
#include "mips/tm-bigmips.h"
diff --git a/gdb/config/mips/tm-tx39l.h b/gdb/config/mips/tm-tx39l.h
index 53be627..3d23421 100644
--- a/gdb/config/mips/tm-tx39l.h
+++ b/gdb/config/mips/tm-tx39l.h
@@ -18,6 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define TARGET_BYTE_ORDER_SELECTABLE
#define MIPS_EABI 1
+#define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_NONE
#include "mips/tm-mips.h"