From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12055 invoked by alias); 4 Aug 2014 18:59:36 -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 12030 invoked by uid 89); 4 Aug 2014 18:59:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 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; Mon, 04 Aug 2014 18:59:34 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s74IxUrg016914 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 4 Aug 2014 14:59:30 -0400 Received: from host2.jankratochvil.net (ovpn-116-57.ams2.redhat.com [10.36.116.57]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s74IxQjl012030 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Mon, 4 Aug 2014 14:59:29 -0400 Date: Mon, 04 Aug 2014 18:59:00 -0000 From: Jan Kratochvil To: Yao Qi Cc: gdb-patches@sourceware.org, eliz@gnu.org Subject: Incorrect placement of babeltrace gdb/NEWS item [Re: [PATCH v3 00/15] CTF Support] Message-ID: <20140804185926.GA29137@host2.jankratochvil.net> References: <1362800844-27940-1-git-send-email-yao@codesourcery.com> <516534A6.4060801@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <516534A6.4060801@codesourcery.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00042.txt.bz2 On Wed, 10 Apr 2013 11:45:10 +0200, Yao Qi wrote: > diff --git a/gdb/NEWS b/gdb/NEWS > index 6f202e2..86716e0 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -135,6 +135,9 @@ 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) > https://sourceware.org/git/?p=binutils-gdb.git;a=blobdiff;f=gdb/NEWS;h=86716e0f866250bed8542bf3af9ca5fdcde02b1e;hp=6f202e2e8c8f1d7387bebe3ffd27331884214b0d;hb=393fd4c3768e4babdc112fded0bde4aedd40925e;hpb=b7a273f8c632d5bc5005fb7ece063a5ed0091bc5 commit 393fd4c3768e4babdc112fded0bde4aedd40925e Author: Yao Qi Date: Wed Apr 10 09:42:57 2013 +0000 * configure.ac: Check libbabeltrace is installed. 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 Moreover there seems to be missing an empty line delimiter for it. Jan