diff options
author | Cary Coutant <ccoutant@google.com> | 2008-12-01 19:50:49 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2008-12-01 19:50:49 +0000 |
commit | 6c52134ce6214f308feadde45e43ff7e9ab5dbdc (patch) | |
tree | 72a76450a945e2c6e5b729b4e11ad3a2b32e9269 /include/ChangeLog | |
parent | a6bfd026d0e011e4ea43aacad46a208ccefd2265 (diff) | |
download | ppe42-binutils-6c52134ce6214f308feadde45e43ff7e9ab5dbdc.tar.gz ppe42-binutils-6c52134ce6214f308feadde45e43ff7e9ab5dbdc.zip |
gold/ChangeLog:
* plugin.cc (ld_plugin_message): Change format parameter to const.
Fix mismatch between new[] and delete.
include/ChangeLog:
* plugin-api.h (ld_plugin_message): Change format parameter to const.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 1c162dc7e7..79bebbf748 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,5 +1,9 @@ 2008-12-01 Cary Coutant <ccoutant@google.com> + * plugin-api.h (ld_plugin_message): Change format parameter to const. + +2008-12-01 Cary Coutant <ccoutant@google.com> + * plugin-api.h: Fix syntax error when compiling with C++. 2008-11-26 Alan Modra <amodra@bigpond.net.au> |