diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e08006..94860fa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2010-04-08 Wei Guozhi <carrot@google.com> + + PR target/41653 + * config/arm/arm.c (thumb1_size_rtx_costs): New function. + (arm_size_rtx_costs): Call the new function when optimized for size. + 2010-04-08 Jakub Jelinek <jakub@redhat.com> PR debug/43670 |