From: collison Date: Fri, 10 Apr 2015 20:29:45 +0000 (+0000) Subject: Fixed ordering of ChangeLog in stacked ChangeLog entires to order by date. X-Git-Tag: upstream/4.9.4~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d8257e8c90601900051afecaa5fea5a993317d5a;p=platform%2Fupstream%2Flinaro-gcc.git Fixed ordering of ChangeLog in stacked ChangeLog entires to order by date. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/linaro/gcc-4_9-branch@221988 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog.linaro b/gcc/ChangeLog.linaro index 6e1db64..5b56073 100644 --- a/gcc/ChangeLog.linaro +++ b/gcc/ChangeLog.linaro @@ -1,6 +1,13 @@ 2015-04-10 Michael Collison Backport from trunk r218145, r218146, r219472. + + 2015-01-12 Kyrylo Tkachov + + * config/arm/arm.c (arm_cortex_a12_tune): Update entries to match + Cortex-A17 tuning parameters. + * config/arm/arm-cores.def (cortex-a12): Schedule for cortex-a17. + 2014-11-28 Kyrylo Tkachov * config/arm/arm.md (generic_sched): Specify cortexa17 in 'no' list. @@ -24,12 +31,6 @@ * config/arm/t-aprofile: Add cortex-a17.cortex-a7 entry to MULTILIB_MATCHES. - 2015-01-12 Kyrylo Tkachov - - * config/arm/arm.c (arm_cortex_a12_tune): Update entries to match - Cortex-A17 tuning parameters. - * config/arm/arm-cores.def (cortex-a12): Schedule for cortex-a17. - 2015-04-09 Yvan Roux Fix partial backport done at r221911.