aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-11 18:34:55 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-11 18:34:55 +0000
commit33bd5d6153eb55402d869910c79ee5940bb0acce (patch)
treea2ee719889c3dac8c5b5d85c588996c5a539ef55
parent77b5f159326bb48d055ae184659a94a0dadf5837 (diff)
downloadgdb-33bd5d6153eb55402d869910c79ee5940bb0acce.zip
gdb-33bd5d6153eb55402d869910c79ee5940bb0acce.tar.gz
gdb-33bd5d6153eb55402d869910c79ee5940bb0acce.tar.bz2
* app.c (do_scrub_chars): Grab all available spaces at start of
line before preserving a single space. Remove state == 0 test which will never succeed. * macro.c (macro_expand_body): Delete local variables from the formal hash table. (macro_expand): In MRI mode, stop when whitespace is seen in the argument list.
-rw-r--r--gas/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ef40a48..214ac9a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,13 @@
Mon Sep 11 11:39:11 1995 Ian Lance Taylor <ian@cygnus.com>
+ * app.c (do_scrub_chars): Grab all available spaces at start of
+ line before preserving a single space. Remove state == 0 test
+ which will never succeed.
+ * macro.c (macro_expand_body): Delete local variables from the
+ formal hash table.
+ (macro_expand): In MRI mode, stop when whitespace is seen in the
+ argument list.
+
* sb.c: Include "libiberty.h".
* macro.c: Likewise. Also include <stdlib.h> if it exists.