From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20592 invoked by alias); 30 Sep 2002 15:41:15 -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 20585 invoked from network); 30 Sep 2002 15:41:14 -0000 Received: from unknown (HELO boden.synopsys.com) (204.176.20.19) by sources.redhat.com with SMTP; 30 Sep 2002 15:41:14 -0000 Received: from mother.synopsys.com (mother.synopsys.com [146.225.100.171]) by boden.synopsys.com (Postfix) with ESMTP id 60BC1E70F; Mon, 30 Sep 2002 08:41:14 -0700 (PDT) Received: from fr02.synopsys.com (localhost [127.0.0.1]) by mother.synopsys.com (8.9.1/8.9.1) with ESMTP id IAA24440; Mon, 30 Sep 2002 08:40:34 -0700 (PDT) Received: from michaelclap (localhost [127.0.0.1]) by fr02.synopsys.com (8.9.1/8.9.1) with SMTP id RAA11760; Mon, 30 Sep 2002 17:41:03 +0200 (MET DST) From: "Michael Chapman" To: "Frank Ch. Eigler" Cc: Subject: RE: Help: 'unresolved expression that must be resolved' Date: Mon, 30 Sep 2002 08:41:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal In-Reply-To: <20020930110427.E28047@redhat.com> X-SW-Source: 2002-q3/txt/msg00088.txt.bz2 Hi, Thanks. It was the gas/config/tc-TARGET I had forgotten all about. I see kind of how that adds up now. Lets see if I can make that work. Thanks for your help. Mike -----Original Message----- From: Frank Ch. Eigler [mailto:fche@redhat.com] Sent: Monday, 30 September, 2002 17:04 To: Michael Chapman Cc: cgen@sources.redhat.com Subject: Re: Help: 'unresolved expression that must be resolved' Hi - On Mon, Sep 30, 2002 at 04:54:03PM +0200, Michael Chapman wrote: > So how do I get a relocation type in their? You need to do some gas/bfd hacking outside cgen's purview. See gas/config/tc-TARGET, bfd/elf*-TARGET, include/elf/TARGET*, etc. All hand-made, I'm afraid. - FChE