Modified Files:
authorKung Hsu <kung@cygnus>
Tue, 21 Jun 1994 21:09:13 +0000 (21:09 +0000)
committerKung Hsu <kung@cygnus>
Tue, 21 Jun 1994 21:09:13 +0000 (21:09 +0000)
tm-mips64.h tm-bigmips64.h

        * config/mips/tm-mips64.h: define FORCE_LONG_LONG to force LONGEST
        to be long long in gdb.
        * config/mips/tm-bigmips.h: ditto.

gdb/config/mips/tm-bigmips64.h
gdb/config/mips/tm-mips64.h

index 1238ea284a082e44e7fc30a5ea860fd0321c0c8c..a9161d8039bb60992a37058015474a4f21691b40 100644 (file)
@@ -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
 
index a520d7f160bfc250f30cc93686b4b1b1de9663c2..87afc21c8a4ba9dad16ea0c9b8f9d09307d85d11 100644 (file)
@@ -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
 
This page took 0.026206 seconds and 4 git commands to generate.