diff options
author | Walter Lee <walt@tilera.com> | 2012-09-14 20:54:02 +0000 |
---|---|---|
committer | Walter Lee <walt@gcc.gnu.org> | 2012-09-14 20:54:02 +0000 |
commit | 9996a6d1b699ae3a438babd595df622c596b2c64 (patch) | |
tree | 989b37fd04b3d13ecb312bd2f492e3025cf98255 | |
parent | 31ed6226580ad238c8f3d4d95413225aa6885508 (diff) | |
download | gcc-9996a6d1b699ae3a438babd595df622c596b2c64.zip gcc-9996a6d1b699ae3a438babd595df622c596b2c64.tar.gz gcc-9996a6d1b699ae3a438babd595df622c596b2c64.tar.bz2 |
Fix grammar and spelling.
* doc/invoke.texi (Option Summary): fix typesetting for -mcpu
option for TILEPro and TILE-Gx.
(TILE-Gx Options): Fix grammar and spellings in documentation for
-mcmodel.
From-SVN: r191311
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c6b378..48e7bc0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2012-09-14 Walter Lee <walt@tilera.com> + + * doc/invoke.texi (Option Summary): fix typesetting for -mcpu + option for TILEPro and TILE-Gx. + (TILE-Gx Options): Fix grammar and spellings in documentation for + -mcmodel. + 2012-09-14 Marc Glisse <marc.glisse@inria.fr> PR c++/54427 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9201ff8..1e8dcfe 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -932,10 +932,10 @@ See RS/6000 and PowerPC Options. @gccoptlist{-Qy -Qn -YP,@var{paths} -Ym,@var{dir}} @emph{TILE-Gx Options} -@gccoptlist{-mcpu=CPU -m32 -m64 -mcmodel=@var{code-model}} +@gccoptlist{-mcpu=@var{cpu} -m32 -m64 -mcmodel=@var{code-model}} @emph{TILEPro Options} -@gccoptlist{-mcpu=CPU -m32} +@gccoptlist{-mcpu=@var{cpu} -m32} @emph{V850 Options} @gccoptlist{-mlong-calls -mno-long-calls -mep -mno-ep @gol @@ -19003,13 +19003,13 @@ These @samp{-m} options are supported on the TILE-Gx: @table @gcctabopt @item -mcmodel=small @opindex mcmodel=small -Generate code for the small model. Distance for direct calls is +Generate code for the small model. The distance for direct calls is limited to 500M in either direction. PC-relative addresses are 32 bits. Absolute addresses support the full address range. @item -mcmodel=large @opindex mcmodel=large -Generate code for the large model. There is no limiation on call +Generate code for the large model. There is no limitation on call distance, pc-relative addresses, or absolute addresses. @item -mcpu=@var{name} |