summaryrefslogtreecommitdiff
path: root/gcc/doc/hostconfig.texi
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-24 04:31:58 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-24 04:31:58 +0000
commit92ebe7d37e9c6695bc5060d58f199eab38e9cc41 (patch)
tree5905642c3e12503195a58b5985d3bb2c2dc7bec8 /gcc/doc/hostconfig.texi
parentb2a667470bd6e2d8be2b883deca0ae6934e66940 (diff)
downloadgcc-92ebe7d37e9c6695bc5060d58f199eab38e9cc41.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91136 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/hostconfig.texi')
-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 7f6dc244ff3..98dadafe360 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