From patchwork Wed Aug 6 01:26:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yao Qi X-Patchwork-Id: 2307 Received: (qmail 10657 invoked by alias); 6 Aug 2014 01:30:00 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 10638 invoked by uid 89); 6 Aug 2014 01:29:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 06 Aug 2014 01:29:54 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1XEq34-0002ny-J1 from Yao_Qi@mentor.com ; Tue, 05 Aug 2014 18:29:50 -0700 Received: from SVR-ORW-FEM-02.mgc.mentorg.com ([147.34.96.206]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 5 Aug 2014 18:29:50 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server id 14.2.247.3; Tue, 5 Aug 2014 18:28:44 -0700 Message-ID: <53E18429.3060703@codesourcery.com> Date: Wed, 6 Aug 2014 09:26:01 +0800 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Jan Kratochvil CC: , Subject: Re: Incorrect placement of babeltrace gdb/NEWS item [Re: [PATCH v3 00/15] CTF Support] References: <1362800844-27940-1-git-send-email-yao@codesourcery.com> <516534A6.4060801@codesourcery.com> <20140804185926.GA29137@host2.jankratochvil.net> In-Reply-To: <20140804185926.GA29137@host2.jankratochvil.net> X-IsSubscribed: yes On 08/05/2014 02:59 AM, Jan Kratochvil wrote: > This addition is in section: > *** Changes in GDB 7.6 > while it is a change in gdb-7.7 so it should be moved higher in the NEWS file > I think to the section: > *** Changes in GDB 7.7 Er, the news entry was added in the wrong section. > > Moreover there seems to be missing an empty line delimiter for it. Here is the patch to fix it. diff --git a/gdb/NEWS b/gdb/NEWS index d603cf7..91fda7b 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -465,6 +465,12 @@ qXfer:libraries-svr4:read's annex The "set remotebaud" and "show remotebaud" commands are still available to provide backward compatibility with older versions of GDB. +* New configure options + +--with-babeltrace/--with-babeltrace-include/--with-babeltrace-lib + This configure option allows the user to build GDB with + libbabeltrace using which GDB can read Common Trace Format data. + *** Changes in GDB 7.6 * Target record has been renamed to record-full. @@ -576,9 +582,6 @@ Tilera TILE-Gx GNU/Linux tilegx*-*-linux Release versions, on the other hand, are built without -lmcheck by default. The --enable-libmcheck/--disable-libmcheck configure options allow the user to override that default. ---with-babeltrace/--with-babeltrace-include/--with-babeltrace-lib - This configure option allows the user to build GDB with - libbabeltrace using which GDB can read Common Trace Format data. * New commands (for set/show, see "New options" below)