diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-21 15:22:42 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-21 15:22:42 +0000 |
commit | f4236094a086323c04f189dfb097d80e2a992a70 (patch) | |
tree | 82b25e8292d976f4a5f17cbac3e49798cfcd510b /bfd | |
parent | e4f69291e6a2d2ec2b2aef1ce4a8c3637b43c547 (diff) | |
download | gdb-f4236094a086323c04f189dfb097d80e2a992a70.zip gdb-f4236094a086323c04f189dfb097d80e2a992a70.tar.gz gdb-f4236094a086323c04f189dfb097d80e2a992a70.tar.bz2 |
Mon Apr 21 11:21:31 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* elf32-m68k.c: Follow the last changes in elf32-i386.c:
(struct elf_m68k_pcrel_relocs_copied, struct
elf_m68k_link_hash_entry, struct elf_m68k_link_hash_table,
elf_m68k_link_hash_traverse, elf_m68k_hash_table,
elf_m68k_link_hash_newfunc, elf_m68k_link_hash_table_create,
elf_m68k_discard_copies, bfd_elf32_bfd_link_hash_table_create):
New definitions.
(elf_m68k_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_m68k_size_dynamic_sections): If linking with -Bsymbolic,
traverse with elf_m68k_discard_copies.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 47da1a1..98b3002 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,19 @@ +Mon Apr 21 11:21:31 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * elf32-m68k.c: Follow the last changes in elf32-i386.c: + (struct elf_m68k_pcrel_relocs_copied, struct + elf_m68k_link_hash_entry, struct elf_m68k_link_hash_table, + elf_m68k_link_hash_traverse, elf_m68k_hash_table, + elf_m68k_link_hash_newfunc, elf_m68k_link_hash_table_create, + elf_m68k_discard_copies, bfd_elf32_bfd_link_hash_table_create): + New definitions. + (elf_m68k_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_m68k_size_dynamic_sections): If linking with -Bsymbolic, + traverse with elf_m68k_discard_copies. + Sat Apr 19 22:50:14 1997 Ian Lance Taylor <ian@cygnus.com> * elf32-i386.c (elf_i386_check_relocs): Only count PC relative |