aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2009-10-21 18:33:18 +0000
committerDoug Kwan <dougkwan@google.com>2009-10-21 18:33:18 +0000
commit56ee5e00a8dd7d6821958b9e0c8e84e405e362ff (patch)
treeadb6fe142215d5545ada63f573eeeeaa3240d425 /gold/ChangeLog
parent2b28d209243f5b7b19cd5adb37c535328334d3a0 (diff)
downloadgdb-56ee5e00a8dd7d6821958b9e0c8e84e405e362ff.zip
gdb-56ee5e00a8dd7d6821958b9e0c8e84e405e362ff.tar.gz
gdb-56ee5e00a8dd7d6821958b9e0c8e84e405e362ff.tar.bz2
2009-10-21 Doug Kwan <dougkwan@google.com>
* arm.cc (Stub_table, Arm_input_section): New forward class declarations. (Stub_table): New class defintion. (Stub_table::add_reloc_stub, Stub_table::relocate_stubs Stub_table::do_reset_address_and_file_offset, Stub_table::do_write): New method definition.
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 6431ee4..bec5b3b 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,14 @@
2009-10-21 Doug Kwan <dougkwan@google.com>
+ * arm.cc (Stub_table, Arm_input_section): New forward class
+ declarations.
+ (Stub_table): New class defintion.
+ (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
+ Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
+ New method definition.
+
+2009-10-21 Doug Kwan <dougkwan@google.com>
+
* arm.cc: Update copyright comments.
(Target_arm): New forward class template declaration.
(Arm_address): New type.