Commit a19b7d46 by Edmar Wienskoski Committed by David Edelsohn

rs6000.c (processor_costs): Update e300 cache line sizes.

2008-02-26  Edmar Wienskoski  <edmar@freescale.com>

        * config/rs6000/rs6000.c (processor_costs): Update e300 cache
        line sizes.
        * doc/invoke.texi: Add e300c2 and e300c3 to list of cpus.

From-SVN: r132683
parent fdf4f083
2008-02-26 Edmar Wienskoski <edmar@freescale.com>
* config/rs6000/rs6000.c (processor_costs): Update e300 cache
line sizes.
* doc/invoke.texi: Add e300c2 and e300c3 to list of cpus.
2008-02-26 Jason Merrill <jason@redhat.com> 2008-02-26 Jason Merrill <jason@redhat.com>
PR c++/35315 PR c++/35315
......
...@@ -683,8 +683,8 @@ struct processor_costs ppce300c2c3_cost = { ...@@ -683,8 +683,8 @@ struct processor_costs ppce300c2c3_cost = {
COSTS_N_INSNS (18), /* sdiv */ COSTS_N_INSNS (18), /* sdiv */
COSTS_N_INSNS (33), /* ddiv */ COSTS_N_INSNS (33), /* ddiv */
32, 32,
32, /* l1 cache */ 16, /* l1 cache */
256, /* l2 cache */ 16, /* l2 cache */
1, /* prefetch streams /*/ 1, /* prefetch streams /*/
}; };
......
...@@ -12925,11 +12925,12 @@ Supported values for @var{cpu_type} are @samp{401}, @samp{403}, ...@@ -12925,11 +12925,12 @@ Supported values for @var{cpu_type} are @samp{401}, @samp{403},
@samp{601}, @samp{602}, @samp{603}, @samp{603e}, @samp{604}, @samp{601}, @samp{602}, @samp{603}, @samp{603e}, @samp{604},
@samp{604e}, @samp{620}, @samp{630}, @samp{740}, @samp{7400}, @samp{604e}, @samp{620}, @samp{630}, @samp{740}, @samp{7400},
@samp{7450}, @samp{750}, @samp{801}, @samp{821}, @samp{823}, @samp{7450}, @samp{750}, @samp{801}, @samp{821}, @samp{823},
@samp{860}, @samp{970}, @samp{8540}, @samp{ec603e}, @samp{G3}, @samp{860}, @samp{970}, @samp{8540}, @samp{e300c2}, @samp{e300c3},
@samp{G4}, @samp{G5}, @samp{power}, @samp{power2}, @samp{power3}, @samp{ec603e}, @samp{G3}, @samp{G4}, @samp{G5}, @samp{power},
@samp{power4}, @samp{power5}, @samp{power5+}, @samp{power6}, @samp{power2}, @samp{power3}, @samp{power4}, @samp{power5},
@samp{power6x}, @samp{common}, @samp{powerpc}, @samp{powerpc64}, @samp{power5+}, @samp{power6}, @samp{power6x}, @samp{common},
@samp{rios}, @samp{rios1}, @samp{rios2}, @samp{rsc}, and @samp{rs64}. @samp{powerpc}, @samp{powerpc64}, @samp{rios}, @samp{rios1},
@samp{rios2}, @samp{rsc}, and @samp{rs64}.
@option{-mcpu=common} selects a completely generic processor. Code @option{-mcpu=common} selects a completely generic processor. Code
generated under this option will run on any POWER or PowerPC processor. generated under this option will run on any POWER or PowerPC processor.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment