aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorOleg Endo <olegendo@gcc.gnu.org>2012-07-20 21:38:41 +0000
committerOleg Endo <olegendo@gcc.gnu.org>2012-07-20 21:38:41 +0000
commit2ced0ae822ecd7549b9c7d76d4b04bc11e404493 (patch)
tree983a22c0d52ddc5637c34dcf2cd8cfbd0de064e4 /gcc
parent56e2583099eaf3ed6645b89317a2f59027a9b301 (diff)
downloadgcc-2ced0ae822ecd7549b9c7d76d4b04bc11e404493.zip
gcc-2ced0ae822ecd7549b9c7d76d4b04bc11e404493.tar.gz
gcc-2ced0ae822ecd7549b9c7d76d4b04bc11e404493.tar.bz2
Fix ChangeLog formatting.
From-SVN: r189731
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog22
1 files changed, 11 insertions, 11 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c6fd330..5b8b210 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -14,20 +14,20 @@
(power4-three): Likewise.
2012-07-20 Sameera Deshpande <sameera.deshpande@arm.com>
- Greta Yorsh <Greta.Yorsh@arm.com>
+ Greta Yorsh <Greta.Yorsh@arm.com>
- * config/arm/arm.c (arm_cortex_a15_tune): New tune.
- * config/arm/arm-cores.def (cortex-a15): Use it.
+ * config/arm/arm.c (arm_cortex_a15_tune): New tune.
+ * config/arm/arm-cores.def (cortex-a15): Use it.
2012-07-20 Sameera Deshpande <sameera.deshpande@arm.com>
- Greta Yorsh <Greta.Yorsh@arm.com>
-
- * config/arm/arm-protos.h (tune_params): Add prefer_ldrd_strd.
- * config/arm/arm.c (arm_slowmul_tune): Initialize it.
- (arm_fastmul_tune, arm_strongarm_tune): Likewise.
- (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune): Likewise.
- (arm_cortex_tune, arm_cortex_a5_tune, arm_cortex_a9_tune): Likewise.
- (arm_fa726te_tune): Likewise.
+ Greta Yorsh <Greta.Yorsh@arm.com>
+
+ * config/arm/arm-protos.h (tune_params): Add prefer_ldrd_strd.
+ * config/arm/arm.c (arm_slowmul_tune): Initialize it.
+ (arm_fastmul_tune, arm_strongarm_tune): Likewise.
+ (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune): Likewise.
+ (arm_cortex_tune, arm_cortex_a5_tune, arm_cortex_a9_tune): Likewise.
+ (arm_fa726te_tune): Likewise.
2012-07-20 Richard Guenther <rguenther@suse.de>