* config/tc-mips.c (my_getSmallParser): New function prototype.
authorThiemo Seufer <ths@networkno.de>
Wed, 10 Oct 2001 00:54:53 +0000 (00:54 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 10 Oct 2001 00:54:53 +0000 (00:54 +0000)
commitad8d3bb3cf73f3ea5cfd8d7d7dd24fce9a9383bd
tree8c23a7dcd998e2d5a126e0def28a7a2daca192e8
parentd6bc6245d6306299c22da4f110f4813bad3a6a73
* config/tc-mips.c (my_getSmallParser): New function prototype.
(small_ex_type): Named this enum, more return values for
my_getSmallExpression.
(mips_ip): Allow SPC and HT between arguments. Handle some NewABI
triple relocations. Protect some parts with ifdef OBJ_ELF.
(percent_op_match): New struct, lookup table for %some_reloc().
(my_getSmallParser): New function, parses nested percent_ops also.
(my_getSmallExpression): Rewite to support nested percent_ops.
gas/ChangeLog
gas/config/tc-mips.c