update-copyright.py: Add libdecnumber to the default list.
authorRichard Sandiford <rdsandiford@googlemail.com>
Wed, 6 Feb 2013 22:10:25 +0000 (22:10 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 6 Feb 2013 22:10:25 +0000 (22:10 +0000)
contrib/
* update-copyright.py: Add libdecnumber to the default list.
Remove libquadmath and libssp.

From-SVN: r195822

contrib/ChangeLog
contrib/update-copyright.py

index 54304c9b510829207556603fb5a493473223eda9..82abb602c8d566c39f3d216b38228bbc4783d982 100644 (file)
@@ -1,3 +1,8 @@
+2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * update-copyright.py: Add libdecnumber to the default list.
+       Remove libquadmath and libssp.
+
 2013-02-06  Diego Novillo  <dnovillo@google.com>
 
        * testsuite-management/validate_failures.py: Fix typo.
index db468724703d60a19dc9b1822e7c1a442153534b..42d0bfbf2a3ec88c2439d085c7c34ac3f015087c 100644 (file)
@@ -752,14 +752,13 @@ class GCCCmdLine (CmdLine):
             'libatomic',
             'libbacktrace',
             'libcpp',
+            'libdecnumber',
             'libgcc',
             'libgfortran',
             'libgomp',
             'libitm',
             'libmudflap',
             'libobjc',
-            'libquadmath',
-            'libssp',
             'libstdc++-v3',
             ]