Subject: Re: Playing with ELF
To: Quentin Garnier <netbsd@quatriemek.com>
From: David Laight <david@l8s.co.uk>
List: netbsd-users
Date: 03/06/2003 11:25:20
> > > (for the __error symbol, binary-editing it to __errno is fine).
> > Did you remember to fixup the hash chains?
> 
> ... you have another point. The problem is, that could lead to the same
> kind of issues I had last night, in case the hash table size increase. I
> didn't have error about __errno until now, but it's better to be safe.

You shouldn't need to change the size of the hash tables, just the
linkages.  But if you patch a symbol name you do need to align the
hash table.

	David

-- 
David Laight: david@l8s.co.uk