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: <51499@nigel.ee.udel.edu> Date: 22 Apr 91 12:24:21 GMT Sender: mmdf@ee.udel.edu Lines: 13 a 'real' GNU a.out --> ACK a.out conversion program is a mess since GU supports text/data/bss, whereas ACK has a section concept. While this makes a ACK --> GNU converter impossible (imagine the .rom secton), with some definitions text segment --> section called .text data segment --> section called .data bss segment --> section called .bss and an extra (empty) section .rom such a converter might be possible, but I see no application. C.v.W.