[PATCH] Fix bfd_generic_get_relocated_section_contents on IA-64
H. J. Lu
hjl@lucon.org
Tue Sep 30 22:02:00 GMT 2003
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.
More information about the Binutils
mailing list