From: Richard Sandiford Date: Wed, 6 Feb 2013 22:10:25 +0000 (+0000) Subject: update-copyright.py: Add libdecnumber to the default list. X-Git-Tag: releases/gcc-4.8.0~572 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b96299a1353eae165dc0693b4917b4d757675b9d;p=thirdparty%2Fgcc.git update-copyright.py: Add libdecnumber to the default list. contrib/ * update-copyright.py: Add libdecnumber to the default list. Remove libquadmath and libssp. From-SVN: r195822 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 54304c9b5108..82abb602c8d5 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2013-02-06 Richard Sandiford + + * update-copyright.py: Add libdecnumber to the default list. + Remove libquadmath and libssp. + 2013-02-06 Diego Novillo * testsuite-management/validate_failures.py: Fix typo. diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py index db468724703d..42d0bfbf2a3e 100644 --- a/contrib/update-copyright.py +++ b/contrib/update-copyright.py @@ -752,14 +752,13 @@ class GCCCmdLine (CmdLine): 'libatomic', 'libbacktrace', 'libcpp', + 'libdecnumber', 'libgcc', 'libgfortran', 'libgomp', 'libitm', 'libmudflap', 'libobjc', - 'libquadmath', - 'libssp', 'libstdc++-v3', ]