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] A stub table class for ARM stubs.


Hi,

    This patch adds a stub table class to the ARM backend.  The class
is a sub-class of Output_data for holding different types of stubs
appended to an input section.  Currently only Reloc_stubs are
supported.

-Doug

009-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 definitions.

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]