OSDN Git Service

* config/tc-mips.c (percent_op): Ensure longer percent_op's are
authorths <ths>
Wed, 16 Jan 2002 21:30:42 +0000 (21:30 +0000)
committerths <ths>
Wed, 16 Jan 2002 21:30:42 +0000 (21:30 +0000)
commit9e2acf4973591528387f68fc0671063261c57834
treed362d568faccbe2f09ce39e32fde85b586c80a5f
parent1ae44baeb23bd4b5724f2741ca659d3a28544b3e
* config/tc-mips.c (percent_op): Ensure longer percent_op's are
matched before the shorter ones.
(my_getSmallParser): Fix handling of nested parentheses in
percent_op's. Code cleanup.
(my_getPercentOp): New function, code from my_getSmallParser.
(my_getSmallExpression): Fix handling of closing parentheses.
Code cleanup. Better comments.
gas/ChangeLog
gas/config/tc-mips.c