aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-02-28 00:12:26 +0000
committerIan Lance Taylor <ian@airs.com>2009-02-28 00:12:26 +0000
commite29e076ab80ed58ab0343c9910e02df7220233f8 (patch)
tree20a8d5b7d3ae61e0551d66d89799f6ff7d209f8d /gold/ChangeLog
parenta5a437df7713387228e9ba87aa1e20b33ae20fb1 (diff)
downloadgdb-e29e076ab80ed58ab0343c9910e02df7220233f8.zip
gdb-e29e076ab80ed58ab0343c9910e02df7220233f8.tar.gz
gdb-e29e076ab80ed58ab0343c9910e02df7220233f8.tar.bz2
PR 7091
* output.cc (Output_section::find_starting_output_address): Rename from starting_output_address; add PADDR parameter; change return type. * output.h (class Output_section): Declare find_starting_output_address instead of starting_output_address. * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a section symbol for which we can't find a merge section.
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 5159255..5c0f9c3 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,14 @@
2009-02-27 Ian Lance Taylor <iant@google.com>
+ PR 7091
+ * output.cc (Output_section::find_starting_output_address): Rename
+ from starting_output_address; add PADDR parameter; change return
+ type.
+ * output.h (class Output_section): Declare
+ find_starting_output_address instead of starting_output_address.
+ * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
+ section symbol for which we can't find a merge section.
+
PR 9836
* symtab.cc (Symbol_table::add_from_object): If the visibility is
hidden or internal, force the symbol to be local.