Subject: Re: Text relocations in libpthread
To: Valeriy E. Ushakov <uwe@ptc.spbu.ru>
From: Nick Hudson <skrll@netbsd.org>
List: tech-toolchain
Date: 12/27/2005 08:55:53
On Tuesday 27 December 2005 08:38, Valeriy E. Ushakov wrote:
> On Tue, Dec 27, 2005 at 08:11:47 +0000, Nick Hudson wrote:
> > not sure I've got sh3 right?
>
> sh3 also needs r12 to be set up before doing plt calls.  You can leave
> sh3 out and I will take care of it.

OK.

[x86_64 diff snipped]
>
> I think these *_return_point symbols should be made .hidden, then
> these diffs will not be necessary.  As with cerror, I don't see a
> reason why we would want to make them globally visible/overridable.


This makes sense to me.

Any objection to me fixing the text relocations while this is discussed?

Nick