]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-ia64.c
PR gas/2117
authorAlan Modra <amodra@gmail.com>
Wed, 7 Oct 2009 05:13:53 +0000 (05:13 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 7 Oct 2009 05:13:53 +0000 (05:13 +0000)
commitcd42ff9c6079e4c26985040c79f484a5e11c660a
treeff7dc4baae4014265d820da137f865bd3a1ae50c
parent59b1757596e1e87addffccb77cf373b55d132a19
PR gas/2117
* config/tc-ia64.c (parse_operand): Use expression rather than
expression_and_evalute.
(parse_operand_and_eval): New function.  Replace all uses of
parse_operand outside of parse_operands with this function.
(parse_operans_maybe_eval): New function.  Replace uses of
parse_operand in parse_operands, except for the dummy, with
this function.
gas/ChangeLog
gas/config/tc-ia64.c