Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!ICAEN.UIOWA.EDU!dbfunk From: dbfunk@ICAEN.UIOWA.EDU (David B Funk) Newsgroups: comp.sys.apollo Subject: Re coff2bsd converter Message-ID: <8906210710.AA00547@icaen.uiowa.edu> Date: 21 Jun 89 07:04:23 GMT Sender: usenet@ucbvax.BERKELEY.EDU Organization: Iowa Computer Aided Engineering Network, University of Iowa Lines: 17 WRT posting <650@wrs.UUCP> > I'm working on a COFF to a.out (BSD) converter. > Does such a beast already exist? > I did a "coffdump -v -r -h -t file.o" and I see: > [ stuff deleted ] > > Do I have to worry about the .rwdi section? .inlib? .sri? > This is on a SR10 3500 -- obviously the resulting object module > is for a different machine & OS. For info on what all the various sections are and how to interpret them, look at the manual: "Domain/OS Programming Environment Reference" (011010-A00). Chaper 14 has the coff info and you might be interested in chapters 13 & 15. Dave Funk