Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 1998 21:40:03 +0000 (GMT)
From:      Terry Lambert <tlambert@primenet.com>
To:        peter@netplex.com.au (Peter Wemm)
Cc:        luoqi@watermarkgroup.com, alk@pobox.com, current@FreeBSD.ORG
Subject:   Re: as chokes on cc output
Message-ID:  <199805162140.OAA12522@usr02.primenet.com>
In-Reply-To: <199805161520.XAA04364@spinner.netplex.com.au> from "Peter Wemm" at May 16, 98 11:20:31 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> > These are i387 instructions. The problem is that gas doesn't know fxch is
> > a shorthand for fxch %st(1). Just add the parameter %st(1), like
> > 	__asm__("fldln2; fxch %st(1); fyl2x");
> 
> Is the original line gcc generated code or an inline asm statement?  If gcc
> generated it, it should be a simple fix..

You mean "a simple fix to gas", right?  8-) 8-).


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805162140.OAA12522>