From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22558 invoked by alias); 17 Oct 2002 21:11:19 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 22551 invoked from network); 17 Oct 2002 21:11:18 -0000 Received: from unknown (HELO mail-out2.apple.com) (17.254.0.51) by sources.redhat.com with SMTP; 17 Oct 2002 21:11:18 -0000 Received: from mailgate2.apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out2.apple.com (8.11.3/8.11.3) with ESMTP id g9HLBIs01910 for ; Thu, 17 Oct 2002 14:11:18 -0700 (PDT) Received: from scv2.apple.com (scv2.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Thu, 17 Oct 2002 14:11:16 -0700 Received: from apple.com (johada5.apple.com [17.201.20.185]) by scv2.apple.com (8.11.3/8.11.3) with ESMTP id g9HLBFc04847; Thu, 17 Oct 2002 14:11:15 -0700 (PDT) Date: Thu, 17 Oct 2002 15:02:00 -0000 Subject: Re: Problems building GNAT on OS X with top-of-tree Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v546) Cc: Dale Johannesen , gcc@gcc.gnu.org, Geoffrey Keating To: Geert Bosch From: Dale Johannesen In-Reply-To: <4049B0BE-E211-11D6-A8D0-00039344BF4A@gnat.com> Message-Id: Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg01068.txt.bz2 On Thursday, October 17, 2002, at 01:44 PM, Geert Bosch wrote: > ali.s:unknown:Can't emit reloc {- symbol "LSJR827"} @ file address > 30708. > ali.s:unknown:Can't emit reloc {- symbol "LSJR827"} @ file address > 30704. > ali.s:unknown:Undefined local symbol L149$pb > > The piece of assembly in question is: > LSJR827: > mflr r31 > addis r31,r31,ha16(L149$pb-LSJR827) > addi r31,r31,lo16(L149$pb-LSJR827) Actually this looks like it is connected to Geoff's recent patch http://gcc.gnu.org/ml/gcc-patches/2002-09/msg01259.html which introduced the LSJR label. Geoff, is current_function_uses_pic_offset_table not getting set anywhere? That would account for his symptom. (This is probably unrelated to your earlier bug.)