]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typos in ChangeLog.
authorKazu Hirata <kazu@gcc.gnu.org>
Wed, 29 Aug 2001 16:23:53 +0000 (16:23 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 29 Aug 2001 16:23:53 +0000 (16:23 +0000)
From-SVN: r45268

gcc/ChangeLog

index 86f674efd7de52101e3e680ea67a5753bf7f58c4..e82e9cb56660c4fc59abad7c8ce6c13f1e783387 100644 (file)
@@ -1,17 +1,17 @@
 2001-08-29  Kazu Hirata  <kazu@hxi.com>
 
-       * 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  <kazu@hxi.com>
 
-       * h8300.h (RETURN_ADDR_RTX): New.
+       * config/h8300/h8300.h (RETURN_ADDR_RTX): New.
 
 2001-08-29  Kazu Hirata  <kazu@hxi.com>
 
-       * 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  <kazu@hxi.com>