From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludovic.courtes@laas.fr (=?iso-8859-1?q?Ludovic_Court=E8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: Fetch-and-store for PowerPC... and more! Date: Thu, 17 Mar 2005 09:29:28 +0100 Organization: LAAS-CNRS Message-ID: <87k6o6ad5j.fsf@laas.fr> References: <87wts8rn7b.fsf@laas.fr> <87br9j895c.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1111049777 30690 80.91.229.2 (17 Mar 2005 08:56:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2005 08:56:17 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Mar 17 09:56:17 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DBqnc-0002Fm-HJ for guile-user@m.gmane.org; Thu, 17 Mar 2005 09:56:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBr3r-000527-Nw for guile-user@m.gmane.org; Thu, 17 Mar 2005 04:12:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DBqzm-00034w-J5 for guile-user@gnu.org; Thu, 17 Mar 2005 04:08:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DBqzj-000345-KA for guile-user@gnu.org; Thu, 17 Mar 2005 04:08:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBqzO-0002g5-0h for guile-user@gnu.org; Thu, 17 Mar 2005 04:08:22 -0500 Original-Received: from [140.93.0.15] (helo=laas.laas.fr) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DBqNM-00072i-F9 for guile-user@gnu.org; Thu, 17 Mar 2005 03:29:04 -0500 Original-Received: by laas.laas.fr (8.13.1/8.13.1) with SMTP id j2H8SwET025758; Thu, 17 Mar 2005 09:29:00 +0100 (CET) Original-To: Kevin Ryde X-URL: http://www.laas.fr/~lcourtes/ X-Revolutionary-Date: 27 =?iso-8859-1?q?Vent=F4se_an_213_de_la_R=E9volution?= X-PGP-Key-ID: 0xEB1F5364 X-PGP-Key: http://www.laas.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: powerpc-unknown-linux-gnu In-Reply-To: <87br9j895c.fsf@zip.com.au> (Kevin Ryde's message of "Thu, 17 Mar 2005 10:26:39 +1100") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) X-Spam-Score: 0.496 () MAILTO_TO_SPAM_ADDR X-Scanned-By: MIMEDefang at CNRS-LAAS X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org X-MailScanner-To: guile-user@m.gmane.org Xref: news.gmane.org gmane.lisp.guile.user:4291 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4291 Hi, Kevin Ryde writes: > I think "1:" is a gas-ism, it might not work on aix and macos. But > dunno if guile actually runs at all on those systems at the moment. Well, the GAS documentation doesn't mention any syntax incompatibilities in the `PPC-Dependent' node, so I don't know whether this is really is a GAS-ism. >> + : "=&r" (fet) \ >> + : "r" (mem), "r" (sto)); \ > > I think "mem" should be in the outputs too, since it's changed. I don't think so since `mem', as an address, isn't changed. However, the Glibc implementation rightfully adds the following list of clobbered registers: : "cr0", "memory" (`cr0' is being modified by `stwcx.' while `memory' denotes the reservation bit I guess). This should be added to the patch I sent. Thanks, Ludovic. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user