On Thu, Oct 17, 2013 at 11:32:42AM +0100, Richard Earnshaw wrote:
> On 19/09/13 18:21, Charles Baylis wrote:
> > Here is an updated version.
> > 
> > Changelog:
> > 
> >         * gcc.dg/builtin-apply2.c: skip test on arm hardfloat ABI targets
> >         * gcc.dg/tls/pr42894.c: Remove options, forcing -mthumb fails
> > with hardfloat, and test is not thumb-specific
> >         * gcc,target/arm/thumb-ltu.c: Avoid test failure with
> > hardfloat ABI by requiring arm_thumb1_ok
> >         * lib/target-supports.exp
> > (check_effective_target_arm_fp16_ok_nocache): don't force
> > -mfloat-abi=soft when building for hardfloat target
> > 
> 
> ChangeLogs should be formatted to 80 columns.

Not only that.  The descriptions should start with capital letter
and end with a dot.  For pr42894.c, you are not removing options,
you are removing dg-options, and the rest is why, not what, so doesn't
belong into the ChangeLog description.  Similarly, for thumb-ltu.c,
what are doing is remove dg-skip-if and require affective target
arm_thumb1_ok.

        Jakub

Reply via email to