[v3] Fix NEWS formatting in GDB 8.0 section

Message ID 1496135555-7787-1-git-send-email-simon.marchi@ericsson.com
State New, archived
Headers

Commit Message

Simon Marchi May 30, 2017, 9:12 a.m. UTC
  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.
---
 gdb/NEWS | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)
  

Comments

Eli Zaretskii May 30, 2017, 9:22 a.m. UTC | #1
> From: Simon Marchi <simon.marchi@ericsson.com>
> CC: Eli Zaretskii <eliz@gnu.org>, Simon Marchi <simon.marchi@ericsson.com>
> Date: Tue, 30 May 2017 11:12:35 +0200
> 
> 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.

Thanks, this is OK.
  
Simon Marchi May 30, 2017, 9:37 a.m. UTC | #2
On 2017-05-30 11:22, Eli Zaretskii wrote:
>> From: Simon Marchi <simon.marchi@ericsson.com>
>> CC: Eli Zaretskii <eliz@gnu.org>, Simon Marchi 
>> <simon.marchi@ericsson.com>
>> Date: Tue, 30 May 2017 11:12:35 +0200
>> 
>> 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.
> 
> Thanks, this is OK.

Thanks, pushed to both master and gdb-8.0-branch.

(Just noticed I went directly from v1 to v3, whoops)
  

Patch

diff --git a/gdb/NEWS b/gdb/NEWS
index eb1a589..112aa2f 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -72,28 +72,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
@@ -103,13 +100,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