aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2010-01-12 07:22:56 +0000
committerDoug Kwan <dougkwan@google.com>2010-01-12 07:22:56 +0000
commit99e5bff2f9e0ccdba7d78f431f177d8f83871ddd (patch)
treef49c5c265a8e0e3eb30a2ccbc6d0ea7674e5e9cc /gold/ChangeLog
parentd0a91bd8c74b3535a697b88342edcfd79629a73e (diff)
downloadgdb-99e5bff2f9e0ccdba7d78f431f177d8f83871ddd.zip
gdb-99e5bff2f9e0ccdba7d78f431f177d8f83871ddd.tar.gz
gdb-99e5bff2f9e0ccdba7d78f431f177d8f83871ddd.tar.bz2
2010-01-11 Doug Kwan <dougkwan@google.com>
* arm.cc (Arm_relobj::do_gc_process_relocs): New method. (Target_arm::do_finalize_sections): Define special EXIDX section symbols only if referenced. * gc.h (Garbage_collection::add_reference): New method. (gc_process_relocs): Use Garbage_collection::add_reference to avoid code duplication.
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 faec2f9..49b7a10 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,12 @@
+2010-01-11 Doug Kwan <dougkwan@google.com>
+
+ * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
+ (Target_arm::do_finalize_sections): Define special EXIDX section
+ symbols only if referenced.
+ * gc.h (Garbage_collection::add_reference): New method.
+ (gc_process_relocs): Use Garbage_collection::add_reference to avoid
+ code duplication.
+
2010-01-11 Ian Lance Taylor <iant@google.com>
* script.cc (Version_script_info::build_expression_list_lookup):