mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 15:37:20 +08:00
rs6000.c (processor_target_table): Really allow GP optional instructions on Power4.
* config/rs6000/rs6000.c (processor_target_table): Really allow GP optional instructions on Power4. From-SVN: r64348
This commit is contained in:
parent
36dbb93d9f
commit
a12f82908a
@ -1,4 +1,9 @@
|
||||
2002-03-13 Roger Sayle <roger@eyesopen.com>
|
||||
2003-03-13 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* config/rs6000/rs6000.c (processor_target_table): Really allow
|
||||
GP optional instructions on Power4.
|
||||
|
||||
2003-03-13 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* calls.c (flags_from_decl_or_type): Factor and remove redundant
|
||||
conditional tests.
|
||||
|
@ -467,7 +467,7 @@ rs6000_override_options (default_cpu)
|
||||
POWER_MASKS},
|
||||
{"power4", PROCESSOR_POWER4,
|
||||
MASK_POWERPC | MASK_PPC_GFXOPT | MASK_NEW_MNEMONICS,
|
||||
POWER_MASKS | MASK_PPC_GPOPT},
|
||||
POWER_MASKS},
|
||||
{"powerpc", PROCESSOR_POWERPC,
|
||||
MASK_POWERPC | MASK_NEW_MNEMONICS,
|
||||
POWER_MASKS | POWERPC_OPT_MASKS | MASK_POWERPC64},
|
||||
|
Loading…
Reference in New Issue
Block a user