From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15003 invoked by alias); 29 Apr 2004 15:58:57 -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 14961 invoked from network); 29 Apr 2004 15:58:55 -0000 Received: from unknown (HELO mail.johnrshannon.com) (69.20.159.165) by sources.redhat.com with SMTP; 29 Apr 2004 15:58:55 -0000 Received: from localhost (localhost [127.0.0.1]) by mail.johnrshannon.com (Postfix) with ESMTP id 041AD17513 for ; Thu, 29 Apr 2004 09:58:54 -0600 (MDT) Received: from mail.johnrshannon.com ([127.0.0.1]) by localhost (mail.johnrshannon.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06435-03 for ; Thu, 29 Apr 2004 09:58:52 -0600 (MDT) Received: from laptop.wifiNet1.johnrshannon.com (laptop.wifiNet1.johnrshannon.com [192.168.1.22]) by mail.johnrshannon.com (Postfix) with ESMTP id EA09E1748E for ; Thu, 29 Apr 2004 09:58:51 -0600 (MDT) Received: by laptop.wifiNet1.johnrshannon.com (Postfix, from userid 1000) id 9A99F12119; Thu, 29 Apr 2004 09:58:48 -0600 (MDT) From: "John R. Shannon" Reply-To: john@johnrshannon.com Organization: johnrshannon.com To: gcc@gcc.gnu.org Subject: Re: ACATS Date: Thu, 29 Apr 2004 17:11:00 -0000 User-Agent: KMail/1.6 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200404290958.47622.john@johnrshannon.com> X-SW-Source: 2004-04/txt/msg01393.txt.bz2 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thank you. I have a case of '.L124' being reference where it should be=20 '.L123'. On Thursday 29 April 2004 6:45 am, Dave Korn wrote: > > -----Original Message----- > > From: gcc-owner On Behalf Of John R. Shannon > > Sent: 29 April 2004 13:20 > > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > I'm sorry, but I don't understand your reply. > > > > On Thursday 29 April 2004 6:13 am, Dave Korn wrote: > > > > -----Original Message----- > > > > From: gcc-owner On Behalf Of John R. Shannon > > > > Sent: 29 April 2004 13:09 > > > > To: gcc@gcc.gnu.org > > > > Subject: ACATS > > > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > Hash: SHA1 > > > > > > > > Could someone please point me in the right direction in > > > > chasing down undefined > > > > references to `.LC124' and `.LC93' in gnatlink? Off-hand, I > > > > don't see where > > > > the references come from. > > > > > > --save-temps > > Run your compiles with --save-temps on the command line. That'll save the > generated assembler files. Any label beginning ".LC" is a local label > (usually a string constant or switch..case jump table); that is, it should > be both defined and referred to in the same file. You should be able to > see if gcc is generating the wrong label in the reference, or is forgetti= ng > to output the label definition in front of the object it refers to, or if > they look valid but there's some accident perhaps to do with what section > they end up in that's confusing the link. > > > cheers, > DaveK - --=20 John R. Shannon john@johnrshannon.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (NetBSD) iEYEARECAAYFAkCRJjYACgkQOKbCxya4HYtpIACfUTUzhWscVfbX/YEop64T0C1I wMwAn1H9NvsQkjinPBAIO98QeRulZrkE =3DWUjM -----END PGP SIGNATURE-----