lang-options.h: Bring comment in line with reality.
authorPhil Edwards <pme@gcc.gnu.org>
Fri, 5 Jan 2001 19:12:21 +0000 (19:12 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Fri, 5 Jan 2001 19:12:21 +0000 (19:12 +0000)
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

gcc/ChangeLog
gcc/ch/lang-options.h
gcc/cp/lang-options.h
gcc/f/g77.texi
gcc/f/lang-options.h
gcc/java/lang-options.h
gcc/objc/lang-options.h

index e72e4e8181fec1872085d27d1bcef5c82e9df6fd..b9358cbcd6a1a5bc962dce833eddb26d7eeb660c 100644 (file)
@@ -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>
 
index 1482680530ae49e44ab1a6dba43a1ad55543f577..69797cbd49190da8db21fbec921eced0873a610d 100644 (file)
@@ -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")
      
index 623cee2854d5b7aa7e312b9b6a765050e1c6beb6..64fdf2a32e5637b0a034e28da34ace231f9da23a 100644 (file)
@@ -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" },
index 417f6c815fe05ab66b96526130cf6074d9ca2f1d..93d1eab077136616887b202b8dbe5a0106747ee1 100644 (file)
@@ -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
index c085aea08ee5b8b50f2cf521c8e710348e0fc7e3..7d501938d7fd017ea76d2de9b0f94e4494803e3f 100644 (file)
@@ -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. */
index e838813e0e89555cdbc076e76b6d063d1d5e2229..9717dbd0c5e628f21413e59e99d0c0eb6576065a 100644 (file)
@@ -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")
 
index bc512646361ce960c67ea65fd56a9014f62ba6aa..6dab315ba850f6f0ef7e6dd18770f548a5185dc1 100644 (file)
@@ -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")