gdb/NEWS: Add mention of powerpc*-linux tracepoints.
authorMarcin Kościelnicki <koriakin@0x04.net>
Thu, 31 Mar 2016 13:49:25 +0000 (15:49 +0200)
committerMarcin Kościelnicki <koriakin@0x04.net>
Thu, 31 Mar 2016 13:49:25 +0000 (15:49 +0200)
gdb/ChangeLog:

* NEWS: Mention support for tracepoints on powerpc*-linux.

gdb/ChangeLog
gdb/NEWS

index b95775aee45eaa4ce1a580b605b11c943615781d..9b696e198e4f78243e273613722746e836c50bdf 100644 (file)
@@ -1,3 +1,7 @@
+2016-03-31  Marcin Kościelnicki  <koriakin@0x04.net>
+
+       * NEWS: Mention support for tracepoints on powerpc*-linux.
+
 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
 
        PR python/19743
index fbeb27508c1b561baad081c549ed33675b2d2629..39d99b7cb5e0cea6c88a8bffb4823205223076ab 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -51,6 +51,11 @@ maint info line-table REGEXP
   target rockhopper    NEC RockHopper variant of PMON
   target lsi           LSI variant of PMO
 
+* Support for tracepoints and fast tracepoints on powerpc-linux,
+  powerpc64-linux, and powerpc64le-linux was added in GDBserver,
+  including JIT compiling fast tracepoint's conditional expression
+  bytecode into native code.
+
 *** Changes in GDB 7.11
 
 * GDB now supports debugging kernel-based threads on FreeBSD.