From: Ian Lance Taylor Date: Fri, 12 Jan 1996 17:07:04 +0000 (+0000) Subject: * expr.c (operand): Skip whitespace after a close parenthesis. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=347a705b78247fd8074bd3f8198c3b1bc8352774;p=binutils-gdb.git * expr.c (operand): Skip whitespace after a close parenthesis. From James Carlson . --- diff --git a/gas/ChangeLog b/gas/ChangeLog index ee321c41c4a..4042af6fec7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,7 +1,14 @@ +Fri Jan 12 12:04:00 1996 Ian Lance Taylor + + * expr.c (operand): Skip whitespace after a close parenthesis. + From James Carlson . + Tue Jan 2 12:43:23 1996 Jim Wilson * 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)