* valprint.c (print_longest): Don't lose upper bits
authorMark Alexander <marka@cygnus>
Fri, 27 Dec 1996 04:04:44 +0000 (04:04 +0000)
committerMark Alexander <marka@cygnus>
Fri, 27 Dec 1996 04:04:44 +0000 (04:04 +0000)
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.

gdb/ChangeLog
gdb/config/i386/xm-windows.h

index c3ac5b09c4fd24f99c197e2676855e5c125a4fad..99b61572a3eb8fb6bb76137faa9583008fca47d6 100644 (file)
@@ -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
index 08f9c7f619d7ecf15e1c72e0839dd1456f3056d1..91ca4d024df930a2bc2cf7e3d13ddd65e66a3150 100644 (file)
@@ -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