aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfcode.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-01-26 21:48:14 +0000
committerIan Lance Taylor <ian@airs.com>1995-01-26 21:48:14 +0000
commit4b412ed189d3d608c72f85f287166191f0ff66ac (patch)
tree07c4bb859bc6076dfb2c6c41b287de95bb878f44 /bfd/elfcode.h
parent03fc5a0b43e741a6c1c0bbff47215de2ed8b4d07 (diff)
downloadgdb-4b412ed189d3d608c72f85f287166191f0ff66ac.zip
gdb-4b412ed189d3d608c72f85f287166191f0ff66ac.tar.gz
gdb-4b412ed189d3d608c72f85f287166191f0ff66ac.tar.bz2
* elfcode.h (elf_link_add_object_symbols): Only examine weakdef if
we are using an ELF hash table.
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r--bfd/elfcode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h
index a7e12f8..43a071c 100644
--- a/bfd/elfcode.h
+++ b/bfd/elfcode.h
@@ -4339,6 +4339,7 @@ elf_link_add_object_symbols (abfd, info)
&& definition
&& (flags & BSF_WEAK) != 0
&& ELF_ST_TYPE (sym.st_info) != STT_FUNC
+ && info->hash->creator->flavour == bfd_target_elf_flavour
&& (*sym_hash)->weakdef == NULL)
{
/* Keep a list of all weak defined non function symbols from