diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2001-04-14 12:41:38 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-04-14 12:41:38 -0700 |
commit | 754fd21889ff7826c6958b187ab4b28350808fcd (patch) | |
tree | 9245476b184cd2f6b85fa603c2816b21f86d680f | |
parent | 7c17f55334e125cc20da24f4ab90de48f0cd2e0b (diff) | |
download | gcc-754fd21889ff7826c6958b187ab4b28350808fcd.zip gcc-754fd21889ff7826c6958b187ab4b28350808fcd.tar.gz gcc-754fd21889ff7826c6958b187ab4b28350808fcd.tar.bz2 |
Missed changelog entry for last regmove commit.
From-SVN: r41357
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 71a7690..fac9380 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -159,6 +159,11 @@ Fri Apr 13 00:09:22 EDT 2001 John Wehle (john@feith.com) * toplev.c (rest_of_compilation): Call delete_trivially_dead_insns prior to running jump optimize before cse2. +2001-04-12 Richard Henderson <rth@redhat.com> + + * Makefile.in (regmove.o): Depend on except.h. + * regmove.c: Include it. + 2001-04-12 Stan Shebs <shebs@apple.com> * objc/objc-act.c: Remove all code ifdefed with the never-used |