aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 834fa34..38991a1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -179,6 +179,13 @@
* config/avr/avr.c (avr_expand_delay_cycles): Mask operand with
SImode.
+2012-09-04 Bin Cheng <bin.cheng@arm.com>
+
+ PR target/45070
+ * config/arm/arm.c (thumb1_extra_regs_pushed): Handle return value of size
+ less than 4 bytes by using macro ARM_NUM_INTS.
+ (thumb1_unexpanded_epilogue): Use macro ARM_NUM_INTS.
+
2012-09-04 Richard Guenther <rguenther@suse.de>
PR tree-optimization/54458