Fix ChangeLog formatting.
authorOleg Endo <olegendo@gcc.gnu.org>
Fri, 20 Jul 2012 21:38:41 +0000 (21:38 +0000)
committerOleg Endo <olegendo@gcc.gnu.org>
Fri, 20 Jul 2012 21:38:41 +0000 (21:38 +0000)
From-SVN: r189731

gcc/ChangeLog

index c6fd330136863937b04f3015b38988f531596e6e..5b8b2101a90103dc69939eb225593de9e7c5f492 100644 (file)
        (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>