Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elf32-metag.c
index 6d48c8c988f5da798ae6dffaba4fd338d4b5a44c..f68f9dca6f80098f498c043b89fa940b0d1af4c1 100644 (file)
@@ -2374,9 +2374,7 @@ elf_metag_check_relocs (bfd *abfd,
          /* This relocation describes which C++ vtable entries are actually
             used.  Record for later use during GC.  */
        case R_METAG_GNU_VTENTRY:
-         BFD_ASSERT (hh != NULL);
-         if (hh != NULL
-             && !bfd_elf_gc_record_vtentry (abfd, sec, &hh->eh, rel->r_addend))
+         if (!bfd_elf_gc_record_vtentry (abfd, sec, &hh->eh, rel->r_addend))
            return FALSE;
          break;
        }
This page took 0.025805 seconds and 4 git commands to generate.