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]

[PATCH][GOLD] Fix remaining issues in stub-generations.


Hi,

    This is the final patch for enabling stub generation and interworking.

-Doug

2009-11-29  Doug Kwan  <dougkwan@google.com>

        * arm.cc: Update comments about interworking and stub generation.
        (Target_arm::Scan::symbol_needs_plt_entry): Treat un-typed symbols
        as functions.
        (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
        considered as non-PIC.
        (Arm_relocate_functions::base_abs): Fix formatting.
        (Arm_relocate_functions::got_prel): Fix comment.  Change interface
        of function to use GOT entry address instead of offset.
        (Target_arm::Scan::global): Remove code to create dynamic symbols for
        relative branches.
        (Target_arm::Relocate::relocate: Use 0 instead of false since function
        takes unsigned integer instead of boolean.

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]