* config/mips/tm-mips64.h: longs, long longs, and pointers
are all 64 bits on EABI mips targets.
+Tue Jul 22 12:11:48 1997 Michael Snyder (msnyder@cleaver.cygnus.com)
+
+ * config/mips/tm-mips64.h: longs, long longs, and pointers
+ are all 64 bits on EABI mips targets.
+
start-sanitize-gdbtk
Mon Jul 21 22:24:07 1997 Martin M. Hunt <hunt@cygnus.com>
#define OP_LDFPR 065 /* ldc1 */
#define OP_LDGPR 067 /* ld */
+#if defined(MIPS_EABI) && (MIPS_EABI != 0)
+/* define sizes for 64-bit data types */
+#define TARGET_LONG_BIT 64
+#define TARGET_LONG_LONG_BIT 64
+#define TARGET_PTR_BIT 64
+#endif /* MIPS_EABI */
+
/* Get the basic MIPS definitions. */
#include "tm-mips.h"