diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-11 18:34:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-11 18:34:55 +0000 |
commit | 33bd5d6153eb55402d869910c79ee5940bb0acce (patch) | |
tree | a2ee719889c3dac8c5b5d85c588996c5a539ef55 | |
parent | 77b5f159326bb48d055ae184659a94a0dadf5837 (diff) | |
download | gdb-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/ChangeLog | 8 |
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. |