This is the mail archive of the gdb-cvs@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]

[binutils-gdb/gdb-8.0-branch] Fix NEWS formatting in GDB 8.0 section


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d65c730fcebc853250aee5e33693c9e13e9b26ed

commit d65c730fcebc853250aee5e33693c9e13e9b26ed
Author: Simon Marchi <simon.marchi@ericsson.com>
Date:   Tue May 30 11:29:57 2017 +0200

    Fix NEWS formatting in GDB 8.0 section
    
    Change the GDB 8.0 section of the NEWS file to try to follow this order:
    
      * Functional changes
      * Added and removed configurations and targets
      * New commands
      * New options
      * MI changes
    
    In particular, there were two "New commands" sections.
    
    gdb/ChangeLog:
    
    	* NEWS (Changes in GDB 8.0): Remove extra empty line.  Move
    	"Removed targets and native configurations" up.  Merge duplicate
    	"New commands" sub-sections.  Add "New options" sub-sections.

Diff:
---
 gdb/ChangeLog |  6 ++++++
 gdb/NEWS      | 31 +++++++++++++++----------------
 2 files changed, 21 insertions(+), 16 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f4b2e9e..71ce5f5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
+
+	* NEWS (Changes in GDB 8.0): Remove extra empty line.  Move
+	"Removed targets and native configurations" up.  Merge duplicate
+	"New commands" sub-sections.  Add "New options" sub-sections.
+
 2017-05-26  Eli Zaretskii  <eliz@gnu.org>
 
 	* cli/cli-script.c (user_args::insert_args): Call gdb::to_string.
diff --git a/gdb/NEWS b/gdb/NEWS
index 7b87098..e5ddcbf 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -70,28 +70,25 @@
 
 FreeBSD/mips			mips*-*-freebsd
 
-
 * New targets
 
 Synopsys ARC			arc*-*-elf32
 FreeBSD/mips			mips*-*-freebsd
 
+* Removed targets and native configurations
+
+Alpha running FreeBSD         alpha*-*-freebsd*
+Alpha running GNU/kFreeBSD    alpha*-*-kfreebsd*-gnu
+
 * New commands
 
 flash-erase
   Erases all the flash memory regions reported by the target.
 
-* New MI commands
-
--target-flash-erase
-  Erases all the flash memory regions reported by the target.  This is
-  equivalent to the CLI command flash-erase.
-
--file-list-shared-libraries
-  List the shared libraries in the program.  This is
-  equivalent to the CLI command "info shared".
+maint print arc arc-instruction address
+  Print internal disassembler information about instruction at a given address.
 
-* New commands
+* New options
 
 set disassembler-options
 show disassembler-options
@@ -101,13 +98,15 @@ show disassembler-options
   The default value is the empty string.  Currently, the only supported
   targets are ARM, PowerPC and S/390.
 
-maint print arc arc-instruction address
-  Print internal disassembler information about instruction at a given address.
+* New MI commands
 
-* Removed targets and native configurations
+-target-flash-erase
+  Erases all the flash memory regions reported by the target.  This is
+  equivalent to the CLI command flash-erase.
 
-Alpha running FreeBSD         alpha*-*-freebsd*
-Alpha running GNU/kFreeBSD    alpha*-*-kfreebsd*-gnu
+-file-list-shared-libraries
+  List the shared libraries in the program.  This is
+  equivalent to the CLI command "info shared".
 
 *** Changes in GDB 7.12


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