diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-07 00:31:01 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-07 00:31:01 +0000 |
commit | ad87de1ece2f52d260b582709751ab9f315ab349 (patch) | |
tree | ec80f8d1e46852ac1ba45aecdcda7201c302ac6f /gcc/gcc.texi | |
parent | 8098b1a5d828997acb2555106b3edccc0b43b661 (diff) | |
download | gcc-ad87de1ece2f52d260b582709751ab9f315ab349.tar.gz |
Merge from gcc-2.8
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16987 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.texi')
-rw-r--r-- | gcc/gcc.texi | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/gcc/gcc.texi b/gcc/gcc.texi index 64ed7d2dfe0..bd3b0b01c80 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -144,9 +144,9 @@ original English. @sp 2 @center Richard M. Stallman @sp 3 -@center Last updated 26 November 1995 +@center Last updated 4 December 1997 @sp 1 -@c The version number appears twice more in this file. +@c The version number appears three times more in this file. @center for egcs-1.0 @page @@ -437,7 +437,7 @@ GNU CC. The fix is to get rid of the file @code{real-ld} which purify installs---so that GNU CC won't try to use it. @item -On Linux SLS 1.01, there is a problem with @file{libc.a}: it does not +On GNU/Linux SLS 1.01, there is a problem with @file{libc.a}: it does not contain the obstack functions. However, GNU CC assumes that the obstack functions are in @file{libc.a} when it is the GNU C library. To work around this problem, change the @code{__GNU_LIBRARY__} conditional @@ -3681,12 +3681,6 @@ Define this macro to indicate that the host compiler does not properly handle converting a function value to a pointer-to-function when it is used in an expression. -@findex HAVE_VPRINTF -@findex vprintf -@item HAVE_VPRINTF -Define this if the library function @code{vprintf} is available on your -system. - @findex MULTIBYTE_CHARS @item MULTIBYTE_CHARS Define this macro to enable support for multibyte characters in the @@ -3694,22 +3688,10 @@ input to GNU CC. This requires that the host system support the ANSI C library functions for converting multibyte characters to wide characters. -@findex HAVE_PUTENV -@findex putenv -@item HAVE_PUTENV -Define this if the library function @code{putenv} is available on your -system. - @findex POSIX @item POSIX Define this if your system is POSIX.1 compliant. -@findex HAVE_POPEN -@findex popen -@item HAVE_POPEN -Define this if the library function @code{popen} is available on your -system. - @findex NO_SYS_SIGLIST @item NO_SYS_SIGLIST Define this if your system @emph{does not} provide the variable |