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] Add AArch64 Pointer Authentication to the NEWS file


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

commit d851aa7170c09fb903dd1bdafa6df526f1951863
Author: Alan Hayward <alan.hayward@arm.com>
Date:   Tue Mar 26 16:44:04 2019 +0000

    Add AArch64 Pointer Authentication to the NEWS file
    
    gdb/ChangeLog:
    
            * NEWS: Mention AArch64 Pointer Authentication.

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

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1d30505..fa104e0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2019-03-26  Alan Hayward  <alan.hayward@arm.com>
 
+        * NEWS: Mention AArch64 Pointer Authentication.
+
+2019-03-26  Alan Hayward  <alan.hayward@arm.com>
+
         * arm-linux-nat.c: Add include.
 
 2019-03-25  Simon Marchi  <simon.marchi@polymtl.ca>
diff --git a/gdb/NEWS b/gdb/NEWS
index e3d3912..edcc9c9 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -8,6 +8,8 @@
   architectures require kernel changes.  TLS is not yet supported for
   amd64 and i386 process core dumps.
 
+* Support for Pointer Authentication on AArch64 Linux.
+
 *** Changes in GDB 8.3
 
 * GDB and GDBserver now support access to additional registers on


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