diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5defc953bf2..f7a2ca8b041 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-11-15 Stan Shebs + + * config/rs6000/rs6000.h: Fix a comment typo. + (RTX_COSTS): Sort processor versions better. + 2001-11-15 Kazu Hirata * config/h8300/h8300.md: Fix insn length of bit insns. diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 9fa5aff5234..ab0af2e9869 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -2069,7 +2069,7 @@ do { \ /* Define this macro if the register defined by `PIC_OFFSET_TABLE_REGNUM' is clobbered by calls. Do not define - this macro if `PPIC_OFFSET_TABLE_REGNUM' is not defined. */ + this macro if `PIC_OFFSET_TABLE_REGNUM' is not defined. */ /* #define PIC_OFFSET_TABLE_REG_CALL_CLOBBERED */ @@ -2243,9 +2243,9 @@ do { \ return COSTS_N_INSNS (2); \ case PROCESSOR_PPC601: \ return COSTS_N_INSNS (5); \ - case PROCESSOR_PPC7400: \ - case PROCESSOR_PPC7450: \ case PROCESSOR_PPC603: \ + case PROCESSOR_PPC7400: \ + case PROCESSOR_PPC7450: \ case PROCESSOR_PPC750: \ return (GET_CODE (XEXP (X, 1)) != CONST_INT \ ? COSTS_N_INSNS (5) \