[parisc-linux] /lib/ld.so.1 (glibc) issues on parisc-linux 2.5 kernel??
H. J. Lu
hjl@lucon.org
Tue, 25 Mar 2003 08:12:07 -0800
On Mon, Mar 24, 2003 at 11:44:47AM -0700, Ryan Bradetich wrote:
> > hppa is using function descriptors, AFAIK. So you'll have to do something
> > similar to what ia64 and ppc64 are doing.
>
> Thanks much for the reply! I will investigate the function descriptors and
> see if that accounts for the different in offsets. If so, I just need to
> figure out which side needs to be fixed :)
>
I posted a patch a long time ago to unify function descriptor handling
such that ia64 and pa-risc don't have to reinvent the wheel.
H.J.