diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-01-05 19:12:21 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-01-05 19:12:21 +0000 |
commit | 3b4e6a16446eba9f3db3d2d31b2563f7c0bf8192 (patch) | |
tree | a3ca084f7dfb7c9af4600eb7a5031a8bf2503234 /gcc | |
parent | dcfb1a361ba787b4cf2b7488c6ee822bd7058bc6 (diff) | |
download | gcc-3b4e6a16446eba9f3db3d2d31b2563f7c0bf8192.zip gcc-3b4e6a16446eba9f3db3d2d31b2563f7c0bf8192.tar.gz gcc-3b4e6a16446eba9f3db3d2d31b2563f7c0bf8192.tar.bz2 |
lang-options.h: Bring comment in line with reality.
2001-01-05 Phil Edwards <pme@sources.redhat.com>
* cp/lang-options.h: Bring comment in line with reality.
* f/lang-options.h: Likewise.
* java/lang-options.h: Likewise.
* objc/lang-options.h: Likewise.
* ch/lang-options.h: Likewise.
* f/g77.texi: And update the manual.
From-SVN: r38719
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 9 | ||||
-rw-r--r-- | gcc/ch/lang-options.h | 7 | ||||
-rw-r--r-- | gcc/cp/lang-options.h | 4 | ||||
-rw-r--r-- | gcc/f/g77.texi | 2 | ||||
-rw-r--r-- | gcc/f/lang-options.h | 4 | ||||
-rw-r--r-- | gcc/java/lang-options.h | 4 | ||||
-rw-r--r-- | gcc/objc/lang-options.h | 4 |
7 files changed, 20 insertions, 14 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e72e4e8..b9358cb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2001-01-05 Phil Edwards <pme@sources.redhat.com> + + * cp/lang-options.h: Bring comment in line with reality. + * f/lang-options.h: Likewise. + * java/lang-options.h: Likewise. + * objc/lang-options.h: Likewise. + * ch/lang-options.h: Likewise. + * f/g77.texi: And update the manual. + 2001-01-05 Marek Michalkiewicz <marekm@linux.org.pl> Denis Chertykov <denisc@overta.ru> diff --git a/gcc/ch/lang-options.h b/gcc/ch/lang-options.h index 14826805..69797cb 100644 --- a/gcc/ch/lang-options.h +++ b/gcc/ch/lang-options.h @@ -18,11 +18,8 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* This is the contribution to the `lang_options' array in gcc.c for - CHILL. */ - -/* CYGNUS LOCAL - the format of this file has been changed to - allow cc1 to implement --help. nickc/--help */ +/* This is the contribution to the `documented_lang_options' array in + toplev.c for CHILL. */ DEFINE_LANG_NAME ("Chill") diff --git a/gcc/cp/lang-options.h b/gcc/cp/lang-options.h index 623cee2..64fdf2a 100644 --- a/gcc/cp/lang-options.h +++ b/gcc/cp/lang-options.h @@ -21,8 +21,8 @@ Boston, MA 02111-1307, USA. */ DEFINE_LANG_NAME ("C++") -/* This is the contribution to the `lang_options' array in gcc.c for - g++. */ +/* This is the contribution to the `documented_lang_options' array in + toplev.c for g++. */ { "-faccess-control", "" }, { "-fno-access-control", "Do not obey access control semantics" }, diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi index 417f6c8..93d1eab 100644 --- a/gcc/f/g77.texi +++ b/gcc/f/g77.texi @@ -13889,7 +13889,7 @@ when compiling most any kind of program. which is used during the build of @code{gcc} to build a list of all options that are accepted by at least one language's compiler. -This list goes into the @code{lang_options} array +This list goes into the @code{documented_lang_options} array in @file{gcc/toplev.c}, which uses this array to determine whether a particular option should be offered to the linked-in front end for processing diff --git a/gcc/f/lang-options.h b/gcc/f/lang-options.h index c085aea..7d50193 100644 --- a/gcc/f/lang-options.h +++ b/gcc/f/lang-options.h @@ -21,8 +21,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA */ -/* This is the contribution to the `lang_options' array in gcc.c for - g77. */ +/* This is the contribution to the `documented_lang_options' array in + toplev.c for g77. */ #ifdef __STDC__ /* To be consistent with lang-specs.h. Maybe avoid overflowing some old compiler's tables, etc. */ diff --git a/gcc/java/lang-options.h b/gcc/java/lang-options.h index e838813..9717dbd 100644 --- a/gcc/java/lang-options.h +++ b/gcc/java/lang-options.h @@ -22,8 +22,8 @@ Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. The Free Software Foundation is independent of Sun Microsystems, Inc. */ -/* This is the contribution to the `lang_options' array in gcc.c for - java. */ +/* This is the contribution to the `documented_lang_options' array in + toplev.c for java. */ DEFINE_LANG_NAME ("Java") diff --git a/gcc/objc/lang-options.h b/gcc/objc/lang-options.h index bc51264..6dab315 100644 --- a/gcc/objc/lang-options.h +++ b/gcc/objc/lang-options.h @@ -22,8 +22,8 @@ Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. The Free Software Foundation is independent of Sun Microsystems, Inc. */ -/* This is the contribution to the `lang_options' array in gcc.c for - Objective-C. */ +/* This is the contribution to the `documented_lang_options' array in + toplev.c for Objective-C. */ DEFINE_LANG_NAME ("Objective C") |