Commit ebf9e246 by Michael Meissner

*** empty log message ***

From-SVN: r723
parent 1b1f6d27
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment