From: Ian Lance Taylor Date: Mon, 1 Apr 1996 22:03:07 +0000 (+0000) Subject: * read.c (get_line_sb): Bump line counters based on X-Git-Tag: gdb-4_18~8952 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2271578d4e5ed901fea27fe90fc7006845dbc184;p=platform%2Fupstream%2Fbinutils.git * read.c (get_line_sb): Bump line counters based on input_line_pointer[-1], not *input_line_pointer. Don't bother to call LISTING_NEWLINE. (s_macro): Don't call demand_empty_rest_of_line. * app.c (do_scrub_chars): When handling C style comments, unget ch2 rather than ch. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index ea48dad..b1ea60d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Mon Apr 1 16:55:44 1996 Ian Lance Taylor + + * read.c (get_line_sb): Bump line counters based on + input_line_pointer[-1], not *input_line_pointer. Don't bother to + call LISTING_NEWLINE. + (s_macro): Don't call demand_empty_rest_of_line. + * app.c (do_scrub_chars): When handling C style comments, unget + ch2 rather than ch. + Fri Mar 29 16:15:06 1996 Ian Lance Taylor * read.h (enum linkonce_type): Define.