Commit b96299a1 by Richard Sandiford Committed by Richard Sandiford

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
parent 8e322cb4
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> 2013-02-06 Diego Novillo <dnovillo@google.com>
* testsuite-management/validate_failures.py: Fix typo. * testsuite-management/validate_failures.py: Fix typo.
......
...@@ -752,14 +752,13 @@ class GCCCmdLine (CmdLine): ...@@ -752,14 +752,13 @@ class GCCCmdLine (CmdLine):
'libatomic', 'libatomic',
'libbacktrace', 'libbacktrace',
'libcpp', 'libcpp',
'libdecnumber',
'libgcc', 'libgcc',
'libgfortran', 'libgfortran',
'libgomp', 'libgomp',
'libitm', 'libitm',
'libmudflap', 'libmudflap',
'libobjc', 'libobjc',
'libquadmath',
'libssp',
'libstdc++-v3', 'libstdc++-v3',
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment