Skip unknown relocation
[deliverable/binutils-gdb.git] / bfd / elf64-x86-64.c
index 5cbb6fd9ba28d0492fd6820ad3f9a429ab5ca0f0..581ee171773f243ccf952037e91cebf81f275ea1 100644 (file)
@@ -5559,8 +5559,9 @@ bad_return:
     {
       long reloc_index;
 
+      /* Skip unknown relocation.  */
       if (p->howto == NULL)
-       goto bad_return;
+       continue;
 
       if (p->howto->type != R_X86_64_JUMP_SLOT
          && p->howto->type != R_X86_64_IRELATIVE)
This page took 0.024494 seconds and 4 git commands to generate.