diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-12-06 21:47:43 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-12-06 21:47:43 +0000 |
commit | d251c5c4e18a1f203e7ba3deffc997d9a6a0f76b (patch) | |
tree | 2788efc8980b24579711b1454c26b9d7484577a0 /ld/ChangeLog | |
parent | ada487f6b3f8fdc448569d8cdc80f3279787ec29 (diff) | |
download | gdb-d251c5c4e18a1f203e7ba3deffc997d9a6a0f76b.zip gdb-d251c5c4e18a1f203e7ba3deffc997d9a6a0f76b.tar.gz gdb-d251c5c4e18a1f203e7ba3deffc997d9a6a0f76b.tar.bz2 |
Don't add the trailing `\n' for LDPL_ERROR.
2010-12-06 H.J. Lu <hongjiu.lu@intel.com>
PR ld/12288
* plugin.c (message): Don't add the trailing `\n' for
LDPL_ERROR.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 19f4c62..16a134a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,6 +1,12 @@ 2010-12-06 H.J. Lu <hongjiu.lu@intel.com> PR ld/12288 + * plugin.c (message): Don't add the trailing `\n' for + LDPL_ERROR. + +2010-12-06 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/12288 * testplug.c: Remove the trailing `\n' from TV_MESSAGE. 2010-12-06 Dmitry Gorbachev <d.g.gorbachev@gmail.com> |