binutils-2.10 amodra
Alan Modra
amodra@puffin.external.hp.com
Mon, 11 Sep 2000 05:37:22 -0600
CVSROOT: /home/cvs/parisc
Module name: binutils-2.10
Changes by: amodra 00/09/11 05:37:22
Modified files:
bfd : ChangeLog elf32-hppa.c
gas : ChangeLog
gas/config : tc-hppa.h
Log message:
o Always give local plabels a .plt entry when dynamic sections
included in a link, so that the dynamic linker doesn't need to
mess around creating dynamic fptr's for them. This change breaks
the dynamic linker until David or I can fix it.
o Give init and fini functions an absolute plt entry so dlopen etc.
uses the ones for the associated library rather than the first
_init or _fini the dynamic linker finds.
o Reserve one more .got entry.
o Fix gas breakage David would have seen if he ran the testsuite...