From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14648 invoked by alias); 29 Apr 2003 08:07:44 -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 14640 invoked from network); 29 Apr 2003 08:07:43 -0000 Received: from unknown (HELO web41510.mail.yahoo.com) (66.218.93.93) by sources.redhat.com with SMTP; 29 Apr 2003 08:07:43 -0000 Message-ID: <20030429080743.51216.qmail@web41510.mail.yahoo.com> Received: from [213.243.169.136] by web41510.mail.yahoo.com via HTTP; Tue, 29 Apr 2003 01:07:43 PDT Date: Tue, 29 Apr 2003 08:07:00 -0000 From: Jan Zizka Subject: Using symbols in insn operands To: cgen@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-q2/txt/msg00015.txt.bz2 Hi, I have a slight problem with my gas port to DSP56800. I can't figure out how to make gas compiler lookup for defined symbols in operand fields without substatial effort. For example if I have .equ GPIOA_BASE,$0FB0 move x:GPIOA_BASE,y0 then it won't work because the insn field is defined as h-uint and it will expect a number. I wasn't able to findout how this is supposed to work in GAS/CGEN. Of course I can use cpp, which I actually do now, but I think that that's not right. Thanks Jan Zizka