]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*** empty log message ***
authorMichael Meissner <meissner@gcc.gnu.org>
Fri, 10 Apr 1992 22:19:10 +0000 (22:19 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Fri, 10 Apr 1992 22:19:10 +0000 (22:19 +0000)
From-SVN: r723

gcc/mips-tfile.c

index 189f9feb1994a978a09024aaa05a63eb4855f6d9..05021882f7912e7fc6e063c0e0137f6b22d38a2f 100644 (file)
@@ -4369,9 +4369,6 @@ copy_object __proto((void))
           sys_read);
 
 
-  if (orig_file_header.f_flags != 0)
-    fatal ("Non-zero flags encountered in %s filehdr", input_name);
-
   if (orig_file_header.f_nsyms != sizeof (HDRR))
     fatal ("%s symbolic header wrong size (%d bytes, should be %d)",
           input_name, orig_file_header.f_nsyms, sizeof (HDRR));