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
This commit is contained in:
Richard Sandiford 2013-02-06 22:10:25 +00:00 committed by Richard Sandiford
parent 8e322cb4b9
commit b96299a135
2 changed files with 6 additions and 2 deletions

View file

@ -752,14 +752,13 @@ class GCCCmdLine (CmdLine):
'libatomic',
'libbacktrace',
'libcpp',
'libdecnumber',
'libgcc',
'libgfortran',
'libgomp',
'libitm',
'libmudflap',
'libobjc',
'libquadmath',
'libssp',
'libstdc++-v3',
]