diff options
author | Mark Mitchell <mark@codesourcery.com> | 2003-12-23 00:28:04 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-12-23 00:28:04 +0000 |
commit | adb83beed2e6048a262cb3b0f76357c8b14f7aae (patch) | |
tree | d3cc8a287a10b6aa0e106bc0e56faabbe5dec1d5 | |
parent | 28476563a28ff641d3c288eba33815a92a6ddc7c (diff) | |
download | gcc-adb83beed2e6048a262cb3b0f76357c8b14f7aae.zip gcc-adb83beed2e6048a262cb3b0f76357c8b14f7aae.tar.gz gcc-adb83beed2e6048a262cb3b0f76357c8b14f7aae.tar.bz2 |
* doc/invoke.texi: Deprecate -fwritable-strings.
From-SVN: r74959
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e0e2bd3..54d5577 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5d3583f..012ec04 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 |