diff options
Diffstat (limited to 'gdb/config/mips/tm-bigmips64.h')
-rw-r--r-- | gdb/config/mips/tm-bigmips64.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/config/mips/tm-bigmips64.h b/gdb/config/mips/tm-bigmips64.h index a456d20..9f171ee 100644 --- a/gdb/config/mips/tm-bigmips64.h +++ b/gdb/config/mips/tm-bigmips64.h @@ -1,5 +1,5 @@ /* Target machine parameters for MIPS r4000 - Copyright 1994 Free Software Foundation, Inc. + Copyright 1994, 2000 Free Software Foundation, Inc. Contributed by Ian Lance Taylor (ian@cygnus.com) This file is part of GDB. @@ -19,6 +19,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define TARGET_BYTE_ORDER_DEFAULT BIG_ENDIAN - #include "mips/tm-mips64.h" |