diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-08-13 21:39:37 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-08-13 21:39:37 +0000 |
commit | e38d6d362ffd5e60713b62c0f9f3ec68065b8b91 (patch) | |
tree | b3621c86a1cbd0ba62108690a60bf73c51fe75a8 /bfd | |
parent | ae20860e9d6a23019a2f2bbc02c7f82ef7914dbc (diff) | |
download | fsf-binutils-gdb-e38d6d362ffd5e60713b62c0f9f3ec68065b8b91.zip fsf-binutils-gdb-e38d6d362ffd5e60713b62c0f9f3ec68065b8b91.tar.gz fsf-binutils-gdb-e38d6d362ffd5e60713b62c0f9f3ec68065b8b91.tar.bz2 |
* 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++.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1407356..593668b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 |