Xref: utzoo gnu.utils.bug:151 gnu.gcc.bug:678 Path: utzoo!telly!attcan!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!tinman.cis.ohio-state.edu!bob From: bob@tinman.cis.ohio-state.edu (Bob Sutterfield) Newsgroups: gnu.utils.bug,gnu.gcc.bug Subject: Re: GAS doesn't recognize ".single" generated by GCC Message-ID: Date: 20 Feb 89 15:15:15 GMT References: <1880@cps3xx.UUCP> Sender: news@tut.cis.ohio-state.edu Followup-To: gnu.utils.bug Organization: The Ohio State University Dept of Computer & Information Science Lines: 9 In-reply-to: rang@cpsin3.cps.msu.edu's message of 17 Feb 89 18:35:45 GMT In article <1880@cps3xx.UUCP> rang@cpsin3.cps.msu.edu (Anton Rang) writes: Sun-3/280, SunOS 3.4, gcc 1.33, gas 1.25 ("I guess"). Compiling the following program causes GCC to output a ".single" directive. This is recognized by Sun's compiler, but not by the GNU assembler (unless there's a later version). Yes, there's a later version. Get gas 1.28 (I guess), which groks .single in the same way that gcc 1.33 thinks it will.