diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-12-06 02:28:31 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-12-06 02:28:31 +0000 |
commit | 7990daecfc90f458631df31ffc4d56b42957e32f (patch) | |
tree | 682301b6b2143797b591eff5a6e38508d46f4c21 /ld/ChangeLog | |
parent | d357cef7845e8fa0d39555ea816c6937dca8cd78 (diff) | |
download | gdb-7990daecfc90f458631df31ffc4d56b42957e32f.zip gdb-7990daecfc90f458631df31ffc4d56b42957e32f.tar.gz gdb-7990daecfc90f458631df31ffc4d56b42957e32f.tar.bz2 |
Add a space after `:' in plugin error message.
2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
* plugin.c (message): Add a space after `:' in error message.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index eeefd33..63858ee 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ 2010-12-05 H.J. Lu <hongjiu.lu@intel.com> + * plugin.c (message): Add a space after `:' in error message. + +2010-12-05 H.J. Lu <hongjiu.lu@intel.com> + * plugin.c (asymbol_from_plugin_symbol): Add the trailing `\n' to einfo. (get_symbols): Likewise. |