Mention multi-arch debugging support in NEWS
authorYao Qi <yao.qi@linaro.org>
Fri, 4 Sep 2015 14:26:21 +0000 (15:26 +0100)
committerYao Qi <yao.qi@linaro.org>
Fri, 4 Sep 2015 14:27:52 +0000 (15:27 +0100)
gdb:

2015-09-04  Yao Qi  <yao.qi@linaro.org>

* NEWS: Mention the aarch64 multi-arch debugging support.

gdb/ChangeLog
gdb/NEWS

index fd471c4..a4474ab 100644 (file)
@@ -1,3 +1,7 @@
+2015-09-04  Yao Qi  <yao.qi@linaro.org>
+
+       * NEWS: Mention the aarch64 multi-arch debugging support.
+
 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
 
        * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
index 12282c7..0cf51e1 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
   the linespec parser.  This feature is also available to GDB/MI
   clients.
 
+* Multi-architecture debugging is supported on AArch64 GNU/Linux.
+  GDB now is able to debug both AArch64 applications and ARM applications
+  at the same time.
+
 * New commands
 
 maint set target-non-stop (on|off|auto)