diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-01-12 17:07:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-01-12 17:07:04 +0000 |
commit | 347a705b78247fd8074bd3f8198c3b1bc8352774 (patch) | |
tree | 22e1dd4576330750c8d560b70dd9c4816152736f /gas | |
parent | 3730a0edf14527dc947f04a768cae184b49f8bee (diff) | |
download | gdb-347a705b78247fd8074bd3f8198c3b1bc8352774.zip gdb-347a705b78247fd8074bd3f8198c3b1bc8352774.tar.gz gdb-347a705b78247fd8074bd3f8198c3b1bc8352774.tar.bz2 |
* expr.c (operand): Skip whitespace after a close parenthesis.
From James Carlson <carlson@xylogics.com>.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ee321c4..4042af6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,7 +1,14 @@ +Fri Jan 12 12:04:00 1996 Ian Lance Taylor <ian@cygnus.com> + + * expr.c (operand): Skip whitespace after a close parenthesis. + From James Carlson <carlson@xylogics.com>. + Tue Jan 2 12:43:23 1996 Jim Wilson <wilson@chestnut.cygnus.com> * config/tc-sh.c (md_apply_fix): Call as_bad_where instead of as_warn_where for relocation overflow. + (parse_reg): Accept register name only if next character is + not alphanumeric. Sat Dec 30 23:42:51 1995 Jeffrey A Law (law@cygnus.com) |