From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 347 invoked by alias); 4 May 2004 17:09:17 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 332 invoked from network); 4 May 2004 17:09:17 -0000 Received: from unknown (HELO biscayne-one-station.mit.edu) (18.7.7.80) by sources.redhat.com with SMTP; 4 May 2004 17:09:17 -0000 Received: from manawatu-mail-centre.mit.edu (MANAWATU-MAIL-CENTRE.MIT.EDU [18.7.7.71]) by biscayne-one-station.mit.edu (8.12.4/8.9.2) with ESMTP id i44H98iF018596; Tue, 4 May 2004 13:09:08 -0400 (EDT) Received: from all-night-tool.mit.edu (ALL-NIGHT-TOOL.MIT.EDU [18.7.16.70]) (authenticated bits=56) (User authenticated as nathanw@ATHENA.MIT.EDU) by manawatu-mail-centre.mit.edu (8.12.4/8.12.4) with ESMTP id i44H97Rv017252; Tue, 4 May 2004 13:09:07 -0400 (EDT) Received: (from nathanw@localhost) by all-night-tool.mit.edu (8.12.9) id i44H96Lk029229; Tue, 4 May 2004 13:09:06 -0400 (EDT) To: Andrew Cagney Cc: Michael Elizabeth Chastain , ezannoni@redhat.com, gdb@sources.redhat.com, jimb@redhat.com Subject: Re: Phasing out Dwarf 1? References: <20040503155621.CF3194B104@berman.michael-chastain.com> <4097B8C6.10805@gnu.org> From: "Nathan J. Williams" Organization: Wasabi Systems, Inc. Date: Tue, 04 May 2004 17:09:00 -0000 In-Reply-To: <4097B8C6.10805@gnu.org> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-05/txt/msg00025.txt.bz2 Andrew Cagney writes: > (we might also determine that such systems require an ISO-C compiler > (e.g., GCC) to build GDB and hence argue that GDB can assume dwarf-2 > is present.) This seems like a poor argument. The availibility and suitability of modern GCC for building GDB does not imply that modern GCC will be suitable for building the application to be debugged. - Nathan