From: Mark Alexander Date: Fri, 27 Dec 1996 04:04:44 +0000 (+0000) Subject: * valprint.c (print_longest): Don't lose upper bits X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25012f0e713058320f0103ccd8ed291ee47c3366;p=binutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c3ac5b09c4f..99b61572a3e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Thu Dec 26 19:56:55 1996 Mark Alexander + + * 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 * 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 08f9c7f619d..91ca4d024df 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