diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2001-08-29 16:23:53 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-08-29 16:23:53 +0000 |
commit | 07322342cb4a9e27c407ab44c58a2e68dc655524 (patch) | |
tree | 639ee30ae774848b7f8ea7ee66c224fb26176853 /gcc | |
parent | 0cb3708d3c36f3344a72b28dc9c81300ce067210 (diff) | |
download | gcc-07322342cb4a9e27c407ab44c58a2e68dc655524.zip gcc-07322342cb4a9e27c407ab44c58a2e68dc655524.tar.gz gcc-07322342cb4a9e27c407ab44c58a2e68dc655524.tar.bz2 |
Fix typos in ChangeLog.
From-SVN: r45268
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 86f674e..e82e9cb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> |