From a12f82908a530b0f9f29b71434bbfc45dcb87bc2 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 13 Mar 2003 23:30:29 -0500 Subject: [PATCH] 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 --- gcc/ChangeLog | 7 ++++++- gcc/config/rs6000/rs6000.c | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5e7a19bf440..7843f7f6140 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,9 @@ -2002-03-13 Roger Sayle +2003-03-13 David Edelsohn + + * config/rs6000/rs6000.c (processor_target_table): Really allow + GP optional instructions on Power4. + +2003-03-13 Roger Sayle * calls.c (flags_from_decl_or_type): Factor and remove redundant conditional tests. diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index b95e27b2ff1..2d8b80f67ec 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -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},