This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] BFD vector for elf32-i386-nacl
On Tue, Jul 26, 2011 at 2:30 PM, Roland McGrath <mcgrathr@google.com> wrote:
> On Tue, Jul 26, 2011 at 2:22 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
>>
>> Then can you move some fields from elf_i386_link_hash_table to
>> elf_i386_backend_data?
>
> Firstly, I'd rather leave that to someone who can test the vxworks backend,
> which I cannot.
> Secondly, doing so would require duplicating the vanilla
> elf_i386_backend_data initializer for the vxworks version,
> which would be nasty. ?I suppose it could be done with macros.
>
I don't like 2 ways to do similar things in ELF/i386 backend.
Please find a way to consolidate them.
Thanks.
--
H.J.