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:
parent
8e322cb4b9
commit
b96299a135
@ -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.
|
||||
|
@ -752,14 +752,13 @@ class GCCCmdLine (CmdLine):
|
||||
'libatomic',
|
||||
'libbacktrace',
|
||||
'libcpp',
|
||||
'libdecnumber',
|
||||
'libgcc',
|
||||
'libgfortran',
|
||||
'libgomp',
|
||||
'libitm',
|
||||
'libmudflap',
|
||||
'libobjc',
|
||||
'libquadmath',
|
||||
'libssp',
|
||||
'libstdc++-v3',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user