diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-17 16:13:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-17 16:13:36 +0000 |
commit | 6e2183b1a77a5bf3ba7386b05e279ec32a981bbf (patch) | |
tree | 63bc348ed38a49f08cee14aaa4e0871d4d5d4b12 /bfd/ChangeLog | |
parent | 81f01dd5383a189dc4b2e1739b939dea5f5bc225 (diff) | |
download | gdb-6e2183b1a77a5bf3ba7386b05e279ec32a981bbf.zip gdb-6e2183b1a77a5bf3ba7386b05e279ec32a981bbf.tar.gz gdb-6e2183b1a77a5bf3ba7386b05e279ec32a981bbf.tar.bz2 |
* elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Define.
(struct elf_i386_link_hash_entry): Define.
(struct elf_i386_link_hash_table): Define.
(elf_i386_link_hash_traverse): Define.
(elf_i386_hash_table): Define.
(elf_i386_link_hash_newfunc): New static function.
(elf_i386_link_hash_table_create): New static function.
(elf_i386_check_relocs): If linking with -Bsymbolic, don't copy
PC relative relocs for a global symbol defined in a regular
object, and count the number of PC relative relocs copied for any
global symbol.
(elf_i386_size_dynamic_sections): If linking with -Bsymbolic,
traverse with elf_i386_discard_copies.
(elf_i386_discard_copies): New static function.
(bfd_elf32_bfd_link_hash_table_create): Define.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0d3815e..3bd90c7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,21 @@ Thu Apr 17 11:10:54 1997 Ian Lance Taylor <ian@cygnus.com> + * elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Define. + (struct elf_i386_link_hash_entry): Define. + (struct elf_i386_link_hash_table): Define. + (elf_i386_link_hash_traverse): Define. + (elf_i386_hash_table): Define. + (elf_i386_link_hash_newfunc): New static function. + (elf_i386_link_hash_table_create): New static function. + (elf_i386_check_relocs): If linking with -Bsymbolic, don't copy + PC relative relocs for a global symbol defined in a regular + object, and count the number of PC relative relocs copied for any + global symbol. + (elf_i386_size_dynamic_sections): If linking with -Bsymbolic, + traverse with elf_i386_discard_copies. + (elf_i386_discard_copies): New static function. + (bfd_elf32_bfd_link_hash_table_create): Define. + From Gordon W. Ross <gwr@mc.com>: * aoutf1.h (MY_entry_is_text_address): Define if not defined. (sunos4_aout_backend): Use MY_entry_is_text_address. |