Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!mmdf From: Christoph van Wuellen Newsgroups: comp.os.minix Subject: Re: gcc a.out formatg -> ACK a.out format Message-ID: <51498@nigel.ee.udel.edu> Date: 22 Apr 91 12:24:02 GMT Sender: mmdf@ee.udel.edu Lines: 13 I have a GNU a.out --> ST MINIX outmix.h format translator which translates binaries. Of course, the GNU binaries must be relocatable, and the GEMDOS relocation table is generated. I designed this module for use with the GNU linker (i.e. the ld exec's the conversion program as a last step or simply calls this module). I have also tried to implement this to work on-file. Text and Data need not be copied then because the headers are (incidentally) equally long. But since the files become shorter and MINIX lacks a ftruncate call, thie produces much junk on disk. C.v.W.