2004-11-05 Tomer Levi <Tomer.Levi@nsc.com>
authorTomer Levi <Tomer.Levi@nsc.com>
Fri, 5 Nov 2004 11:07:48 +0000 (11:07 +0000)
committerTomer Levi <Tomer.Levi@nsc.com>
Fri, 5 Nov 2004 11:07:48 +0000 (11:07 +0000)
        * 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.

gas/ChangeLog

index e9da49318ce7028e88525f4ab775bf1a014e8300..9dc94d1e08dc7025f3bef312885355f27c6df75c 100644 (file)
@@ -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.
This page took 0.049239 seconds and 4 git commands to generate.