diff options
author | Ben Elliston <bje@au.ibm.com> | 2009-09-25 03:15:28 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2009-09-25 13:15:28 +1000 |
commit | 7930dab0d62ac6c4d6b3145744b9597e8c88dfe3 (patch) | |
tree | 231693042bd93c30f0c95ae700cb09a0ebacbe29 | |
parent | 161de4f413065164ff0f15c9773652a1a97c86f4 (diff) | |
download | gcc-7930dab0d62ac6c4d6b3145744b9597e8c88dfe3.zip gcc-7930dab0d62ac6c4d6b3145744b9597e8c88dfe3.tar.gz gcc-7930dab0d62ac6c4d6b3145744b9597e8c88dfe3.tar.bz2 |
invoke.texi (RS/6000 and PowerPC Options): Add missing comma after `power7'.
* doc/invoke.texi (RS/6000 and PowerPC Options): Add missing comma
after `power7'.
From-SVN: r152154
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a48fe76..6d4c47b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-09-25 Ben Elliston <bje@au.ibm.com> + + * doc/invoke.texi (RS/6000 and PowerPC Options): Add missing comma + after `power7'. + 2009-09-25 Alan Modra <amodra@bigpond.net.au> * config/rs6000/rs6000.md (load_toc_v4_PIC_3c): Correct POWER diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 407cb89..92652cc 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14384,7 +14384,7 @@ Supported values for @var{cpu_type} are @samp{401}, @samp{403}, @samp{860}, @samp{970}, @samp{8540}, @samp{e300c2}, @samp{e300c3}, @samp{e500mc}, @samp{ec603e}, @samp{G3}, @samp{G4}, @samp{G5}, @samp{power}, @samp{power2}, @samp{power3}, @samp{power4}, -@samp{power5}, @samp{power5+}, @samp{power6}, @samp{power6x}, @samp{power7} +@samp{power5}, @samp{power5+}, @samp{power6}, @samp{power6x}, @samp{power7}, @samp{common}, @samp{powerpc}, @samp{powerpc64}, @samp{rios}, @samp{rios1}, @samp{rios2}, @samp{rsc}, and @samp{rs64}. |