aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2004-11-24 04:31:58 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2004-11-24 04:31:58 +0000
commitbe6601c384b7d9adbd0f1439ce004faa0c00f556 (patch)
tree5905642c3e12503195a58b5985d3bb2c2dc7bec8 /gcc/doc
parent0aa06b18fc9f79ec12ab65a34913b4f67d2177d8 (diff)
downloadgcc-be6601c384b7d9adbd0f1439ce004faa0c00f556.zip
gcc-be6601c384b7d9adbd0f1439ce004faa0c00f556.tar.gz
gcc-be6601c384b7d9adbd0f1439ce004faa0c00f556.tar.bz2
hwint.h (HOST_LONG_LONG_FORMAT): New macro.
* hwint.h (HOST_LONG_LONG_FORMAT): New macro. Use it throughout. * config/i386/xm-mingw32.h (HOST_LONG_LONG_FORMAT): Define. * doc/hostconfig.texi (HOST_LONG_LONG_FORMAT): Document. From-SVN: r91136
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/hostconfig.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/doc/hostconfig.texi b/gcc/doc/hostconfig.texi
index 7f6dc24..98dadaf 100644
--- a/gcc/doc/hostconfig.texi
+++ b/gcc/doc/hostconfig.texi
@@ -212,6 +212,11 @@ initialization when a compilation driver is being initialized.
Define this macro if the host system has a small limit on the total
size of an argument vector. This causes the driver to take more care
not to pass unnecessary arguments to subprocesses.
+
+@item HOST_LONG_LONG_FORMAT
+If defined, the string used to indicate an argument of type @code{long
+long} to functions like @code{printf}. The default value is
+@code{"ll"}.
@end ftable
In addition, if @command{configure} generates an incorrect definition of