aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2008-03-29 08:39:26 +0000
committerIan Lance Taylor <ian@airs.com>2008-03-29 08:39:26 +0000
commit686c8caf41c336e1cf0619e1b92f1ee10f7a2c21 (patch)
treeff52e736505a18b8e244eaf9dad13004430cd92e /gold/ChangeLog
parentab794b6bda9482bd406d05d592849639887036d5 (diff)
downloadgdb-686c8caf41c336e1cf0619e1b92f1ee10f7a2c21.zip
gdb-686c8caf41c336e1cf0619e1b92f1ee10f7a2c21.tar.gz
gdb-686c8caf41c336e1cf0619e1b92f1ee10f7a2c21.tar.bz2
* symtab.cc (Symbol_table::do_define_as_constant): Don't force a
version symbol to be local. * testsuite/ver_test_4.sh: New file. * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh. (check_DATA): Add ver_test_4.syms. (ver_test_4.syms): New target. * testsuite/Makefile.in: Rebuild.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 9a213c2..0f55b5c 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,13 @@
2008-03-29 Ian Lance Taylor <iant@google.com>
+ * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
+ version symbol to be local.
+ * testsuite/ver_test_4.sh: New file.
+ * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
+ (check_DATA): Add ver_test_4.syms.
+ (ver_test_4.syms): New target.
+ * testsuite/Makefile.in: Rebuild.
+
* output.cc
(Output_section::Input_section_sort_entry::has_priority): New
function.