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: extracting relocation info from COFF from "section contents" base d on partial_inplace


Dave Korn wrote:
[snip]
> > That's why it's often useful to use RELA relocs for RISC chips.  It
> > wastes space, but it simplifies and speeds up the linker.
> > 
> > Ian
> 
>   IIUIC, as I said above, it isn't just simplifying: it's completely vital
> if the long load sequence uses a sign-extending load for the lo part of the
> address, isn't it?

It can be made work with some ordering constraints. E.g. MIPS uses
REL mandatory for ABI O32, and the IRIX implementation for the
N32/N64 ABIs still does so for _HI16, _LO16, too.


Thiemo


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