Path: utzoo!utgpu!water!watmath!uunet!bu-cs!bloom-beacon!tut.cis.ohio-state.edu!WHEATIES.AI.MIT.EDU!randy From: randy@WHEATIES.AI.MIT.EDU Newsgroups: gnu.gcc.bug Subject: Re: Problems with gcc and '-mfpa' option Message-ID: <8810251632.AA13347@hobbes.ai.mit.edu> Date: 25 Oct 88 02:32:28 GMT References: <8810250102.AA14633@alchemy.mcs.clarkson.edu> Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 14 Your problem is the asm on line 70. It uses the m68881 coprocessor, and you cannot use both the fpa and the 68881 together under gcc. (This decision was made when I was doing the port. It is *somewhat* arbitrary, and fully explained in the m68k.md file. The asm you use is the first good reason I've seen not to do it my way). If someone wants to make the necessary changes to m68k.md to allow use of the fpa and the 68881 together, that would be wonderful. However, I'm probably not going to be that person. See m68k.md for more details. -- Randy randy@wheaties.ai.mit.edu