PR linker/5099
[deliverable/binutils-gdb.git] / bfd / elf32-vax.c
index 5f3fffa4cc98f73148a5b0d600bcf0923a9294d6..69dbdcda64c05cbc6fa360c3bb098d1947aa4fe1 100644 (file)
@@ -821,7 +821,9 @@ elf_vax_check_relocs (bfd *abfd, struct bfd_link_info *info, asection *sec,
          /* This relocation describes which C++ vtable entries are actually
             used.  Record for later use during GC.  */
        case R_VAX_GNU_VTENTRY:
-         if (!bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
+         BFD_ASSERT (h != NULL);
+         if (h != NULL
+             && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
            return FALSE;
          break;
 
This page took 0.023276 seconds and 4 git commands to generate.