From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15021 invoked by alias); 15 Apr 2009 19:31:27 -0000 Received: (qmail 14996 invoked by uid 22791); 15 Apr 2009 19:31:25 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Apr 2009 19:31:19 +0000 Received: (qmail 16192 invoked from network); 15 Apr 2009 19:31:17 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 15 Apr 2009 19:31:17 -0000 From: Pedro Alves To: gdb-patches@sourceware.org, Eli Zaretskii Subject: Re: DWARF-related warnings in DJGPP build of GDB Date: Wed, 15 Apr 2009 19:31:00 -0000 User-Agent: KMail/1.9.10 Cc: Joel Brobecker References: <834owqmdli.fsf@gnu.org> <20090415162242.GC7585@adacore.com> <83k55llnv6.fsf@gnu.org> In-Reply-To: <83k55llnv6.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904152031.20517.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00345.txt.bz2 On Wednesday 15 April 2009 20:26:37, Eli Zaretskii wrote: > > It could be the compiler emitting wrong debugging info, or the > > assembler/linker toolchain that screws up. > > I will try to upgrade to newer Binutils and to GCC 3.4.4, and see if > that helps. ^^^^^ Interesting, is there a reason to stay with the gcc 3 series on DJGPP? I was using DJGPP gcc 4.2.3 last time I tried DJGPP (it's on the wiki), and it was a prebuilt binary. I don't remember if I saw those dwarf issues. May be worth giving that a shot too. -- Pedro Alves