* rs6000.c (processor_target_table): Add PPC405.

From-SVN: r47858
This commit is contained in:
David Edelsohn 2001-12-10 23:53:33 +00:00 committed by David Edelsohn
parent a9657ce816
commit d7a5e25326
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Mon Dec 10 15:54:27 2001 Jeffrey A Law (law@cygnus.com)
(RTX_COSTS): Add PPC405. Correct rs64 and ppc630 multiply costs.
* rs6000.md: Add PPC405 information. Utilize imul2 and imul3 for
rios1, rs64, and ppc630 processors.
* rs6000.c (processor_target_table): Add PPC405.
2001-12-10 Richard Henderson <rth@redhat.com>

View File

@ -316,6 +316,9 @@ rs6000_override_options (default_cpu)
{"403", PROCESSOR_PPC403,
MASK_POWERPC | MASK_SOFT_FLOAT | MASK_NEW_MNEMONICS | MASK_STRICT_ALIGN,
POWER_MASKS | POWERPC_OPT_MASKS | MASK_POWERPC64},
{"405", PROCESSOR_PPC405,
MASK_POWERPC | MASK_SOFT_FLOAT | MASK_NEW_MNEMONICS,
POWER_MASKS | POWERPC_OPT_MASKS | MASK_POWERPC64},
{"505", PROCESSOR_MPCCORE,
MASK_POWERPC | MASK_NEW_MNEMONICS,
POWER_MASKS | POWERPC_OPT_MASKS | MASK_POWERPC64},