OSDN Git Service

2009-11-10 Doug Kwan <dougkwan@google.com>
authorDoug Kwan <dougkwan@google.com>
Mon, 9 Nov 2009 23:16:55 +0000 (23:16 +0000)
committerDoug Kwan <dougkwan@google.com>
Mon, 9 Nov 2009 23:16:55 +0000 (23:16 +0000)
commit666b38540808a3206715ff0226a747eda02ca9ac
treef137ac3aac4a2fa11797d55952eeddd18df219c8
parentc16f08d18fd71ab6fc2eccb1ab5bb2ab04146823
2009-11-10  Doug Kwan  <dougkwan@google.com>

* arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
in method declaration.
(Target_arm::relocate_stub): New method declaration.
(Target_arm::default_target): Change to return a pointer instead of
a const reference.
(Reloc_stub::stub_type_for_reloc): Adjust for the change in
Target_arm::default_target.
(Arm_Relobj::do_relocate_sections): Remove options paramater in
method definition.
(Target_arm::relocate_section): Adjust view.
(Target_arm::relocate_stub): New method definition.
gold/ChangeLog
gold/arm.cc