aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-07-24 21:51:57 +0000
committerIan Lance Taylor <ian@airs.com>1997-07-24 21:51:57 +0000
commit280cdd548ecd833b3a10e45a8ebd07b89d9bdde8 (patch)
treef474af2482152b7b05b5e6257a83840c8b7d5295 /gas
parente6e676a501a5a56247209c37ecd627edece56cd7 (diff)
downloadgdb-280cdd548ecd833b3a10e45a8ebd07b89d9bdde8.zip
gdb-280cdd548ecd833b3a10e45a8ebd07b89d9bdde8.tar.gz
gdb-280cdd548ecd833b3a10e45a8ebd07b89d9bdde8.tar.bz2
* macro.c (define_macro): Make sure the index is in range before
checking for '('.
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 53b398e..f22ff43 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jul 24 17:51:29 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * macro.c (define_macro): Make sure the index is in range before
+ checking for '('.
+
start-sanitize-tic80
Thu Jul 24 12:13:19 1997 Fred Fish <fnf@cygnus.com>