aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2013-02-06 22:10:25 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2013-02-06 22:10:25 +0000
commitb96299a1353eae165dc0693b4917b4d757675b9d (patch)
tree4d956cf810936ed5a2b284430ef4e3e9dabee05e
parent8e322cb4b95da8005a57670b0e69148fda10f6f7 (diff)
downloadgcc-b96299a1353eae165dc0693b4917b4d757675b9d.zip
gcc-b96299a1353eae165dc0693b4917b4d757675b9d.tar.gz
gcc-b96299a1353eae165dc0693b4917b4d757675b9d.tar.bz2
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
-rw-r--r--contrib/ChangeLog5
-rw-r--r--contrib/update-copyright.py3
2 files changed, 6 insertions, 2 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 54304c9..82abb60 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -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.
diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py
index db46872..42d0bfb 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',
]