OSDN Git Service

* elf64-alpha.c (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Defined.
authorJakub Jelinek <jakub@redhat.com>
Wed, 28 Nov 2001 19:15:14 +0000 (19:15 +0000)
committerJakub Jelinek <jakub@redhat.com>
Wed, 28 Nov 2001 19:15:14 +0000 (19:15 +0000)
commit2325e12fdf206390c94f85206e133b7a03bea178
treedb5ea6057b95f8b53234ed5ddaf58ee7ff761db5
parentd0bcf38c7584c946765db2948e2656d5cbc2caea
* elf64-alpha.c (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Defined.
(elf64_alpha_relocate_section): Translate local_got_entries
for STT_SECTION symbol to SHF_MERGE section the first time
we see it.
* elfxx-ia64.c (struct elfNN_ia64_local_hash_entry): Add
sec_merge_done.
(get_local_sym_hash): New, extracted from get_dyn_sym_info.
(get_dyn_sym_info): Use it.
(elfNN_ia64_relocate_section): Translate local dyn entries
for STT_SECTION symbol to SHF_MERGE section the first time
we see it.

        * write.c (adjust_reloc_syms): Mark SEC_MERGE symbols as used
        in reloc if it has non-zero addend.
        * config/tc-alpha.c (tc_gen_reloc): Reinstall SEC_MERGE check.
        * config/tc-sparc.c (md_apply_fix3): Likewise.
bfd/ChangeLog
bfd/elf64-alpha.c
bfd/elfxx-ia64.c
gas/ChangeLog
gas/config/tc-alpha.c
gas/config/tc-sparc.c
gas/write.c