This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Mention the change in NEWS


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=eda14cf2590aaab147d298418a3b7773b8d63ce5

commit eda14cf2590aaab147d298418a3b7773b8d63ce5
Author: Yao Qi <yao.qi@linaro.org>
Date:   Mon Oct 12 11:28:39 2015 +0100

    Mention the change in NEWS
    
    gdb:
    
    2015-10-12  Yao Qi  <yao.qi@linaro.org>
    
    	* NEWS: Mention the change.

Diff:
---
 gdb/ChangeLog | 4 ++++
 gdb/NEWS      | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 829b427..22d011c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2015-10-12  Yao Qi  <yao.qi@linaro.org>
 
+	* NEWS: Mention the change.
+
+2015-10-12  Yao Qi  <yao.qi@linaro.org>
+
 	* arch/aarch64-insn.c (emit_load_store): Rename to ...
 	(aarch64_emit_load_store): ... it.  All callers updated.
 
diff --git a/gdb/NEWS b/gdb/NEWS
index 2e38d9a..b2b1e99 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -22,6 +22,8 @@
   including JIT compiling fast tracepoint's conditional expression bytecode
   into native code.
 
+* GDB now supports displaced stepping on AArch64 GNU/Linux.
+
 * New commands
 
 maint set target-non-stop (on|off|auto)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]