2010-03-23 Joseph Myers <joseph@codesourcery.com>

* config.sub: Always map c54x-*, c55x-* and c6x-* to corresponding
	tic54x, tic55x and tic6x names.  Only use -coff as a default OS if
	no OS specified.
	* testsuite/config-sub.data: Add test cases.
This commit is contained in:
Ben Elliston
2010-03-23 20:25:52 +11:00
parent e69eddec0e
commit dce3df2c4f
3 changed files with 69 additions and 15 deletions

View File

@ -1,3 +1,10 @@
2010-03-23 Joseph Myers <joseph@codesourcery.com>
* config.sub: Always map c54x-*, c55x-* and c6x-* to corresponding
tic54x, tic55x and tic6x names. Only use -coff as a default OS if
no OS specified.
* testsuite/config-sub.data: Add test cases.
2010-01-22 Chris Metcalf <cmetcalf@tilera.com>
Ben Elliston <bje@gnu.org>