From: Jakub Jelinek Date: Tue, 28 Feb 2012 10:21:03 +0000 (+0100) Subject: re PR bootstrap/52414 (syntax error in VERSION script) X-Git-Tag: releases/gcc-4.7.0~174 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a8d8cadb3cc516c0a72f9a29fdd285195907e86;p=thirdparty%2Fgcc.git re PR bootstrap/52414 (syntax error in VERSION script) PR bootstrap/52414 * src/Makefile.am (libstdc++-symbols.ver): Only remove comment lines if they are at the beginning of lines (with optional whitespace before #). * src/Makefile.in: Regenerated. From-SVN: r184624 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9d038f2b7fba..8dc0bb7f42f9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,6 @@ 2012-02-28 Jakub Jelinek + PR bootstrap/52414 * src/Makefile.am (libstdc++-symbols.ver): Only remove comment lines if they are at the beginning of lines (with optional whitespace before #).