diff options
author | Alan Modra <amodra@gmail.com> | 2000-06-23 10:12:48 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-06-23 10:12:48 +0000 |
commit | f7c8887211f063c41e16da38a881b9bf6203f300 (patch) | |
tree | e12996a433efe1d7b080537827ee8ff6a9fdcac0 /gas/ChangeLog | |
parent | 97c3646ff2a8b36e658651abdc0cd8f3c893dc44 (diff) | |
download | gdb-f7c8887211f063c41e16da38a881b9bf6203f300.zip gdb-f7c8887211f063c41e16da38a881b9bf6203f300.tar.gz gdb-f7c8887211f063c41e16da38a881b9bf6203f300.tar.bz2 |
(operand): Do not as_bad() if RELAX_PAREN_GROUPING is
defined. Fix error message and double increment of
input_line_pointer for `[' grouping.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d463a9a..cd13e01 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2000-06-23 matthew green <mrg@redhat.com> + + * expr.c (operand): Do not as_bad() if RELAX_PAREN_GROUPING is + defined. Fix error message and double increment of + input_line_pointer for `[' grouping. + 2000-06-22 Kazu Hirata <kazu@hxi.com> * config/tc-h8300.c: Fix formatting and comment typos. |