diff options
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/app.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d5de4c5..75aa7caa 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2012-01-26 Alexey Makhalov <makhaloff@gmail.com> + + PR gas/13624 + * app.c (app_push): Set 'add_newlines' to zero after saving. + 2012-01-24 DJ Delorie <dj@redhat.com> * config/rl78-parse.y (NOT1): Add. @@ -275,6 +275,7 @@ app_push (void) state = 0; saved_input = NULL; + add_newlines = 0; return (char *) saved; } |