From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8152 invoked by alias); 10 Jun 2003 15:14:25 -0000 Mailing-List: contact cgen-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sources.redhat.com Received: (qmail 8061 invoked from network); 10 Jun 2003 15:14:23 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 10 Jun 2003 15:14:23 -0000 Received: from toenail.toronto.redhat.com (toenail.toronto.redhat.com [172.16.14.211]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 639F480001E; Tue, 10 Jun 2003 11:14:23 -0400 (EDT) Received: from toenail.toronto.redhat.com (IDENT:fche@localhost [127.0.0.1]) by toenail.toronto.redhat.com (8.12.8/8.12.5) with ESMTP id h5AFENoM013853; Tue, 10 Jun 2003 11:14:23 -0400 Received: (from fche@localhost) by toenail.toronto.redhat.com (8.12.8/8.12.8/Submit) id h5AFEMto013851; Tue, 10 Jun 2003 11:14:23 -0400 Date: Tue, 10 Jun 2003 15:14:00 -0000 From: "Frank Ch. Eigler" To: Jan Zizka Cc: cgen@sources.redhat.com Subject: Re: Insns with similar mnemonics Message-ID: <20030610151422.GA13073@redhat.com> References: <20030610112137.24146.qmail@web41511.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline In-Reply-To: <20030610112137.24146.qmail@web41511.mail.yahoo.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2003-q2/txt/msg00087.txt.bz2 --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 496 Hi - > [...] > move x:(r0+symbol1),x0 > move x:symbol2,x0 > [...] We have had several cgen ports, some of them public, where parentheses were part of the assembly operand syntax. They work fine. You may need to add this line in gas/config/tc-TARGET.h to help out: /* [...] uses '(' and ')' as punctuation in addressing mode syntax. */ #define RELAX_PAREN_GROUPING Dave is right about there being some order-sensitive effects in cgen inputs, but I prefer to avoid relying on them. - FChE --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature Content-Disposition: inline Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+5fXOVZbdDOm/ZT0RAjO1AJ9fSpKu1Rb+XFEtzRYbzPCQnI6tmgCfUwrJ yWsM3YMsjTVM4daWhms96Ho= =lnbO -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g--