aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-07-15 19:43:15 +0000
committerIan Lance Taylor <ian@airs.com>1998-07-15 19:43:15 +0000
commitf5030612add0d0d4966345976764721ebb7f2971 (patch)
tree08319a2ed649f8c2510a1041947fdd19d7559ee9 /gas
parent895cc8ab1c9a3dc8405f28735e7ff5776f8493c5 (diff)
downloadgdb-f5030612add0d0d4966345976764721ebb7f2971.zip
gdb-f5030612add0d0d4966345976764721ebb7f2971.tar.gz
gdb-f5030612add0d0d4966345976764721ebb7f2971.tar.bz2
* config/tc-i386.c (md_assemble): Don't get confused by trailing
whitespace after a prefix operator.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 67e257f..9e25061 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 15 15:38:28 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ * config/tc-i386.c (md_assemble): Don't get confused by trailing
+ whitespace after a prefix operator.
+
start-sanitize-beos
Tue Jul 14 15:32:56 1998 Richard Henderson <rth@cygnus.com>