Move NEWS entries to the right section
authorYao Qi <yao@codesourcery.com>
Mon, 15 Dec 2014 08:29:21 +0000 (16:29 +0800)
committerYao Qi <yao@codesourcery.com>
Tue, 16 Dec 2014 05:21:49 +0000 (13:21 +0800)
gdb:

2014-12-16  Yao Qi  <yao@codesourcery.com>

* NEWS: Move some entries to "Changes since GDB 7.8" section.

gdb/ChangeLog
gdb/NEWS

index 95669d3588efe590b4a7908047d1f7f5808bb9f1..f3dc30c726e088c3390784a1cc107c03096854b1 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-16  Yao Qi  <yao@codesourcery.com>
+
+       * NEWS: Move some entries to "Changes since GDB 7.8" section.
+
 2014-12-16  Yao Qi  <yao@codesourcery.com>
 
        * linux-tdep.c (linux_infcall_mmap): Replace ARG_MAX with
index a6789bd52452332aab65804c3f5c761f05b69b78..639c50d20b5fa66425983f107b33cd32124f6254 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,16 +1,6 @@
                What has changed in GDB?
             (Organized release by release)
 
-* Python Scripting
-
-  New events which are triggered when GDB modifies the state of the 
-  inferior.
-
-  ** gdb.events.inferior_call_pre: Function call is about to be made.
-  ** gdb.events.inferior_call_post: Function call has just been made.
-  ** gdb.events.memory_changed: A memory location has been altered.
-  ** gdb.events.register_changed: A register has been altered.
-
 *** Changes since GDB 7.8
 
 * GDB now supports hardware watchpoints on x86 GNU Hurd.
   ** You can now add attributes to gdb.Objfile and gdb.Progspace objects.
   ** New function gdb.lookup_objfile.
 
+  New events which are triggered when GDB modifies the state of the 
+  inferior.
+
+  ** gdb.events.inferior_call_pre: Function call is about to be made.
+  ** gdb.events.inferior_call_post: Function call has just been made.
+  ** gdb.events.memory_changed: A memory location has been altered.
+  ** gdb.events.register_changed: A register has been altered.
+
 * New Python-based convenience functions:
 
   ** $_caller_is(name [, number_of_frames])