fix typo in previous commit
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 11 Apr 2007 14:36:33 +0000 (14:36 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Wed, 11 Apr 2007 14:36:33 +0000 (14:36 +0000)
bfd/elf-vxworks.c

index 27660eb4678d2e20643fb2a3e4989d75d4b0b00e..2fcf01253bed2ab8a613c2764a5543314719c8b9 100644 (file)
@@ -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
This page took 0.024655 seconds and 4 git commands to generate.