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: [PATCH] Fix bfd_generic_get_relocated_section_contents on IA-64


On Tue, Sep 30, 2003 at 08:34:35PM +0200, Jakub Jelinek wrote:
> 
> BTW: I have doubts about other relocs:
>     IA64_HOWTO (R_IA64_IPLTMSB,     "IPLTMSB",     4, FALSE, TRUE),
>     IA64_HOWTO (R_IA64_IPLTLSB,     "IPLTLSB",     4, FALSE, TRUE),
>     IA64_HOWTO (R_IA64_COPY,        "COPY",        4, FALSE, TRUE),
> I'd say the former two should be size NN/8 (16 bytes for elf64_ia64,

R_IA64_IPLTMSB and R_IA64_IPLTLSB are 16 bytes for both LP64 and ILP32.

> 8 bytes for elf32_ia64) and R_IA64_COPY should be size 3 (0 bytes).
> 

Where does R_IA64_COPY come from? I didn't see it in the current IA64
psABI. There is R_IA_64_SUB (0x85), which we don't support.


H.J.


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