OSDN Git Service

PR gas/2117
authorAlan Modra <amodra@bigpond.net.au>
Wed, 7 Oct 2009 05:13:53 +0000 (05:13 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Wed, 7 Oct 2009 05:13:53 +0000 (05:13 +0000)
commit5684fad63f13bdae39e71d17633b065ab8befe45
treeef472e69ed826de03770a1f03dab78781011b6e3
parentdabec0ad8588aa3869b5aa116ec5106b5e6ee156
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