aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/tm-bigmips64.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-06-08 04:00:56 +0000
committerAndrew Cagney <cagney@redhat.com>2000-06-08 04:00:56 +0000
commit1ba607adba3816e5352f639a27cffa20ee71813d (patch)
treef989fb450c87839938457515038372ca07f59acd /gdb/config/mips/tm-bigmips64.h
parente28d556f6be67e728e296f83a55f6abaf4251a31 (diff)
downloadgdb-1ba607adba3816e5352f639a27cffa20ee71813d.zip
gdb-1ba607adba3816e5352f639a27cffa20ee71813d.tar.gz
gdb-1ba607adba3816e5352f639a27cffa20ee71813d.tar.bz2
Use config.bfd to determine the default architecture and byte order.
Flush all BYTE_ORDER_DEFAULT macros from mips. Can rely on BFD's value.
Diffstat (limited to 'gdb/config/mips/tm-bigmips64.h')
-rw-r--r--gdb/config/mips/tm-bigmips64.h4
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"