aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2010-05-26 18:53:46 +0000
committerDoug Kwan <dougkwan@google.com>2010-05-26 18:53:46 +0000
commit29e11421774bceff6b4d895d7b133bc02850e4f6 (patch)
treea24868cc4907f0ab615411969132ab6d2c2daa77 /gold/ChangeLog
parent23de6b34102ea355f05aaa1bfb4ebac1510f3407 (diff)
downloadgdb-29e11421774bceff6b4d895d7b133bc02850e4f6.zip
gdb-29e11421774bceff6b4d895d7b133bc02850e4f6.tar.gz
gdb-29e11421774bceff6b4d895d7b133bc02850e4f6.tar.bz2
2010-05-27 Doug Kwan <dougkwan@google.com>
* object.cc (Sized_relobj::do_finalize_local_symbols): Use offset from start of output section instead of address for a local symbol in a merged or relaxed section when doing a relocatable link.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 3dba197..ef47e8e 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-27 Doug Kwan <dougkwan@google.com>
+
+ * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
+ from start of output section instead of address for a local symbol
+ in a merged or relaxed section when doing a relocatable link.
+
2010-05-26 Rafael Espindola <espindola@google.com>
PR 11604