From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3524 invoked by alias); 17 Oct 2004 18:12:06 -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 3508 invoked from network); 17 Oct 2004 18:12:04 -0000 Received: from unknown (HELO blount.mail.mindspring.net) (207.69.200.226) by sourceware.org with SMTP; 17 Oct 2004 18:12:04 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by blount.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1CJFVi-0002vF-00; Sun, 17 Oct 2004 14:12:02 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 89EA44B102; Sun, 17 Oct 2004 14:12:05 -0400 (EDT) Date: Sun, 17 Oct 2004 18:12:00 -0000 From: Michael Chastain To: eliz@gnu.org, dan@debian.org Subject: [rfc/NEWS] GDB works with GCC -feliminate-dwarf2-dups. Cc: gdb-patches@sources.redhat.com Message-ID: <4172B5F4.nailMEV1154GO@mindspring.com> 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/msg00299.txt.bz2 This looks like NEWS to me. Daniel, did I get the details right? Eli, is this okay? === 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:07: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,12 ---- What has changed in GDB? (Organized release by release) ! *** Changes since GDB 6.2.1: ! ! * GDB works with GCC -feliminate-dwarf2-dups ! ! GDB now works with programs compiled with -feliminate-dwarf2-dups. ! You must use GCC 3.3.4 or later to use this option. *** Changes in GDB 6.2.1: