mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
* printcmd.c: define PRINTF_HAS_LONG_LONG only if not yet defined.
This commit is contained in:
parent
759cc328c6
commit
06be140c21
@ -1,3 +1,7 @@
|
||||
2008-11-13 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* printcmd.c: define PRINTF_HAS_LONG_LONG only if not yet defined.
|
||||
|
||||
2008-11-13 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* auxv.c (fprint_target_auxv): Handle AT_BASE_PLATFORM and
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include "tui/tui.h" /* For tui_active et.al. */
|
||||
#endif
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
#if defined(__MINGW32__) && !defined(PRINTF_HAS_LONG_LONG)
|
||||
# define USE_PRINTF_I64 1
|
||||
# define PRINTF_HAS_LONG_LONG
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user