diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-06-06 07:00:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-06-06 07:00:45 +0000 |
commit | 69c49926bb843a21872cf79962d9bf4866b101ff (patch) | |
tree | b1cace72c2fefa79d6ad3e17057bf36f303940aa /gdb/config/mips/tm-tx39.h | |
parent | 193e3b1a003032346e7eea1f7301de2809d6013d (diff) | |
download | gdb-69c49926bb843a21872cf79962d9bf4866b101ff.zip gdb-69c49926bb843a21872cf79962d9bf4866b101ff.tar.gz gdb-69c49926bb843a21872cf79962d9bf4866b101ff.tar.bz2 |
Mips is always TARGET_BYTE_ORDER_SELECTABLE_P 1.
Diffstat (limited to 'gdb/config/mips/tm-tx39.h')
-rw-r--r-- | gdb/config/mips/tm-tx39.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/config/mips/tm-tx39.h b/gdb/config/mips/tm-tx39.h index e212a51..520db7b 100644 --- a/gdb/config/mips/tm-tx39.h +++ b/gdb/config/mips/tm-tx39.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1993 Free Software Foundation, Inc. +/* Copyright (C) 1993, 2000 Free Software Foundation, Inc. This file is part of GDB. @@ -17,7 +17,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define TARGET_BYTE_ORDER_SELECTABLE_P 1 #define MIPS_EABI 1 #define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_NONE |