diff options
author | Gavin Romig-Koch <gavin@redhat.com> | 1998-05-20 19:31:04 +0000 |
---|---|---|
committer | Gavin Romig-Koch <gavin@redhat.com> | 1998-05-20 19:31:04 +0000 |
commit | 116b98b89ab999090be68eb5bf20958399757a21 (patch) | |
tree | cdea04f024936e4730a832dba45c04c472fa38dc /gdb/config/mips/tm-tx39.h | |
parent | 40fd928f8aa48ea150eec08dfc72328fcaa5b735 (diff) | |
download | gdb-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/tm-tx39.h')
-rw-r--r-- | gdb/config/mips/tm-tx39.h | 1 |
1 files changed, 1 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" |