summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-09 14:43:28 +0000
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-09 14:43:28 +0000
commit433a5f02679081d97e814123525e0b4a2f07f84b (patch)
tree56fbf20ab8bd740d8986ed9488b3bb69677b33ac /gcc/ChangeLog
parent033123aad9d10f798130399c96efece116533f82 (diff)
downloadgcc-433a5f02679081d97e814123525e0b4a2f07f84b.tar.gz
PR target/19597
* config/avr/avr.c (default_rtx_costs): Delete. (avr_operand_rtx_cost): New function. (avr_rtx_costs): Completely rewrite. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94766 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 13f8d9a9928..b8675fb4a5f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2005-02-09 Roger Sayle <roger@eyesopen.com>
+
+ PR target/19597
+ * config/avr/avr.c (default_rtx_costs): Delete.
+ (avr_operand_rtx_cost): New function.
+ (avr_rtx_costs): Completely rewrite.
+
2005-02-08 Hans-Peter Nilsson <hp@axis.com>
PR target/19806