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: John David Anglin
Subject: Re: Overloaded shared-library functions on hppa-linux
Date: Fri, 19 Apr 2002 23:36:12 -0400 (EDT)

> > Looks like I set up the .plt entries properly.  Uh oh, hppa_type_of_stub
> > looks decidedly dodgy.  plt entries, but no stubs to use them.  :-(

One other thing I have noticed--the test whether an export stub can
reach its target seems too pessimistic on a PA2.0 machine.  The test
is:

      if (sym_value - 8 + 0x40000 >= 0x80000)

Maybe we need to add a flag "has_22bit_branch" to improve this?

Dave
-- 
J. David Anglin                                  address@hidden
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)



reply via email to

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