diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9483e53..51138d6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2008-08-04 Paul Brook <paul@codesourcery.com> + + * cofig/arm/arm.c (thumb_core_reg_alloc_order): New. + (arm_order_regs_for_local_alloc): New function. + * config/arm/arm-protos.h (arm_order_regs_for_local_alloc): Add + prototype. + * config/arm/arm.h (ORDER_REGS_FOR_LOCAL_ALLOC): Define. + 2008-08-04 H.J. Lu <hongjiu.lu@intel.com> PR target/37012 |