From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26468 invoked by alias); 27 Nov 2011 20:46:41 -0000 Received: (qmail 26460 invoked by uid 22791); 27 Nov 2011 20:46:40 -0000 X-SWARE-Spam-Status: No, hits=-7.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_GD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 27 Nov 2011 20:46:21 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pARKkJsB024699 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 27 Nov 2011 15:46:19 -0500 Received: from host1.jankratochvil.net (ovpn-116-40.ams2.redhat.com [10.36.116.40]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id pARKkDkx011223 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 27 Nov 2011 15:46:17 -0500 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id pARKkBhf014643; Sun, 27 Nov 2011 21:46:11 +0100 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id pARKkAiP014641; Sun, 27 Nov 2011 21:46:10 +0100 Date: Sun, 27 Nov 2011 20:46:00 -0000 From: Jan Kratochvil To: Tom Tromey Cc: Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: RFA: manual updates for c++ Message-ID: <20111127204609.GB4606@host1.jankratochvil.net> References: <838vnngj7b.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2011-11/txt/msg00743.txt.bz2 On Fri, 11 Nov 2011 16:00:01 +0100, Tom Tromey wrote: > >>>>> "Eli" == Eli Zaretskii writes: > > >> Both -gstabs+ and -gdwarf-2 are obsolete nowadays > > Eli> On most platforms, but not on all of them. It's true that -gdwarf-2 > Eli> is the default, though. > > No, -gdwarf-3 is the default. Someday it will be -gdwarf-4. -gdwarf-2 > really is obsolete, FSF GCC gcc (GCC) 4.7.0 20111127 (experimental) still has -gdwarf-2 as the default. Fedora GCCs have now -gdwarf-4 (with -fno-debug-types-section now) as the default. (Your doc change is not affected by this.) Regards, Jan