From: Kazu Hirata Date: Wed, 29 Aug 2001 16:23:53 +0000 (+0000) Subject: Fix typos in ChangeLog. X-Git-Tag: prereleases/libstdc++-3.0.95~2362 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07322342cb4a9e27c407ab44c58a2e68dc655524;p=thirdparty%2Fgcc.git Fix typos in ChangeLog. From-SVN: r45268 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 86f674efd7de..e82e9cb56660 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