From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mark E." To: gas2@cygnus.com Subject: A little more on the 2.10 COFF problem Date: Fri, 09 Oct 1998 09:49:00 -0000 Message-id: <199810091648.QAA53554@out5.ibm.net> X-SW-Source: 1998/msg00239.html Setup: DJGPP (COFF) and with binutils sources 2.9.1 & Oct 8 2.10 snapshot. The problem is that while the 2.10 snapshot generates object files of the exact same length as 2.9, the 2.10 object file is different despite using the same input file. I don't think there's supposed to a difference in object files produces by such a simple program: #include int main() { printf("Hello World!\n"); return 0; } And the program generated by the 2.10's as.exe and ld.exe doesn't run either. When compiling 2.10 with 2.10 exe's, object file warnings appear that didn't when 2.10 is compiled with 2.9. If someone could confirm what I'm pointing out, I'd much appreciate it, thanks. Mark -- Mark E. snowball3@usa.net http://members.xoom.com/snowball3/