diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2008-02-07 20:40:19 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2008-02-07 20:40:19 +0000 |
commit | af47e6ac4832cae20aa7487fdda2fdbc4b155189 (patch) | |
tree | 431b274212d3db4023ea46e67e8a1ca19e831673 /gcc/opts-common.c | |
parent | 083e941686d0aa7505832d202f96bddaf1417c2a (diff) | |
download | gcc-af47e6ac4832cae20aa7487fdda2fdbc4b155189.zip gcc-af47e6ac4832cae20aa7487fdda2fdbc4b155189.tar.gz gcc-af47e6ac4832cae20aa7487fdda2fdbc4b155189.tar.bz2 |
re PR other/32754 (The opt?-gen.awk file generators produce incorrect credits)
2008-02-07 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
PR other/32754
* doc/options.texi (Options): Replace references to opts.sh with
optc-gen.awk.
* opts-common.c: Likewise.
* optc-gen.awk: Likewise.
From-SVN: r132174
Diffstat (limited to 'gcc/opts-common.c')
-rw-r--r-- | gcc/opts-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/opts-common.c b/gcc/opts-common.c index e4714f2..5a6786d 100644 --- a/gcc/opts-common.c +++ b/gcc/opts-common.c @@ -38,7 +38,7 @@ along with GCC; see the file COPYING3. If not see before having tested "-g". This doesn't match, and as "-gen-decls" is less than "-gstabs", it will become the lower bound of the binary search range, and "-g" will never be seen. To resolve this - issue, opts.sh makes "-gen-decls" point, via the back_chain member, + issue, 'optc-gen.awk' makes "-gen-decls" point, via the back_chain member, to "-g" so that failed searches that end between "-gen-decls" and the lexicographically subsequent switch know to go back and see if "-g" causes a match (which it does in this example). |