diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-28 05:21:38 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-28 05:21:38 +0000 |
commit | 8dd1ddb19f58392b7695a9dd85155b0cf286c5fa (patch) | |
tree | 8334a8f8bafa9467a4a615f6a2ee1b73ce8980a2 /gcc/ChangeLog | |
parent | 5e0aa9f4d6e789681699cc502f3586c6325d472d (diff) | |
download | gcc-8dd1ddb19f58392b7695a9dd85155b0cf286c5fa.tar.gz |
* pa.md (post_store, pre_load): New expanders.
(post_stwm, pre_ldwm): Renamed to post_stw and pre_ldw respectively.
(post_ldwm, pre_stwm): Make these unnamed patterns since we never
need to directly generate RTL for them.
* pa.c (hppa_expand_prologue, hppa_expand_epilogue): Corresponding
changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28307 138bc75d-0d04-0410-961f-82ee72b054a4
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 f3c4a5a6cee..65a8941ae67 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +Tue Jul 27 23:20:21 1999 Jeffrey A Law (law@cygnus.com) + + * pa.md (post_store, pre_load): New expanders. + (post_stwm, pre_ldwm): Renamed to post_stw and pre_ldw respectively. + (post_ldwm, pre_stwm): Make these unnamed patterns since we never + need to directly generate RTL for them. + * pa.c (hppa_expand_prologue, hppa_expand_epilogue): Corresponding + changes. + Tue Jul 27 16:05:52 1999 David Edelsohn <edelsohn@gnu.org> * aix43.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add rs64a and PPC630. |