summaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorSriraman Tallam <tmsriram@google.com>2010-06-03 18:01:19 +0000
committerSriraman Tallam <tmsriram@google.com>2010-06-03 18:01:19 +0000
commit8fe2a3694db658edffb8013eb3ad31f7a9d7d7ea (patch)
treef99eb3efac912c590f3ca55c6002b6dd89c2ef0c /gold/ChangeLog
parent40a9833c82a0a497ebd8913c5755cb660225bade (diff)
downloadbinutils-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/ChangeLog9
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.