aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Alexander <marka@cygnus>1996-12-27 04:04:44 +0000
committerMark Alexander <marka@cygnus>1996-12-27 04:04:44 +0000
commit25012f0e713058320f0103ccd8ed291ee47c3366 (patch)
tree1751fd9318758ee5abf892e29c21227632a8893c
parent5a1ed5f71d1e8f3886eddf7e3e5d92e2f4f2540e (diff)
downloadgdb-25012f0e713058320f0103ccd8ed291ee47c3366.zip
gdb-25012f0e713058320f0103ccd8ed291ee47c3366.tar.gz
gdb-25012f0e713058320f0103ccd8ed291ee47c3366.tar.bz2
* valprint.c (print_longest): Don't lose upper bits
of 64-bit values on Windows. * config/i386/xm-windows.h: Leave CC_HAS_LONG_LONG defined, undefine PRINTF_HAS_LONG_LONG, so that 64-bit values will be printed without loss of upper bits.
-rw-r--r--gdb/ChangeLog8
-rw-r--r--gdb/config/i386/xm-windows.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c3ac5b0..99b6157 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+Thu Dec 26 19:56:55 1996 Mark Alexander <marka@cygnus.com>
+
+ * valprint.c (print_longest): Don't lose upper bits
+ of 64-bit values on Windows.
+ * config/i386/xm-windows.h: Leave CC_HAS_LONG_LONG defined,
+ undefine PRINTF_HAS_LONG_LONG, so that 64-bit values will
+ be printed without loss of upper bits.
+
Thu Dec 26 15:15:21 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
* config/sparc/tm-sparclet.h: make registers ASR15, ASR19 invisible
diff --git a/gdb/config/i386/xm-windows.h b/gdb/config/i386/xm-windows.h
index 08f9c7f..91ca4d0 100644
--- a/gdb/config/i386/xm-windows.h
+++ b/gdb/config/i386/xm-windows.h
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "i386/xm-cygwin32.h"
-#undef CC_HAS_LONG_LONG
+#undef PRINTF_HAS_LONG_LONG
#undef HAVE_UNISTD_H
#undef HAVE_TERMIO_H
#undef HAVE_TERMIOS_H