From patchwork Thu Jul 14 11:41:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: fix typo in doc/extend.texi, committed as obvious From: Matthias Klose X-Patchwork-Id: 104666 Message-Id: <4E1ED5F2.2080908@ubuntu.com> To: GCC Patches Date: Thu, 14 Jul 2011 13:41:38 +0200 fix a typo in doc/extend.texi, committed as obvious. Matthias 2011-07-14 Matthias Klose * doc/extend.texi (optimize attribute): Fix typo. Index: doc/extend.texi =================================================================== --- doc/extend.texi (revision 176263) +++ doc/extend.texi (working copy) @@ -3594,7 +3594,7 @@ @item cpu=@var{CPU} @cindex @code{target("cpu=@var{CPU}")} attribute Specify the architecture to generate code for when compiling the -function. If you select the @code{"target("cpu=power7)"} attribute when +function. If you select the @code{"target("cpu=power7")} attribute when generating 32-bit code, VSX and Altivec instructions are not generated unless you use the @option{-mabi=altivec} option on the command line.