toplev.c (documented_lang_options): Remove -fident and -fnoident...
authorZack Weinberg <zack@rabi.columbia.edu>
Mon, 15 Feb 1999 14:13:20 +0000 (14:13 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 15 Feb 1999 14:13:20 +0000 (14:13 +0000)
1999-02-15 17:11 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
* toplev.c (documented_lang_options): Remove -fident and
          -fnoident, which are now handled by the language independent
  option parser.

From-SVN: r25219

gcc/ChangeLog
gcc/toplev.c

index 37de7cb89a495a91483ffe7e972f6aa8658f6199..76d941a6989792d1431f2dbfd490b35e08ce3f28 100644 (file)
@@ -1,5 +1,10 @@
+1999-02-15 17:11 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
 
-1999-02-15 16:59 -0500  Zack Weinberg  <zack@midnite.ec.rhno.columbia.edu>
+       * toplev.c (documented_lang_options): Remove -fident and
+          -fnoident, which are now handled by the language independent
+         option parser.
+
+1999-02-15 16:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
 
        * c-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c is EOF.
        * c-lex.c: Likewise.
index 33fa3097fb02fd939f79e111c864684a5c8ade6f..90b9bca0bcc22e1bef2d0a0e493c32d8d2ee9811 100644 (file)
@@ -1009,8 +1009,6 @@ documented_lang_options[] =
   { "-fno-cond-mismatch", "" },
   { "-fdollars-in-identifiers", "Allow the use of $ inside identifiers" },
   { "-fno-dollars-in-identifiers", "" },
-  { "-fident", "" },
-  { "-fno-ident", "Ignore #ident directives" },
   { "-fshort-double", "Use the same size for double as for float" },
   { "-fno-short-double", "" },
   { "-fshort-enums", "Use the smallest fitting integer to hold enums"},