* doc/invoke.texi: Deprecate -fwritable-strings.
authorMark Mitchell <mark@codesourcery.com>
Tue, 23 Dec 2003 00:28:04 +0000 (00:28 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 23 Dec 2003 00:28:04 +0000 (00:28 +0000)
From-SVN: r74959

gcc/ChangeLog
gcc/doc/invoke.texi

index e0e2bd3ebc2f58e72c3acaeee1624327793abced..54d5577a04514ddcdbfbba5f2d2315bd070588de 100644 (file)
@@ -1,5 +1,7 @@
 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
 
+       * doc/invoke.texi: Deprecate -fwritable-strings.
+
        * c-common.c (flag_external_templates): Remove.
        (flag_alt_external_templates): Likewise.
        * c-common.h (flag_external_templates): Remove.
index 5d3583f391b4293185010e27bbe4db76166b14e9..012ec04361829fb108369c985d26309fe2db66e2 100644 (file)
@@ -1244,6 +1244,8 @@ write into string constants.
 
 Writing into string constants is a very bad idea; ``constants'' should
 be constant.
+
+This option is deprecated.
 @end table
 
 @node C++ Dialect Options