aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/config/mips/tm-bigmips64.h3
-rw-r--r--gdb/config/mips/tm-mips64.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/mips/tm-bigmips64.h b/gdb/config/mips/tm-bigmips64.h
index 1238ea2..a9161d8 100644
--- a/gdb/config/mips/tm-bigmips64.h
+++ b/gdb/config/mips/tm-bigmips64.h
@@ -20,6 +20,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define GDB_TARGET_IS_MIPS64
+/* force LONGEST to be long long in gdb */
+#define FORCE_LONG_LONG
+
/* Use eight byte registers. */
#define MIPS_REGSIZE 8
diff --git a/gdb/config/mips/tm-mips64.h b/gdb/config/mips/tm-mips64.h
index a520d7f..87afc21 100644
--- a/gdb/config/mips/tm-mips64.h
+++ b/gdb/config/mips/tm-mips64.h
@@ -20,6 +20,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define GDB_TARGET_IS_MIPS64
+/* force LONGEST to be long long in gdb */
+#define FORCE_LONG_LONG
+
/* Use eight byte registers. */
#define MIPS_REGSIZE 8