aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-s390.c
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2002-01-29 11:14:35 +0000
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2002-01-29 11:14:35 +0000
commitf9cd9119027d232118717abfa26fb87a636e644c (patch)
treea8d9d646aebad130e55fe584317b61d166114563 /bfd/elf64-s390.c
parent8fcc723b1c74876be676ca2198a91ef1a33d05af (diff)
downloadfsf-binutils-gdb-f9cd9119027d232118717abfa26fb87a636e644c.zip
fsf-binutils-gdb-f9cd9119027d232118717abfa26fb87a636e644c.tar.gz
fsf-binutils-gdb-f9cd9119027d232118717abfa26fb87a636e644c.tar.bz2
* elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
relocations with PC32 relocations for undefined or weak symbols. * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise. * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
Diffstat (limited to 'bfd/elf64-s390.c')
-rw-r--r--bfd/elf64-s390.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/elf64-s390.c b/bfd/elf64-s390.c
index 51ab444..210e152 100644
--- a/bfd/elf64-s390.c
+++ b/bfd/elf64-s390.c
@@ -1026,7 +1026,9 @@ elf_s390_adjust_dynamic_symbol (info, h)
if (h->plt.refcount <= 0
|| (! info->shared
&& (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_DYNAMIC) == 0
- && (h->elf_link_hash_flags & ELF_LINK_HASH_REF_DYNAMIC) == 0))
+ && (h->elf_link_hash_flags & ELF_LINK_HASH_REF_DYNAMIC) == 0
+ && h->root.type != bfd_link_hash_undefweak
+ && h->root.type != bfd_link_hash_undefined))
{
/* This case can occur if we saw a PLT32 reloc in an input
file, but the symbol was never referred to by a dynamic