This is the mail archive of the binutils@sources.redhat.com 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: RFA: Support for Thumb in dynamic objects


On Wed, 2004-11-17 at 17:33, Daniel Jacobowitz wrote:
> It's hard to come up with a good name for manipulation that's basically
> unnecessary.  It's trying to do two 32-bit reads if possible instead of
> a bunch of smaller reads; we could leave this to the client instead.
> 
> This patch calls it WORD_ADDRESS, since that descrbes the use.  It
> could be throttled down to read 2-byte pieces for Thumb, and to do the
> read later (i.e. when we see a bl/blx); I'll leave that for another
> day.  OK?

Yes, thanks.

R.


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