Subject: Re: Executable file format
To: Ian Dall <DALL@hfrd.dsto.gov.au>
From: Chris G. Demetriou <cgd@postgres.Berkeley.EDU>
List: port-pc532
Date: 05/22/1994 20:08:52
> I've pretty much completed the port of gas2.2 and binutils2.3 for the
> pc532-mach target. I believe this should be compatable for the NetBSD
> people.

Somewhat doubtful, esp. w.r.t. magic numbers; NetBSD uses a magic
number (i.e. a_magic and a_mid combined into one long) that is
in network byte order.  So at least that much would be different.

The magic number and mid have already been for the pc532 for NetBSD;
i suggest you look at NetBSD's <sys/exec.h> for more details.


cgd

------------------------------------------------------------------------------