diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-06-24 18:28:11 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-06-24 18:28:11 +0000 |
commit | 61f33c67c2601f0efde851cfcd00f82dc91ec0d5 (patch) | |
tree | e068fb2093b30ab29dbe603a1ff974f8a68971c6 /gcc/ChangeLog | |
parent | 946137a0d6d4bb6d325491f59e0043d67b345377 (diff) | |
download | gcc-61f33c67c2601f0efde851cfcd00f82dc91ec0d5.tar.gz |
h8300.md (4 anonymous patterns): Give internal names.
* config/h8300/h8300.md (4 anonymous patterns): Give internal
names.
(movsi_h8300): Change the name to *movsi_h8300.
(movsi_h8300hs): Change the name to *movsi_h8300hs.
(movsf_h8300): Change the name to *movsf_h8300.
(movsf_h8300hs): Change the name to *movsf_h8300hs.
From-SVN: r68435
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 518723ffbfb..65daaddbac9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2003-06-24 Kazu Hirata <kazu@cs.umass.edu> + + * config/h8300/h8300.md (4 anonymous patterns): Give internal + names. + (movsi_h8300): Change the name to *movsi_h8300. + (movsi_h8300hs): Change the name to *movsi_h8300hs. + (movsf_h8300): Change the name to *movsf_h8300. + (movsf_h8300hs): Change the name to *movsf_h8300hs. + 2003-06-24 Jakub Jelinek <jakub@redhat.com> * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in |