This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: MIPS multi-got link support
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Alexandre Oliva <aoliva at redhat dot com>
- Cc: binutils at sources dot redhat dot com
- Date: Sun, 19 Jan 2003 13:55:39 -0500 (EST)
- Subject: Re: MIPS multi-got link support
On 19 Jan 2003, Alexandre Oliva wrote:
> Ok, I'm willing to remove the uses of htab_hash_pointer, but I'd
> really really like to do it after this bulky patch goes in.
I certainly don't mind that. I'm just trying to avoid a very
problematic situation. (So are you! :-)
> However, I'd appreciate suggestions on what fields of a bfd to use to
> compute its hash code. There doesn't seem to be a bfd unique
> identifier,
Then let's add one! Sections have it, so it's only fair.
> So far, I've only identified the filename as a safe
> hash-able value.
Nah, an object file *can* be included multiple times.
brgds, H-P