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]

Re: [PATCH] gold: add dynamic symbol support for ARM target.


On 05/28/2009 09:48 PM, Doug Kwan (éæå) wrote:
This patch adds code to support dynamic symbols in arm.cc (PLT, GOT
and copy relocs), the code is mostly based on existing i386 target
with some modification.  Currently this only compiles.  The code that
exercises these functionalities will be submitted in later patches.


Doug,


While you're at it, you might want to look at this patch for bfd that I wrote to generate more efficient ARM PLT code in most cases. It should be only a few lines for you to incorporate into gold:

http://sourceware.org/ml/binutils/2009-05/msg00388.html

(I'm at a loss for time right now, or I'd submit a new bfd patch with testcases fixed.)


Thanks,


Adam


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