aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2009-10-25 16:57:32 +0000
committerDoug Kwan <dougkwan@google.com>2009-10-25 16:57:32 +0000
commit72adc4fad75cca8235786832069b26e7ae3ba5cf (patch)
treec6a5bd480d91660b831dda2eaa67588a51c6d5ad /gold/ChangeLog
parenta39571ad49620595c2e9baf5b477c78eb7a22982 (diff)
downloadgdb-72adc4fad75cca8235786832069b26e7ae3ba5cf.zip
gdb-72adc4fad75cca8235786832069b26e7ae3ba5cf.tar.gz
gdb-72adc4fad75cca8235786832069b26e7ae3ba5cf.tar.bz2
2009-10-25 Doug Kwan <dougkwan@google.com>
* arm.cc (Arm_output_section, Arm_relobj): Forward class declarations. (Arm_input_section::as_arm_input_section): New method. (Arm_output_section): New class definition. (Arm_output_section::create_stub_group, Arm_output_section::group_sections): New method definitions.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 7799d6c..b257845 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,13 @@
+2009-10-25 Doug Kwan <dougkwan@google.com>
+
+ * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
+ from private to protected to allow access by child class.
+ (Sized_relobj::do_relocate_sections): New method declaration.
+ (Sized_relobj::relocate_sections): Virtualize.
+ * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
+ Sized_relobj::relocate_sections. Instantiate template explicitly
+ for different target sizes and endianity.
+
2009-10-24 Doug Kwan <dougkwan@google.com>
* arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.