diff options
author | Sriraman Tallam <tmsriram@google.com> | 2011-02-02 21:55:29 +0000 |
---|---|---|
committer | Sriraman Tallam <tmsriram@google.com> | 2011-02-02 21:55:29 +0000 |
commit | 4e271fffeca9db3e0eea8d57b98aa7130f941225 (patch) | |
tree | 6fc646675e808e481b0f3e5bf85495fc68d6fe3a /gold/ChangeLog | |
parent | e0634ccfe8718b76b5e77c983a3cebfa7707747a (diff) | |
download | gdb-4e271fffeca9db3e0eea8d57b98aa7130f941225.zip gdb-4e271fffeca9db3e0eea8d57b98aa7130f941225.tar.gz gdb-4e271fffeca9db3e0eea8d57b98aa7130f941225.tar.bz2 |
2011-02-02 Sriraman Tallam <tmsriram@google.com>
* icf.h (is_section_foldable_candidate): Change type of parameter
to std::string.
* icf.cc (Icf::find_identical_sections): Change type of local variable
section_name to be std::string.
(is_function_ctor_or_dtor): Change type of parameter to std::string.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 8974f8c..e09ed79 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,11 @@ +2011-02-02 Sriraman Tallam <tmsriram@google.com> + + * icf.h (is_section_foldable_candidate): Change type of parameter + to std::string. + * icf.cc (Icf::find_identical_sections): Change type of local variable + section_name to be std::string. + (is_function_ctor_or_dtor): Change type of parameter to std::string. + 2011-01-25 Ian Lance Taylor <iant@google.com> * script.cc (script_add_extern): Rewrite to use |