diff options
author | collison <collison@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-14 02:16:53 +0000 |
---|---|---|
committer | collison <collison@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-14 02:16:53 +0000 |
commit | c35f81fd29fb1ba009f679303a9e376c9ffced07 (patch) | |
tree | c10c77459b65a87e5a9bab0313ec6b1349427d35 | |
parent | 8047af0866d816a99b7efe1956bebbaa74212f69 (diff) | |
download | ppe42-gcc-c35f81fd29fb1ba009f679303a9e376c9ffced07.tar.gz ppe42-gcc-c35f81fd29fb1ba009f679303a9e376c9ffced07.zip |
Added changes for dsp16xx port.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46249 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9a27a7a0281..c5c69190cbe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2001-10-13 Michael Collison <collison@dhcp-12-114.townisp.com> + + * config/dsp16xx/dsp16xx.md: Rewrite for more efficient code and + add scheduling support. + * config/dsp16xx/dsp16xx.h: Rewrite for more efficient code. + * config/dsp16xx/dsp16xx.c: Rewrite for more efficient code. + * config/dsp16xx/dsp16xx-protos.h: Add new function prototypes. + + 2001-10-13 Hans-Peter Nilsson <hp@axis.com> * config/cris/cris.c (cris_legitimate_pic_operand): Kludge around |