aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-01-12 17:07:04 +0000
committerIan Lance Taylor <ian@airs.com>1996-01-12 17:07:04 +0000
commit347a705b78247fd8074bd3f8198c3b1bc8352774 (patch)
tree22e1dd4576330750c8d560b70dd9c4816152736f
parent3730a0edf14527dc947f04a768cae184b49f8bee (diff)
downloadgdb-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>.
-rw-r--r--gas/ChangeLog7
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)