aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2008-03-27 19:57:41 +0000
committerIan Lance Taylor <ian@airs.com>2008-03-27 19:57:41 +0000
commit49bdd526aba04608f9658d5c36923e10a2021df3 (patch)
treecba9fcbc29d0d3c0ad337a07dbc015ec094af8a0 /gold/ChangeLog
parentf66d8205394d34c6b03821f93d27b202d20438d4 (diff)
downloadgdb-49bdd526aba04608f9658d5c36923e10a2021df3.zip
gdb-49bdd526aba04608f9658d5c36923e10a2021df3.tar.gz
gdb-49bdd526aba04608f9658d5c36923e10a2021df3.tar.bz2
* common.cc (Sort_commons::operator): Correct sorting algorithm.
* testsuite/common_test_1.c: New file. * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1. (common_test_1_SOURCES): New variable. (common_test_1_DEPENDENCIES): New variable. (common_test_1_LDFLAGS): New variable.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 098b7e3..492e5c5 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,12 @@
2008-03-27 Ian Lance Taylor <iant@google.com>
+ * common.cc (Sort_commons::operator): Correct sorting algorithm.
+ * testsuite/common_test_1.c: New file.
+ * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
+ (common_test_1_SOURCES): New variable.
+ (common_test_1_DEPENDENCIES): New variable.
+ (common_test_1_LDFLAGS): New variable.
+
* symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
and commons_ correctly when NAME/VERSION does not override
NAME/NULL.