diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-09 13:32:45 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-09 13:32:45 +0000 |
commit | 40a5f26313e73ce947c791052457e999e23aab16 (patch) | |
tree | c69eae8697edc03ff735d943e30bfa91291110ac | |
parent | a05fe97babdd2f1ffdf6c075f05eb25cf329bfed (diff) | |
download | ppe42-gcc-40a5f26313e73ce947c791052457e999e23aab16.tar.gz ppe42-gcc-40a5f26313e73ce947c791052457e999e23aab16.zip |
* invoke.texi: Remove superfluous text.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43075 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 9 |
2 files changed, 4 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6b36c75ef58..5f1add4da72 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-06-09 Julian Foad <julian_foad@hotmail.com> + + * doc/invoke.texi: Remove superfluous text. + 2001-06-08 Richard Henderson <rth@redhat.com> * config/alpha/linux.h (CPLUSPLUS_CPP_SPEC): New. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a0d0c936f3e..842882cb241 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1169,15 +1169,6 @@ Note that this is equivalent to @samp{-fno-unsigned-char}, which is the negative form of @samp{-funsigned-char}. Likewise, the option @samp{-fno-signed-char} is equivalent to @samp{-funsigned-char}. -You may wish to use @samp{-fno-builtin} as well as @samp{-traditional} -if your program uses names that are normally GNU C builtin functions for -other purposes of its own. - -You cannot use @samp{-traditional} if you include any header files that -rely on ISO C features. Some vendors are starting to ship systems with -ISO C header files and you cannot use @samp{-traditional} on such -systems to compile files that include any system headers. - @item -fsigned-bitfields @itemx -funsigned-bitfields @itemx -fno-signed-bitfields |