* 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.
This commit is contained in:
Mark Alexander 1996-12-27 04:04:44 +00:00
parent 5a1ed5f71d
commit 25012f0e71
2 changed files with 9 additions and 1 deletions

View 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

View 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