]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Minor NEWS rearrangement
authorTom Tromey <tromey@adacore.com>
Fri, 14 Jun 2019 18:30:17 +0000 (12:30 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 14 Jun 2019 19:03:18 +0000 (13:03 -0600)
I noticed that a NEWS item about Python scripting changes appeared
between an item about a convenience function and an item about a
convenience variable.  I think it's better for the latter to be next
to each other.

gdb/ChangeLog
2019-06-14  Tom Tromey  <tromey@adacore.com>

* NEWS: Move convenience variable news above Python news.

gdb/ChangeLog
gdb/NEWS

index f17e48bfbf5a280dc37187ca31946c44d9625b4d..c5bd857bb7b050c9861fdd4f26064af9e643d0ed 100644 (file)
@@ -1,3 +1,7 @@
+2019-06-14  Tom Tromey  <tromey@adacore.com>
+
+       * NEWS: Move convenience variable news above Python news.
+
 2019-06-14  Tom Tromey  <tom@tromey.com>
 
        * gnulib: Move directory to top-level.
index 76564d067749c17e7e258b80853146bc517572a4..0a3b5b8b6c85f446af22bbf8f52abbf7031879c5 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
 * Two new convenience functions $_cimag and $_creal that extract the
   imaginary and real parts respectively from complex numbers.
 
+* New built-in convenience variables $_shell_exitcode and $_shell_exitsignal
+  provide the exitcode or exit status of the shell commands launched by
+  GDB commands such as "shell", "pipe" and "make".
+
 * Python API
 
   ** The gdb.Value type has a new method 'format_string' which returns a
   ** gdb.Type has a new property 'objfile' which returns the objfile the
      type was defined in.
 
-* New built-in convenience variables $_shell_exitcode and $_shell_exitsignal
-  provide the exitcode or exit status of the shell commands launched by
-  GDB commands such as "shell", "pipe" and "make".
-
 * New commands
 
 | [COMMAND] | SHELL_COMMAND