binutils-2.10 amodra
Alan Modra
amodra@puffin.external.hp.com
Sat, 16 Sep 2000 07:28:28 -0600
CVSROOT: /home/cvs/parisc
Module name: binutils-2.10
Changes by: amodra 00/09/16 07:28:28
Modified files:
bfd : ChangeLog elf32-hppa.c elf32-hppa.h
ld : ChangeLog
ld/emultempl : hppaelf.em
Log message:
Fix SEC_LINK_ONCE section handling.
Get rid of the .init and .fini stub section fudges. Instead, group
stubs in one section if the output section is small enough, which
nicely takes care of .init and .fini. Grouping may also reduce the
number of stubs needed. For large output sections, we still keep
one stub section per input section, but it wouldn't be that
difficult to support multiple grouped stub sections.