Add NEWS entry for fast tracepoint support on aarch64-linux

Message ID 1442249136-8605-1-git-send-email-pierre.langlois@arm.com
State New, archived
Headers

Commit Message

Pierre Langlois Sept. 14, 2015, 4:45 p.m. UTC
  Here is a NEWS entry for this series:

gdb/ChangeLog:

	* NEWS: Mention support for fast tracepoints on aarch64-linux.
---
 gdb/NEWS | 4 ++++
 1 file changed, 4 insertions(+)
  

Patch

diff --git a/gdb/NEWS b/gdb/NEWS
index 0cf51e1..505d648 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -16,6 +16,10 @@ 
   GDB now is able to debug both AArch64 applications and ARM applications
   at the same time.
 
+* Support for fast tracepoints on aarch64-linux was added in GDBserver,
+  including JIT compiling fast tracepoint's conditional expression bytecode
+  into native code.
+
 * New commands
 
 maint set target-non-stop (on|off|auto)