This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[GOLD][PATCH] Relocate ARM stubs.


Hi,

    This patch enables relocation of stubs.  It also fixes a few
problems due to the recent change of not passing general options.

-Doug

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.

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]