From: Marcin Kościelnicki Date: Thu, 31 Mar 2016 13:49:25 +0000 (+0200) Subject: gdb/NEWS: Add mention of powerpc*-linux tracepoints. X-Git-Tag: binutils-2_27~922 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22084c425e69ca2f3ce92d88c0bf746b48d3627c;p=external%2Fbinutils.git gdb/NEWS: Add mention of powerpc*-linux tracepoints. gdb/ChangeLog: * NEWS: Mention support for tracepoints on powerpc*-linux. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b95775a..9b696e1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2016-03-31 Marcin Kościelnicki + + * NEWS: Mention support for tracepoints on powerpc*-linux. + 2016-03-31 Catalin Udma PR python/19743 diff --git a/gdb/NEWS b/gdb/NEWS index fbeb275..39d99b7 100644 --- 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.