X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=contrib%2FChangeLog;h=ea62ec4f2b1e0fc03bf3e88a48beb127d737c76c;hp=61ca4880a4ef5d9052759ef134d524c6fee679ef;hb=46f93afa56df6700cb7c9e461b9086c169c61c4a;hpb=9407a2f65b53c47f6038a58d5936e501ee14c867 diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 61ca4880a4e..ea62ec4f2b1 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,82 @@ +2010-04-06 Joseph Myers + + * gennews (files): Add files for GCC 4.5. + +2010-03-22 Jan Kratochvil + + Fix *.log tests output containing "===". + * dg-extract-results.sh (/\===/): Rename to ... + (/^\t\t=== .* ===$/): ... this pattern. + +2010-03-02 Rainer Orth + + * dg-extract-results.sh: Fix result order to match sequential case. + +2010-01-16 Ralf Wildenhues + + * check_warning_flags.sh: Use \012 instead of \n with tr. + +2010-01-05 Rainer Orth + + * dg-extract-results.sh: Don't use tail -n. + +2009-10-03 H.J. Lu + Richard Guenther + + PR lto/39216 + * gcc_update: Adjust file timestamps for lto-plugin. + +2009-09-10 Iain Sandoe + + PR bootstrap/41245 + * compare-debug: Handle stripping of dwarf debug sections from darwin + mach-o objects. + +2009-09-04 Alexandre Oliva + + * compare-debug: Grep for blank before dash to avoid grep -e. + +2009-09-01 Alexandre Oliva + + * compare-debug: Look for .gkd files and compare them. + +2009-08-27 Ralf Wildenhues + + PR testsuite/41166 + * test_summary: Invoke config.status, rather than trying to + parse it. Adjust awk script. + +2009-08-18 Alexandre Oliva + + * compare-debug: Drop .eh_frame relocations too. + +2009-08-18 H.J. Lu + + PR testsuite/40704 + * test_summary: Filter out "\r". + +2009-06-02 Alexandre Oliva + + * compare-debug: Don't fail just because of .eh_frame differences. + +2009-04-27 Jakub Jelinek + + PR testsuite/39807 + * dg-extract-results.sh: Close open files and use >> instead of > + to decrease number of concurrently open files from awk. Avoid + = at the beginning of a regexp and redirect to a file determined + by curfile variable rather than concatenated strings to workaround + Solaris nawk bug. + +2009-04-25 Gerald Pfeifer + + * test_summary: Only include LAST_UPDATED if it exists. + Complete copyright years. + +2009-04-16 Paolo Bonzini + + * compare-all-tests: New. + 2009-04-14 Jakub Jelinek * gennews (files): Reference GCC 4.4 web pages.