public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
* A little more on the 2.10 COFF problem
@ 1998-10-09  9:49 Mark E.
  0 siblings, 0 replies; only message in thread
From: Mark E. @ 1998-10-09  9:49 UTC (permalink / raw)
  To: gas2

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 <stdio.h>

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/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-10-09  9:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-09  9:49 A little more on the 2.10 COFF problem Mark E.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).