From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16446 invoked by alias); 3 Aug 2016 14:49:14 -0000 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 Received: (qmail 16432 invoked by uid 89); 3 Aug 2016 14:49:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=opportunity, news X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 03 Aug 2016 14:49:13 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 096A54E329 for ; Wed, 3 Aug 2016 14:49:12 +0000 (UTC) Received: from cascais.lan (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u73EnA62025586 for ; Wed, 3 Aug 2016 10:49:11 -0400 From: Pedro Alves To: gdb-patches@sourceware.org Subject: [PATCH+7.12 0/1] gdb/NEWS: Mention C++ is now the default Date: Wed, 03 Aug 2016 14:49:00 -0000 Message-Id: <1470235750-14321-1-git-send-email-palves@redhat.com> X-SW-Source: 2016-08/txt/msg00058.txt.bz2 I noticed that the 7.12 NEWS does not mention yet that C++ is now the default. Might be a good idea to mention it, and suggest how to fall back to C, if necessary, taking the opportunity to warn that the option will be removed in the future. Follows a patch for that. OK? Pedro Alves (1): gdb/NEWS: Mention C++ is now the default gdb/NEWS | 7 +++++++ 1 file changed, 7 insertions(+) -- 2.5.5