From 36e7b5829b53db5496ef800e7ca5c4f83b70fe8c Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Wed, 11 Apr 2007 14:36:33 +0000 Subject: [PATCH] fix typo in previous commit --- bfd/elf-vxworks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/elf-vxworks.c b/bfd/elf-vxworks.c index 27660eb467..2fcf01253b 100644 --- a/bfd/elf-vxworks.c +++ b/bfd/elf-vxworks.c @@ -171,7 +171,7 @@ elf_vxworks_emit_relocs (bfd *output_bfd, && (*rel_hash)->def_dynamic && !(*rel_hash)->def_regular && ((*rel_hash)->root.type == bfd_link_hash_defined - || (*rel_hash)->root.type == bfd_link_hash_weakdef) + || (*rel_hash)->root.type == bfd_link_hash_defweak) && (*rel_hash)->root.u.def.section->output_section != NULL) { /* This is a relocation from an executable or shared library -- 2.11.0