From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20170 invoked by alias); 31 Mar 2009 07:01:03 -0000 Received: (qmail 20088 invoked by uid 22791); 31 Mar 2009 07:01:03 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f157.google.com (HELO mail-ew0-f157.google.com) (209.85.219.157) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 31 Mar 2009 07:00:58 +0000 Received: by ewy1 with SMTP id 1so2322779ewy.8 for ; Tue, 31 Mar 2009 00:00:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.26.206 with SMTP id c56mr1336556wea.45.1238482855222; Tue, 31 Mar 2009 00:00:55 -0700 (PDT) In-Reply-To: <8502af3c0903302351m3c8912ddj8db32ff56947d6d3@mail.gmail.com> References: <7238340b0903302319u1a887a8bq53fcfad8953dce8e@mail.gmail.com> <8502af3c0903302351m3c8912ddj8db32ff56947d6d3@mail.gmail.com> Date: Tue, 31 Mar 2009 07:01:00 -0000 Message-ID: <7238340b0903310000i6034b1d3r240e1a510ff01af3@mail.gmail.com> Subject: Re: error while x-compiling libgcc2.c From: ganesh gopalasubramanian To: Florent DEFAY Cc: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2009-03/txt/msg00396.txt.bz2 Hi Florent, The GTU, LTU, GEU, LEU comparisons are implemented. The "GO_IF_LEGITIMATE_ADDRESS" is also there. We tried building the libraries using the make script and it ended up with the error. For debugging we compiled the file (libgcc2.c) in the path and it went on fine. Any idea about this situation? On Tue, Mar 31, 2009 at 12:21 PM, Florent DEFAY wrote: > Hi Ganesh, > > 2009/3/31 ganesh gopalasubramanian : >> Hi Florent, >> >> I am facing the problem too. How did u sort that out? > > In my case, there were several problems. > > First, I did not implement unsigned comparisons. Indeed, GTU, LTU, > GEU, LEU seem necessary to compile muldi3. > If you have already implement them, then something else could be > missing in the machine description. > Then came other errors but with error messages about RTL mismatching, > so easier to deal with. On top of all, I had a > bug in the GO_IF_LEGITIMATE_ADDRESS. > > I hope it could help. Please keep me informed. > > Regards. > > Florent >