diff options
author | Thiemo Seufer <ths@networkno.de> | 2002-01-16 21:30:47 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2002-01-16 21:30:47 +0000 |
commit | 394f9b3adb165da30f42c771548a2d2991db8672 (patch) | |
tree | ffa692e8338522f3ba309ebb088b64f6e545c2ba /gas/ChangeLog | |
parent | 96a846ea2324acd8d167080c146ebea148453aeb (diff) | |
download | gdb-394f9b3adb165da30f42c771548a2d2991db8672.zip gdb-394f9b3adb165da30f42c771548a2d2991db8672.tar.gz gdb-394f9b3adb165da30f42c771548a2d2991db8672.tar.bz2 |
* 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index abcb3af..3e20ea5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2002-01-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + Johannes Stezenbach <js@convergence.de> + * 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. + 2002-01-16 Nick Clifton <nickc@redhat.com> po/tr.po: New file: Turkish translation. |