gdbarch: add instruction predicate methods
[deliverable/binutils-gdb.git] / bfd / elflink.c
index 6fa62f9b0bec20106c3f7fa50c4d33b42c9607ce..7dcafd67f1e1c2e2c90c16cda96be6ca96642795 100644 (file)
@@ -1437,7 +1437,10 @@ _bfd_elf_merge_symbol (bfd *abfd,
       if (!(oldbfd != NULL
            && (oldbfd->flags & BFD_PLUGIN) != 0
            && (abfd->flags & BFD_PLUGIN) == 0))
-       *skip = TRUE;
+       {
+         newdef = FALSE;
+         *skip = TRUE;
+       }
 
       /* Merge st_other.  If the symbol already has a dynamic index,
         but visibility says it should not be visible, turn it into a
This page took 0.027038 seconds and 4 git commands to generate.