diff options
author | J. David Anglin <dave@hiauly1.hia.nrc.ca> | 2000-09-14 23:04:51 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-09-14 17:04:51 -0600 |
commit | 9207d3b1d7e6fdcd4ef385b6c4ae80234a1c0f30 (patch) | |
tree | aa2900b278d95b80edb218a421f05e0ba09fd163 /gcc | |
parent | cf160a6309e7960cfa6699615a8a817613e1cdf1 (diff) | |
download | gcc-9207d3b1d7e6fdcd4ef385b6c4ae80234a1c0f30.zip gcc-9207d3b1d7e6fdcd4ef385b6c4ae80234a1c0f30.tar.gz gcc-9207d3b1d7e6fdcd4ef385b6c4ae80234a1c0f30.tar.bz2 |
* gcc.1: Delete documentation for -undef preprocessor option.
From-SVN: r36421
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/gcc.1 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0deb7ff..6328fbe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-09-14 J. David Anglin <dave@hiauly1.hia.nrc.ca> + + * gcc.1: Delete documentation for -undef preprocessor option. + 2000-09-14 Alexandre Oliva <aoliva@redhat.com> * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, @@ -20,7 +20,7 @@ .if n .sp .if t .sp 0.4 .. -.Id $Id: gcc.1,v 1.16 2000/09/11 06:10:30 ciceron Exp $ +.Id $Id: gcc.1,v 1.17 2000/09/13 19:34:05 ciceron Exp $ .TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools" .SH NAME gcc, g++ \- GNU project C and C++ Compiler (gcc-2.96) @@ -286,7 +286,6 @@ in the following sections. \-nostdinc \-P .RI \-U macro -\-undef .TP .B Assembler Option .RI \-Wa, option @@ -1101,9 +1100,6 @@ but do still search the other standard directories. .B libg++\c \&\|'.) .TP -.B \-undef -Do not predefine any nonstandard macros. (Including architecture flags). -.TP .B \-E Run only the C preprocessor. Preprocess all the C source files specified and output the results to standard output or to the |