* Makefile.in: Get header files from libgloss/mn10300/sys.
[deliverable/binutils-gdb.git] / bfd / coffgen.c
index 3d7e85a0351443ecc38d79ff9e566e7575d2f308..74414a15927203d83f3fa2dc5c15df289e6a3852 100644 (file)
@@ -290,11 +290,6 @@ coff_object_p (abfd)
       bfd_coff_swap_aouthdr_in (abfd, opthdr, (PTR) & internal_a);
     }
 
-  /* Seek past the opt hdr stuff */
-  if (bfd_seek (abfd, (file_ptr) (internal_f.f_opthdr + filhsz), SEEK_SET)
-      != 0)
-    return NULL;
-
   return coff_real_object_p (abfd, nscns, &internal_f,
                             (internal_f.f_opthdr != 0
                              ? &internal_a
This page took 0.023011 seconds and 4 git commands to generate.