aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/tm-bigmips64.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-10-13 03:20:47 +0000
committerIan Lance Taylor <ian@airs.com>1994-10-13 03:20:47 +0000
commitb0e4cdbb93f3b859c83d4c7fa7e82b1b7e92cfb9 (patch)
tree45b2494f6f80740cdd74b8b6f14e33961523207d /gdb/config/mips/tm-bigmips64.h
parent6e2abcbc22a6c6c6b4fb0eae04f69733ec7830e6 (diff)
downloadgdb-b0e4cdbb93f3b859c83d4c7fa7e82b1b7e92cfb9.zip
gdb-b0e4cdbb93f3b859c83d4c7fa7e82b1b7e92cfb9.tar.gz
gdb-b0e4cdbb93f3b859c83d4c7fa7e82b1b7e92cfb9.tar.bz2
* config/mips/tm-bigmips64.h: Just define TARGET_BYTE_ORDER and
include tm-mips64.h.
Diffstat (limited to 'gdb/config/mips/tm-bigmips64.h')
-rw-r--r--gdb/config/mips/tm-bigmips64.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/gdb/config/mips/tm-bigmips64.h b/gdb/config/mips/tm-bigmips64.h
index 1f45b18..ca09e09 100644
--- a/gdb/config/mips/tm-bigmips64.h
+++ b/gdb/config/mips/tm-bigmips64.h
@@ -18,18 +18,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 GDB_TARGET_IS_MIPS64 1
+#define TARGET_BYTE_ORDER BIG_ENDIAN
-/* force LONGEST to be long long in gdb */
-#define FORCE_LONG_LONG
-
-/* Use eight byte registers. */
-#define MIPS_REGSIZE 8
-
-/* Load double words in CALL_DUMMY. */
-#define OP_LDFPR 065 /* ldc1 */
-#define OP_LDGPR 067 /* ld */
-
-/* Get the basic MIPS definitions. Default to big endian, since that
- is how the chips are mostly used. */
-#include "tm-bigmips.h"
+#include "mips/tm-mips64.h"