projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1712e1d
)
PR gas/13624
author
Nick Clifton
<nickc@redhat.com>
Thu, 26 Jan 2012 14:56:49 +0000
(14:56 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 26 Jan 2012 14:56:49 +0000
(14:56 +0000)
* app.c (app_push): Set 'add_newlines' to zero after saving.
gas/ChangeLog
patch
|
blob
|
history
gas/app.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index d5de4c5739d60a40b278b1864f7e948b81ae43e9..75aa7caaac93a70d363fdb2e184320891c977393 100644
(file)
--- 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.
diff --git
a/gas/app.c
b/gas/app.c
index 32293360683e3208545e383e5e85b53ea7e99641..e5a768716e97f3b2ab7d591a5756e3eb9814b050 100644
(file)
--- a/
gas/app.c
+++ b/
gas/app.c
@@
-275,6
+275,7
@@
app_push (void)
state = 0;
saved_input = NULL;
+ add_newlines = 0;
return (char *) saved;
}