diff options
author | Alan Hayward <alan.hayward@arm.com> | 2018-08-22 09:17:24 +0100 |
---|---|---|
committer | Alan Hayward <alan.hayward@arm.com> | 2018-08-22 09:19:01 +0100 |
commit | 1461bdac5c1034467d7095b6d109689e02d03987 (patch) | |
tree | 3568b41e75a7ac0017ad6b3666b4cd138e5f91d2 /gdb/NEWS | |
parent | ebf983a4447174210bcf40e1df4f2a7533b2c99f (diff) | |
download | gdb-1461bdac5c1034467d7095b6d109689e02d03987.zip gdb-1461bdac5c1034467d7095b6d109689e02d03987.tar.gz gdb-1461bdac5c1034467d7095b6d109689e02d03987.tar.bz2 |
Add AArch64 SVE to NEWS and GDB manual
gdb/
* NEWS: Add SVE to 8.2 section.
gdb/doc/
* doc/gdb.texinfo (AArch64 SVE): New subsubsection.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -90,6 +90,9 @@ GNU/Linux/RISC-V riscv*-*-linux* * C expressions can now use _Alignof, and C++ expressions can now use alignof. +* Support for SVE on AArch64 Linux. Note that GDB does not detect changes to + the vector length while the process is running. + * New commands set debug fbsd-nat |