From b96299a1353eae165dc0693b4917b4d757675b9d Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Wed, 6 Feb 2013 22:10:25 +0000 Subject: [PATCH] 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 --- contrib/ChangeLog | 5 +++++ contrib/update-copyright.py | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 54304c9b510..82abb602c8d 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 db468724703..42d0bfbf2a3 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', ] -- 2.30.2