From 07322342cb4a9e27c407ab44c58a2e68dc655524 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 29 Aug 2001 16:23:53 +0000 Subject: [PATCH] Fix typos in ChangeLog. From-SVN: r45268 --- gcc/ChangeLog | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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