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.
This commit is contained in:
Simon Marchi
2017-05-30 11:29:57 +02:00
parent c6ef7a7284
commit d65c730fce
2 changed files with 24 additions and 19 deletions

View File

@@ -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> 2017-05-26 Eli Zaretskii <eliz@gnu.org>
* cli/cli-script.c (user_args::insert_args): Call gdb::to_string. * cli/cli-script.c (user_args::insert_args): Call gdb::to_string.

View File

@@ -70,17 +70,34 @@
FreeBSD/mips mips*-*-freebsd FreeBSD/mips mips*-*-freebsd
* New targets * New targets
Synopsys ARC arc*-*-elf32 Synopsys ARC arc*-*-elf32
FreeBSD/mips mips*-*-freebsd FreeBSD/mips mips*-*-freebsd
* Removed targets and native configurations
Alpha running FreeBSD alpha*-*-freebsd*
Alpha running GNU/kFreeBSD alpha*-*-kfreebsd*-gnu
* New commands * New commands
flash-erase flash-erase
Erases all the flash memory regions reported by the target. Erases all the flash memory regions reported by the target.
maint print arc arc-instruction address
Print internal disassembler information about instruction at a given address.
* New options
set disassembler-options
show disassembler-options
Controls the passing of target specific information to the disassembler.
If it is necessary to specify more than one disassembler option then
multiple options can be placed together into a comma separated list.
The default value is the empty string. Currently, the only supported
targets are ARM, PowerPC and S/390.
* New MI commands * New MI commands
-target-flash-erase -target-flash-erase
@@ -91,24 +108,6 @@ flash-erase
List the shared libraries in the program. This is List the shared libraries in the program. This is
equivalent to the CLI command "info shared". equivalent to the CLI command "info shared".
* New commands
set disassembler-options
show disassembler-options
Controls the passing of target specific information to the disassembler.
If it is necessary to specify more than one disassembler option then
multiple options can be placed together into a comma separated list.
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.
* Removed targets and native configurations
Alpha running FreeBSD alpha*-*-freebsd*
Alpha running GNU/kFreeBSD alpha*-*-kfreebsd*-gnu
*** Changes in GDB 7.12 *** Changes in GDB 7.12
* GDB and GDBserver now build with a C++ compiler by default. * GDB and GDBserver now build with a C++ compiler by default.