diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2007-04-11 14:36:33 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2007-04-11 14:36:33 +0000 |
commit | 0fd6fc207b2f52d752a63c10f47897cf6693bd44 (patch) | |
tree | d5ac99a881960a8954aad40cca2e05d9e39c6e6d /bfd/elf-vxworks.c | |
parent | cef3348cbd4c55e9d1a9494677588f36673c8429 (diff) | |
download | gdb-0fd6fc207b2f52d752a63c10f47897cf6693bd44.tar.gz |
fix typo in previous commit
Diffstat (limited to 'bfd/elf-vxworks.c')
-rw-r--r-- | bfd/elf-vxworks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-vxworks.c b/bfd/elf-vxworks.c index 27660eb4678..2fcf01253be 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 |