From dd1c676f756ac4d885e1629a76c5735fa79544a1 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 24 May 2013 16:15:23 +0000 Subject: [PATCH] Fix formatting of ChangeLog entries From-SVN: r199302 --- contrib/ChangeLog | 2 +- gcc/ChangeLog | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 7efefd49763..6fbdfe2e310 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -4,7 +4,7 @@ 2013-05-21 David Malcolm - * repro_fail: filter out "-ignore SIGHUP" from the spawn lines + * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines. 2013-05-16 Rainer Orth diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 55c4adf82e2..f5cffee34cc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -157,8 +157,8 @@ 2013-05-22 David Malcolm - * bb-reorder.c (branch_threshold): make const - (exec_threshold): ditto + * bb-reorder.c (branch_threshold): Make const. + (exec_threshold): Ditto. 2013-05-22 Michael Meissner Pat Haugen