From: Ian Lance Taylor Date: Mon, 11 Sep 1995 18:34:55 +0000 (+0000) Subject: * app.c (do_scrub_chars): Grab all available spaces at start of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=33bd5d6153eb55402d869910c79ee5940bb0acce;p=binutils-gdb.git * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index ef40a48a47f..214ac9afe50 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,13 @@ Mon Sep 11 11:39:11 1995 Ian Lance Taylor + * 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 if it exists.