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 | c10564a99efa605e83810da5cdd58af7fe130a0d (patch) | |
tree | ff722bb6c51165aace4911620a93ae04a289dbdb /bfd/elf-vxworks.c | |
parent | 8776bb8aa5a46ecab041559e96d5a10538710275 (diff) | |
download | gdb-c10564a99efa605e83810da5cdd58af7fe130a0d.zip gdb-c10564a99efa605e83810da5cdd58af7fe130a0d.tar.gz gdb-c10564a99efa605e83810da5cdd58af7fe130a0d.tar.bz2 |
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 27660eb..2fcf012 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 |