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-embed.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-embed.h')
-rw-r--r-- | gdb/config/mips/tm-embed.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/config/mips/tm-embed.h b/gdb/config/mips/tm-embed.h index faaffee..fc67206 100644 --- a/gdb/config/mips/tm-embed.h +++ b/gdb/config/mips/tm-embed.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,8 +17,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define TARGET_BYTE_ORDER_SELECTABLE_P 1 - #include "mips/tm-bigmips.h" #undef DEFAULT_MIPS_TYPE |