aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaveh Ghazi <ghazi@gcc.gnu.org>2002-03-10 17:11:37 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2002-03-10 17:11:37 +0000
commita4334c365cd5156aedc5f222e40be30781be8a4c (patch)
treed0abe320974572941066b22d92523543430de009
parent156d2e0451162970969715adbe6f7ca3e02b5e17 (diff)
downloadgcc-a4334c365cd5156aedc5f222e40be30781be8a4c.zip
gcc-a4334c365cd5156aedc5f222e40be30781be8a4c.tar.gz
gcc-a4334c365cd5156aedc5f222e40be30781be8a4c.tar.bz2
Fix ChangeLog for my last entry.
From-SVN: r50532
-rw-r--r--gcc/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 27eb895..31bee57 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -11,13 +11,13 @@
* mips.c (gen_int_relational): Likewise.
* ns32k.c (ns32k_reg_class_contents, regclass_map): Likewise.
* ns32k.h (ns32k_reg_class_contents, regclass_map): Likewise.
- * pdp11.c (pdp11_assemble_integer): Likewise.
+ * pdp11.c (move_costs): Likewise.
* pj.h (INITIALIZE_TRAMPOLINE): Likewise.
* s390.c (s390_branch_condition_mnemonic, regclass_map):
Likewise.
* s390.h (regclass_map): Likewise.
* sh.c (shift_amounts): Likewise.
- * sh.md (rot_tab): Likewise.
+ * sh.md (rotlsi3): Likewise.
2002-03-09 Geoffrey Keating <geoffk@redhat.com>