This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Incorrect placement of babeltrace gdb/NEWS item [Re: [PATCH v3 00/15] CTF Support]


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.

-- 
Yao (éå)

Subject: [PATCH] Move babeltrace change to GDB 7.7

gdb:

2014-08-06  Yao Qi  <yao@codesourcery.com>

	* NEWS: Move babeltrace change to GDB 7.7 section.
---
 gdb/NEWS | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

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)
 
-- 
1.9.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]