diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2015-10-19 11:30:46 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2015-10-19 04:30:46 -0700 |
commit | 1be8ebde2e47e239f994a62291e50502b63b5451 (patch) | |
tree | 0d5dcac0614ef9075a78b97fc5522b268c87bcf2 /gcc | |
parent | 3f11bf19d9b1877e75d795a70edfc0aee560bb6b (diff) | |
download | gcc-1be8ebde2e47e239f994a62291e50502b63b5451.zip gcc-1be8ebde2e47e239f994a62291e50502b63b5451.tar.gz gcc-1be8ebde2e47e239f994a62291e50502b63b5451.tar.bz2 |
Replace @optindex with @opindex
* doc/invoke.texi: Replace @optindex with @opindex.
From-SVN: r228968
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ec6b3c..db0aea4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2015-10-19 H.J. Lu <hongjiu.lu@intel.com> + * doc/invoke.texi: Replace @optindex with @opindex. + +2015-10-19 H.J. Lu <hongjiu.lu@intel.com> + PR target/67995 * config/i386/i386.c (ix86_valid_target_attribute_tree): If arch= is set, clear all bits in x_ix86_isa_flags, except for diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index dba4023..027ce96 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -8014,7 +8014,7 @@ of its callers. This switch does not affect functions using the inline functions into the object file. @item -fkeep-static-functions -@optindex fkeep-static-functions +@opindex fkeep-static-functions Emit @code{static} functions into the object file, even if the function is never used. |