aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-09-29 15:51:52 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2010-09-29 15:51:52 +0100
commitf0036cca42f0e15b89736429ffd17d174fa14f13 (patch)
treefee6c1797bd6ab1c8734c2276369a229a63e075c /gcc/ChangeLog
parente3339d0f3328e3bae21e460dde81ba4bdcfcd959 (diff)
downloadgcc-f0036cca42f0e15b89736429ffd17d174fa14f13.zip
gcc-f0036cca42f0e15b89736429ffd17d174fa14f13.tar.gz
gcc-f0036cca42f0e15b89736429ffd17d174fa14f13.tar.bz2
options.texi (Variable, Var, Init): Update documentation without reference to VarExists.
* doc/options.texi (Variable, Var, Init): Update documentation without reference to VarExists. (VarExists): Remove. * common.opt, config/i386/i386.opt, config/linux.opt, config/rs6000/rs6000.opt, config/sh/sh.opt, config/spu/spu.opt: Don't use VarExists. c-family: * c.opt: Don't use VarExists. fortran: * lang.opt: Don't use VarExists. java: * lang.opt: Don't use VarExists. From-SVN: r164724
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bcfabb6..50d67de 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,14 @@
2010-09-29 Joseph Myers <joseph@codesourcery.com>
+ * doc/options.texi (Variable, Var, Init): Update documentation
+ without reference to VarExists.
+ (VarExists): Remove.
+ * common.opt, config/i386/i386.opt, config/linux.opt,
+ config/rs6000/rs6000.opt, config/sh/sh.opt, config/spu/spu.opt:
+ Don't use VarExists.
+
+2010-09-29 Joseph Myers <joseph@codesourcery.com>
+
* optc-gen.awk: Generate global_options initializer instead of
individual variables. Add x_ prefix to names of structure
members.