OSDN Git Service

Fix typos in ChangeLog.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Aug 2001 16:23:53 +0000 (16:23 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Aug 2001 16:23:53 +0000 (16:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45268 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 86f674e..e82e9cb 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>