diff options
author | Syd Polk <spolk@apple.com> | 2003-11-03 21:44:14 +0000 |
---|---|---|
committer | Syd Polk <spolk@gcc.gnu.org> | 2003-11-03 21:44:14 +0000 |
commit | 49ffe578b0f3b4b595803606a4701d098cf92f2a (patch) | |
tree | d0c6a62914b0901a4d9fc23e55485598f5bd64f5 /gcc/doc | |
parent | 0c5a0451d4be41cbbb6f0d3ab24e4bf289498811 (diff) | |
download | gcc-49ffe578b0f3b4b595803606a4701d098cf92f2a.zip gcc-49ffe578b0f3b4b595803606a4701d098cf92f2a.tar.gz gcc-49ffe578b0f3b4b595803606a4701d098cf92f2a.tar.bz2 |
rs6000.c (rs6000_override_options): Add G3, G4, and G5 marketing names to the list of supported processors.
2003-10-28 Syd Polk <spolk@apple.com>
* config/rs6000/rs6000.c (rs6000_override_options): Add G3, G4, and G5
marketing names to the list of supported processors.
* config/rs6000/rs6000.h: Ditto.
* doc/invoke.texi: Ditto.
* config.gcc: Ditto.
From-SVN: r73228
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f5f5938..b430af6 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7278,9 +7278,10 @@ instruction scheduling parameters for machine type @var{cpu_type}. Supported values for @var{cpu_type} are @samp{rios}, @samp{rios1}, @samp{rsc}, @samp{rios2}, @samp{rs64a}, @samp{601}, @samp{602}, @samp{603}, @samp{603e}, @samp{604}, @samp{604e}, @samp{620}, -@samp{630}, @samp{740}, @samp{7400}, @samp{7450}, @samp{750}, -@samp{power}, @samp{power2}, @samp{powerpc}, @samp{403}, @samp{505}, -@samp{801}, @samp{821}, @samp{823}, and @samp{860} and @samp{common}. +@samp{630}, @samp{740}, @samp{7400}, @samp{7450}, @samp{G4}, +@samp{750}, @samp{G3}, @samp{power}, @samp{power2}, @samp{powerpc}, +@samp{403}, @samp{505}, @samp{801}, @samp{821}, @samp{823}, @samp{860}, +@samp{970}, @samp{G5} and @samp{common}. @option{-mcpu=common} selects a completely generic processor. Code generated under this option will run on any POWER or PowerPC processor. @@ -7323,8 +7324,12 @@ The @option{-mcpu} options automatically enable or disable other @itemx 740 @itemx 7400 @itemx 7450 +@itemx G4 @itemx 750 +@itemx G3 @itemx 505 +@itemx 970 +@itemx G5 @option{-mno-power}, @option{-mpowerpc}, @option{-mnew-mnemonics} @item 601 |