diff options
author | Nick Clifton <nickc@redhat.com> | 2012-01-26 14:56:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-01-26 14:56:49 +0000 |
commit | f8819316e7a78afb1f71e461b1d85b624e129855 (patch) | |
tree | 68e5176c922cdc7bf071695e041e32f7a657d829 /gas/ChangeLog | |
parent | 1712e1d4f7d73b741c8390e11c10d1e162650874 (diff) | |
download | gdb-f8819316e7a78afb1f71e461b1d85b624e129855.zip gdb-f8819316e7a78afb1f71e461b1d85b624e129855.tar.gz gdb-f8819316e7a78afb1f71e461b1d85b624e129855.tar.bz2 |
PR gas/13624
* app.c (app_push): Set 'add_newlines' to zero after saving.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 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. |