diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-06 22:10:25 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-06 22:10:25 +0000 |
commit | afc0fa9d702c890baab36260ae70849419f28b1b (patch) | |
tree | 4d956cf810936ed5a2b284430ef4e3e9dabee05e /contrib | |
parent | 53fbfc5ac870b570d6950bd5b9763d2bd7ffca0e (diff) | |
download | gcc-afc0fa9d702c890baab36260ae70849419f28b1b.tar.gz |
contrib/
* update-copyright.py: Add libdecnumber to the default list.
Remove libquadmath and libssp.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195822 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <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 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', ] |