aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-04-01 22:03:07 +0000
committerIan Lance Taylor <ian@airs.com>1996-04-01 22:03:07 +0000
commit2271578d4e5ed901fea27fe90fc7006845dbc184 (patch)
tree401affcb430c8cf2e9b18d537c1074ee076efad0 /gas
parentca4e2190ce2a33d73a933c6b5e1e015a48e64c09 (diff)
downloadgdb-2271578d4e5ed901fea27fe90fc7006845dbc184.zip
gdb-2271578d4e5ed901fea27fe90fc7006845dbc184.tar.gz
gdb-2271578d4e5ed901fea27fe90fc7006845dbc184.tar.bz2
* 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.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
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 <ian@cygnus.com>
+
+ * 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 <ian@cygnus.com>
* read.h (enum linkonce_type): Define.