This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [PATCH] x86-64: support newer relocation types
- From: "Jan Beulich" <JBeulich at novell dot com>
- To: <hjl at lucon dot org>
- Cc: <binutils at sources dot redhat dot com>
- Date: Mon, 20 Jun 2005 01:18:56 -0600
- Subject: Re: [PATCH] x86-64: support newer relocation types
>>> "H. J. Lu" <hjl@lucon.org> 18.06.05 00:35:26 >>>
>On Wed, Jun 08, 2005 at 08:17:55AM -0600, Jan Beulich wrote:
>> This adds support for the new x86-64 relocation types added in ABI draft
>> 0.95 (or in a slightly earlier version). In addition, it fixes the overflow
>> complaint types for two x86-64 and one i386 relocation types.
>>
>> Built and tested on i686-pc-linux-gnu and x86_64-unknown-linux-gnu.
>>
>> Jan
>>
>> bfd/
>> 2005-06-08 Jan Beulich <jbeulich@novell.com>
>>
>> * bfd-in2.h (elf_x86_64_reloc_type): Add BFD_RELOC_X86_64_GOTOFF64
>> and BFD_RELOC_X86_64_GOTPC32.
>
>bfd-in2.h is a generated file. Please put new relocations in reloc.c.
Oh, I see you already fixed that. (libbfd.h formally would have needed regeneration, too).
Thanks!
Jan