OSDN Git Service

* config/tc-mips.c (S_EX_*): New enum for my_getSmallExpression()
authorths <ths>
Sat, 18 Aug 2001 17:24:52 +0000 (17:24 +0000)
committerths <ths>
Sat, 18 Aug 2001 17:24:52 +0000 (17:24 +0000)
commitd98b7692e4bde082e423637378f0d655bd68c35e
tree1c5099bcef0e4d8b7ca5add7b45cba4a54d055a2
parent3ff9369916f1cb275492625fb6c8ec49943b9b62
* config/tc-mips.c (S_EX_*): New enum for my_getSmallExpression()
return values.
(mips_ip): Use the new return values instead of characters. Add
support for %higher and %highest.
(LP): Remove.
(RP): Remove.
(my_getSmallExpression): Make parsing case insensitive and more
reliable. Add support for %higher and %highest. Further support to
parse %gprel and %neg is implemented but currently deactivated.
gas/ChangeLog
gas/config/tc-mips.c