src/gas ChangeLog

tomerl@sourceware.org tomerl@sourceware.org
Fri Nov 5 11:07:00 GMT 2004


CVSROOT:	/cvs/src
Module name:	src
Changes by:	tomerl@sourceware.org	2004-11-05 11:07:50

Modified files:
	gas            : ChangeLog 

Log message:
	2004-11-05  Tomer Levi  <Tomer.Levi@nsc.com>
	
	* config/tc-crx.c: Rename argument types.
	(processing_arg_number): Rename to 'cur_arg_num'.
	(get_number_of_bits): Rename to 'set_operand_size'.
	(get_operandtype): Rename to 'parse_operand', totally rewrite.
	(set_cons_rparams): Rename to 'set_operand', totally rewrite.
	(set_indexmode_parameters): Remove function, integrate its code into
	'set_operand'.
	(set_operand_size): Get rid of 'Operand Number' function parameter -
	use global variable 'cur_arg_num' instead.
	Use a local 'argument' pointer to reference the current argument.
	(parse_operand): Likewise.
	(set_operand): Likewise.
	(process_label_constant): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.2252&r2=1.2253



More information about the Binutils-cvs mailing list