From: hjl Date: Mon, 19 Oct 2015 11:30:46 +0000 (+0000) Subject: Replace @optindex with @opindex X-Git-Tag: upstream/6.1~4009 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d821af01a6b763caaa33411a6db98f1664264a96;p=platform%2Fupstream%2Flinaro-gcc.git Replace @optindex with @opindex * doc/invoke.texi: Replace @optindex with @opindex. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228968 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 + * doc/invoke.texi: Replace @optindex with @opindex. + +2015-10-19 H.J. Lu + 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.