diff options
author | Richard Henderson <rth@redhat.com> | 1997-08-19 03:45:56 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1997-08-19 03:45:56 +0000 |
commit | 96e0ff4665a86d9d3348a0453507e08880f99146 (patch) | |
tree | 19648256e34012c46ffd72b366426e5b52cade02 /gas/ChangeLog | |
parent | 36339ecd2b90b159b9e52d642e94e29d1ccc48ba (diff) | |
download | gdb-96e0ff4665a86d9d3348a0453507e08880f99146.zip gdb-96e0ff4665a86d9d3348a0453507e08880f99146.tar.gz gdb-96e0ff4665a86d9d3348a0453507e08880f99146.tar.bz2 |
* as.c (show_usage): Add -am.
* input-scrub.c (input_scrub_include_sb): Don't add leading \n
if we've already got one.
* listing.c (struct list_info_struct): Add line_contents.
(listing_newline): Put unused argument to work: if non-null, save it...
(listing_listing): ... and regurgitate during listing instead of line
from file.
* listing.h (LISTING_MACEXP): New define.
(LISTING_NEWLINE): Argument is NULL.
* read.c (read_a_source_file): If expanding macros, break up input
lines and pass them to listing_newline.
* doc/as.texinfo: Document -ac and -am.
* cond.c (s_ifc): Add missing demand_empty_rest_of_line.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 65c16cf..4fc7d11 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,20 @@ +Mon Aug 18 20:33:06 1997 Richard Henderson <rth@cygnus.com> + + * as.c (show_usage): Add -am. + * input-scrub.c (input_scrub_include_sb): Don't add leading \n + if we've already got one. + * listing.c (struct list_info_struct): Add line_contents. + (listing_newline): Put unused argument to work: if non-null, save it... + (listing_listing): ... and regurgitate during listing instead of line + from file. + * listing.h (LISTING_MACEXP): New define. + (LISTING_NEWLINE): Argument is NULL. + * read.c (read_a_source_file): If expanding macros, break up input + lines and pass them to listing_newline. + * doc/as.texinfo: Document -ac and -am. + + * cond.c (s_ifc): Add missing demand_empty_rest_of_line. + Mon Aug 18 11:26:36 1997 Nick Clifton <nickc@cygnus.com> * config/tc-v850.c (md_apply_fix3): Add support for new 16 bit PC |