This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [10/11] TI C6X binutils port: gas/


I noticed that I'd made the requested -matomic documentation updates only 
to one of the two copies of the options documentation (see 
<http://sourceware.org/ml/binutils/2010-03/msg00146.html> for more on the 
duplication of options documentation in the manual), and hadn't updated 
the tc-ia64.h copyright dates.  This patch adds the update to the 
as.texinfo copy of the documentation and the tc-ia64.h copyright dates 
update.  Here's the updated ChangeLog entry, since that also needed 
updates relative to the first version I sent.

gas:
2010-03-25  Joseph Myers  <joseph@codesourcery.com>

	* Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c.
	(TARGET_CPU_HFILES): Add config/tc-tic6x.h.
	* Makefile.in: Regenerate.
	* NEWS: Add news entry for TI C6X support.
	* app.c (do_scrub_chars): Handle "||^" for TI C6X.  Handle
	TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR.  Keep spaces in
	operands if TC_KEEP_OPERAND_SPACES.
	* configure.tgt (tic6x-*-*): New.
	* config/tc-ia64.h (TC_PREDICATE_START_CHAR,
	TC_PREDICATE_END_CHAR): Define.
	* config/tc-tic6x.c, config/tc-tic6x.h: New.
	* doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi.
	* doc/Makefile.in: Regenerate.
	* doc/all.texi (TIC6X): Define.
	* doc/as.texinfo: Add TI C6X documentation.  Include c-tic6x.texi.
	* doc/c-tic6x.texi: New.

gas/testsuite:
2010-03-25  Joseph Myers  <joseph@codesourcery.com>

	* gas/tic6x: New directory and testcases.


-- 
Joseph S. Myers
joseph@codesourcery.com

Attachment: c6x-10b-gas.bz2
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]