aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/tm-idt64.h
diff options
context:
space:
mode:
authorKung Hsu <kung@cygnus>1994-02-18 01:21:36 +0000
committerKung Hsu <kung@cygnus>1994-02-18 01:21:36 +0000
commit4fbce2fdd223a8941652e32d07809ecbf3a1e446 (patch)
treea569efc01d7b46758d77adbd8b4d6d78ea4eabb0 /gdb/config/mips/tm-idt64.h
parent673b162c1ab0d19bbbd207693b331fba304f598c (diff)
downloadgdb-4fbce2fdd223a8941652e32d07809ecbf3a1e446.zip
gdb-4fbce2fdd223a8941652e32d07809ecbf3a1e446.tar.gz
gdb-4fbce2fdd223a8941652e32d07809ecbf3a1e446.tar.bz2
Added Files:
bigmips64.mt idt64.mt idtl64.mt littlemips64.mt tm-bigmips64.h tm-idt64.h tm-idtl64.h tm-mips64.h Add the above files to support mips 64 bits target.
Diffstat (limited to 'gdb/config/mips/tm-idt64.h')
-rw-r--r--gdb/config/mips/tm-idt64.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/gdb/config/mips/tm-idt64.h b/gdb/config/mips/tm-idt64.h
new file mode 100644
index 0000000..4f60ae4
--- /dev/null
+++ b/gdb/config/mips/tm-idt64.h
@@ -0,0 +1,25 @@
+/* Copyright (C) 1993 Free Software Foundation, Inc.
+
+This file is part of GDB.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+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. */
+
+#include "mips/tm-bigmips64.h"
+
+/* The IDT board uses an unusual breakpoint value, and sometimes gets
+ confused when it sees the usual MIPS breakpoint instruction. */
+
+#undef BREAKPOINT
+#define BREAKPOINT {0, 0, 0x0a, 0x0d}