Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!labrea!Portia!gilham From: gilham@Portia.Stanford.EDU (fred gilham) Newsgroups: comp.sys.amiga Subject: a68k, BSS directive Summary: Does the BSS directive in the new a68k work? Keywords: a68k, pdc Message-ID: <918@Portia.Stanford.EDU> Date: 15 Mar 89 19:59:28 GMT Sender: fred gilham Reply-To: gilham@Portia.UUCP (fred gilham) Organization: Stanford University Lines: 19 References: The new a68k (version 2.42) that came over comp.binary.amiga recently seems to have problems with the BSS directive. At least, when I tried it on the output from the c compiler on fish 110 (compiled sieve.c), then linked it and tried to run it, I got "unable to load -- not an object file" from the cli. I tried it with the old version of a68k that I had (1.02 I think) and everything worked fine. The problem seemed to be that the BSS directive was being screwed up somehow, since the working file was about 8k long (though this seems wrong too! -- doesn't BSS mean that you don't have to include the actual data, just allocate memory?) and the non-working file was much shorter. So maybe both versions are screwing up and the old one just happens to do something useful, though wrong? Besides this, the new a68k is great! I mostly use it for assembly programming, and it is much faster on the files I've tried it on. (I also read a while back that there was something wrong with the CHIP and FAST arguments to the section directives. Do these work now? - I suppose I could just try them myself...) -Fred Gilham gilham@portia.stanford.edu