diff options
author | Mark Alexander <marka@cygnus> | 1996-12-27 04:04:44 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1996-12-27 04:04:44 +0000 |
commit | 25012f0e713058320f0103ccd8ed291ee47c3366 (patch) | |
tree | 1751fd9318758ee5abf892e29c21227632a8893c /gdb/config | |
parent | 5a1ed5f71d1e8f3886eddf7e3e5d92e2f4f2540e (diff) | |
download | gdb-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.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/xm-windows.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |