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.
This commit is contained in:
parent
82d6ee2a41
commit
dcd46b4e95
@ -1,3 +1,19 @@
|
||||
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.
|
||||
|
||||
2004-11-04 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
* config/tc-xtensa.c: Remove XTENSA_SECTION_RENAME ifdefs.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user