bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Overloaded shared-library functions on hppa-linux


From: Alan Modra
Subject: Re: Overloaded shared-library functions on hppa-linux
Date: Sun, 21 Apr 2002 12:37:27 +0930
User-agent: Mutt/1.3.25i

On Sat, Apr 20, 2002 at 07:18:18PM -0400, John David Anglin wrote:
> We need to put back the maybe_pic_call code.

Yes, I ripped out too much.  We can probably be a little neater and
just replace

  && h->elf.dynindx != -1

with

  && (h->elf.dynindx != -1 || h->pic_call)

in both these places.  If that works then we can get rid of
maybe_pic_call.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



reply via email to

[Prev in Thread] Current Thread [Next in Thread]