OSDN Git Service

PR gas/2117
authoramodra <amodra>
Wed, 7 Oct 2009 05:13:53 +0000 (05:13 +0000)
committeramodra <amodra>
Wed, 7 Oct 2009 05:13:53 +0000 (05:13 +0000)
commitf17f90075adb6377b4f0a0f18c220977e479a167
tree26d7021522622c19f86469d1caf1de4d17d6b202
parentc06d8009f79dca19fe3aa2e11b50ae9eac36f9cb
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