From: Kazu Hirata Date: Wed, 29 Aug 2001 16:23:53 +0000 (+0000) Subject: Fix typos in ChangeLog. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07322342cb4a9e27c407ab44c58a2e68dc655524;p=gcc.git Fix typos in ChangeLog. From-SVN: r45268 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 86f674efd7d..e82e9cb5666 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,17 +1,17 @@ 2001-08-29 Kazu Hirata - * h8300.md (anonymous movhi pattern): Don't move (reg n) to - (mem (pre_dec (reg n)) + * config/h8300/h8300.md (anonymous movhi pattern): Don't move + (reg n) to (mem (pre_dec (reg n)) (anonymous movsi pattern): Likewise. 2001-08-29 Kazu Hirata - * h8300.h (RETURN_ADDR_RTX): New. + * config/h8300/h8300.h (RETURN_ADDR_RTX): New. 2001-08-29 Kazu Hirata - * h8300.md (movsi_h8300hs): Optimize loading of several - special constants. + * config/h8300/h8300.md (movsi_h8300hs): Optimize loading of + several special constants. 2001-08-29 Kazu Hirata