glibc dhd
    David Huggins-Daines 
    dhd@puffin.external.hp.com
    Tue, 12 Sep 2000 16:58:01 -0600
    
    
  
CVSROOT:	/home/cvs/parisc
Module name:	glibc
Changes by:	dhd	00/09/12 16:58:01
Modified files:
	sysdeps/hppa   : dl-machine.h 
Log message:
Implement some lazy linking bits.  Note the comment, that context
saving is pretty excessive.  It follows the Alpha example - I have to
ask rth why Alpha saves so much context, but better safe than sorry
for now.
Also note that __acquire_ltp is probably a bit of a kludge.  It might
make more sense to reserve a GOT entry for the LTP for the fixup
function, but that would involve hacking the linker, so I've not done
it ;-)