aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/tm-idtl.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-10-06 16:43:40 +0000
committerIan Lance Taylor <ian@airs.com>1994-10-06 16:43:40 +0000
commit97d3151a59022d8d76fd29100052645bd8d99c6b (patch)
tree727b73d5b197ddec90dd9fc2666b78813f4e2a3a /gdb/config/mips/tm-idtl.h
parent1a406ce8c419273e124e5ab1c580a03c24ce056b (diff)
downloadgdb-97d3151a59022d8d76fd29100052645bd8d99c6b.zip
gdb-97d3151a59022d8d76fd29100052645bd8d99c6b.tar.gz
gdb-97d3151a59022d8d76fd29100052645bd8d99c6b.tar.bz2
* config/mips/tm-mips.h (GDB_TARGET_IS_MIPS64): If not already
defined, define as 0. (FIX_CALL_DUMMY): Rewrite to remove presumption that host and target are similar. * config/mips/tm-idt.h (TARGET_BYTE_ORDER_SELECTABLE): Define. * config/mips/tm-idtl.h (TARGET_BYTE_ORDER_SELECTABLE): Define. * config/mips/tm-idt64.h (TARGET_BYTE_ORDER_SELECTABLE): Define. (BREAKPOINT): Remove definition. * config/mips/tm-idtl64.h (TARGET_BYTE_ORDER_SELECTABLE): Define. (BREAKPOINT): Remove definition. * config/mips/tm-mips64.h (GDB_TARGET_IS_MIPS64): Define with a value of 1, rather than without a value. * config/mips/tm-bigmips64.h (GDB_TARGET_IS_MIPS64): Likewise.
Diffstat (limited to 'gdb/config/mips/tm-idtl.h')
-rw-r--r--gdb/config/mips/tm-idtl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/mips/tm-idtl.h b/gdb/config/mips/tm-idtl.h
index 3410bca..d00bb04 100644
--- a/gdb/config/mips/tm-idtl.h
+++ b/gdb/config/mips/tm-idtl.h
@@ -16,4 +16,6 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+#define TARGET_BYTE_ORDER_SELECTABLE
+
#include "mips/tm-mips.h"