* elf.c (_bfd_elf_make_section_from_shdr): Treat sections whose
name begins with .gnu.linkonce as SEC_LINK_ONCE. This is an optimization for g++.
This commit is contained in:
parent
ae20860e9d
commit
e38d6d362f
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
Tue Aug 13 14:35:38 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* elf.c (_bfd_elf_make_section_from_shdr): Treat sections whose
|
||||
name begins with .gnu.linkonce as SEC_LINK_ONCE. This is an
|
||||
optimization for g++.
|
||||
|
||||
Tue Aug 13 17:04:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||
|
||||
* elf32-ppc.c (ppc_elf_merge_private_bfd_data): If one module has
|
||||
|
|
Loading…
Reference in a new issue