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] Generate PLTs for the same sets of relocation types as ld.


Hi,

    This patch changes Target_arm::Scan::global so that we generate
PLTs for the same set of relocation types as ld.  Previously we did
not use PLTs for R_ARM_PREL31 but ld does.  I also simplied the code a
bit by removing a check for calling to assembly functions without
proper symbol type annotations.

-Doug

2010-01-29  Doug Kwan  <dougkwan@google.com>

        * arm.cc (Target_arm::Scan::global): General PLTs for the same set
        of relocation types as ld.

Attachment: patch-plt.txt
Description: Text document


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