diff options
author | Sriraman Tallam <tmsriram@google.com> | 2010-06-03 18:01:19 +0000 |
---|---|---|
committer | Sriraman Tallam <tmsriram@google.com> | 2010-06-03 18:01:19 +0000 |
commit | 8fe2a3694db658edffb8013eb3ad31f7a9d7d7ea (patch) | |
tree | f99eb3efac912c590f3ca55c6002b6dd89c2ef0c /gold/ChangeLog | |
parent | 40a9833c82a0a497ebd8913c5755cb660225bade (diff) | |
download | binutils-gdb-8fe2a3694db658edffb8013eb3ad31f7a9d7d7ea.tar.gz |
PR gold/11658
* output.cc
(Output_section::Input_section_sort_entry::compare_section_ordering):
Change to return non-zero correctly.
(Output_section::Input_section_sort_section_order_index_compare
::operator()): Change to fix ambiguity in comparisons.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 95e683f4152..e9feedecd19 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,12 @@ +2010-06-03 Sriraman Tallam <tmsriram@google.com> + + PR gold/11658 + * output.cc + (Output_section::Input_section_sort_entry::compare_section_ordering): + Change to return non-zero correctly. + (Output_section::Input_section_sort_section_order_index_compare + ::operator()): Change to fix ambiguity in comparisons. + 2010-06-01 Sriraman Tallam <tmsriram@google.com> * gold.h (is_wildcard_string): New function. |