Commit 0a4f0294 by David Edelsohn Committed by David Edelsohn

linux64.h (PROCESSOR_DEFAULT64): Default to POWER4.

        * config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Default to POWER4.

        * config/rs6000/rs6000.c (rs6000_adjust_cost): dep_insn is used.

From-SVN: r87843
parent 1ae57298
2004-09-21 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Default to POWER4.
* config/rs6000/rs6000.c (rs6000_adjust_cost): dep_insn is used.
2004-09-21 Mark Mitchell <mark@codesourcery.com> 2004-09-21 Mark Mitchell <mark@codesourcery.com>
* c-decl.c (implicityl_declare): Call maybe_apply_renaming_pragma. * c-decl.c (implicityl_declare): Call maybe_apply_renaming_pragma.
......
...@@ -58,7 +58,7 @@ extern int dot_symbols; ...@@ -58,7 +58,7 @@ extern int dot_symbols;
#endif #endif
#undef PROCESSOR_DEFAULT64 #undef PROCESSOR_DEFAULT64
#define PROCESSOR_DEFAULT64 PROCESSOR_PPC630 #define PROCESSOR_DEFAULT64 PROCESSOR_POWER4
#undef TARGET_RELOCATABLE #undef TARGET_RELOCATABLE
#define TARGET_RELOCATABLE (!TARGET_64BIT && (target_flags & MASK_RELOCATABLE)) #define TARGET_RELOCATABLE (!TARGET_64BIT && (target_flags & MASK_RELOCATABLE))
......
...@@ -15189,8 +15189,7 @@ rs6000_variable_issue (FILE *stream ATTRIBUTE_UNUSED, ...@@ -15189,8 +15189,7 @@ rs6000_variable_issue (FILE *stream ATTRIBUTE_UNUSED,
a dependency LINK or INSN on DEP_INSN. COST is the current cost. */ a dependency LINK or INSN on DEP_INSN. COST is the current cost. */
static int static int
rs6000_adjust_cost (rtx insn, rtx link, rtx dep_insn ATTRIBUTE_UNUSED, rs6000_adjust_cost (rtx insn, rtx link, rtx dep_insn, int cost)
int cost)
{ {
if (! recog_memoized (insn)) if (! recog_memoized (insn))
return 0; return 0;
......
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