From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22490 invoked by alias); 17 Oct 2004 18:53:08 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22140 invoked from network); 17 Oct 2004 18:52:57 -0000 Received: from unknown (HELO mclean.mail.mindspring.net) (207.69.200.57) by sourceware.org with SMTP; 17 Oct 2004 18:52:57 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by mclean.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1CJG97-0001Bc-00; Sun, 17 Oct 2004 14:52:45 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 0A0A04B102; Sun, 17 Oct 2004 14:52:37 -0400 (EDT) Date: Sun, 17 Oct 2004 18:53:00 -0000 From: Michael Chastain To: eliz@gnu.org, dan@debian.org Subject: Re: [rfc/NEWS] GDB works with GCC -feliminate-dwarf2-dups. Cc: gdb-patches@sources.redhat.com Message-ID: <4172BF74.nailMK41WRWF5@mindspring.com> References: <4172B5F4.nailMEV1154GO@mindspring.com> <20041017183143.GA22628@nevyn.them.org> In-Reply-To: <20041017183143.GA22628@nevyn.them.org> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00301.txt.bz2 I want to re-arrange this a little so that GCC comes before commercial compilers. How's this? 2004-10-17 Michael Chastain * NEWS: GDB works with GCC -feliminate-dwarf2-dups. Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.161 diff -c -3 -p -r1.161 NEWS *** NEWS 12 Aug 2004 21:44:19 -0000 1.161 --- NEWS 17 Oct 2004 18:50:34 -0000 *************** *** 1,7 **** What has changed in GDB? (Organized release by release) ! *** Changes since GDB 6.2: *** Changes in GDB 6.2.1: --- 1,15 ---- What has changed in GDB? (Organized release by release) ! *** Changes since GDB 6.2.1: ! ! * GDB works with GCC -feliminate-dwarf2-dups ! ! GDB now supports a more compact representation of DWARF-2 debug ! information using DW_FORM_ref_addr references. These are produced ! by GCC with the option -feliminate-dwarf2-dups and also by some ! commercial compilers. With GCC, you must use GCC 3.3.4 or later ! to use this option. *** Changes in GDB 6.2.1: