diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-03-28 15:49:25 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-04-07 12:42:58 +0100 |
commit | 22b92fc42c444bf39044911e8873b42fd3df81ed (patch) | |
tree | 93a773864ae31f77730588abbeec67215dc30bea /intl | |
parent | e140100a5da85568e83ffe8e77d3f5e4a59ddee8 (diff) | |
download | binutils-22b92fc42c444bf39044911e8873b42fd3df81ed.zip binutils-22b92fc42c444bf39044911e8873b42fd3df81ed.tar.gz binutils-22b92fc42c444bf39044911e8873b42fd3df81ed.tar.bz2 |
gas/arc: Remove preprocess_operands function
The preprocess_operands function changes the incoming list of assembler
tokens based on the assumption that the first arc_operand found will be
the same instruction class as all of the arc_operands for the same
mnemonic.
Though this assumption is probably fine, removing this assumption, and
pushing the token change down into assemble_tokens makes the code no
more complex, and might even be easier to follow.
There should be no user visible changes after this commit.
gas/ChangeLog:
* config/tc-arc.c (find_opcode_match): Handle O_symbol case, add
new de_fault label.
(preprocess_operands): Delete.
(assemble_tokens): Remove call to preprocess_operands.
Diffstat (limited to 'intl')
0 files changed, 0 insertions, 0 deletions