diff options
author | John Baldwin <jhb@FreeBSD.org> | 2022-05-03 16:05:11 -0700 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2022-05-03 16:05:11 -0700 |
commit | ed8f05baba3941e71cb47e58f399a411e6e4addc (patch) | |
tree | 82b409021d247e2c21b489ec12111b4fb6541ff6 /gdb | |
parent | 3b4b3e438d2cbf685133df5425931a2355192045 (diff) | |
download | gdb-ed8f05baba3941e71cb47e58f399a411e6e4addc.zip gdb-ed8f05baba3941e71cb47e58f399a411e6e4addc.tar.gz gdb-ed8f05baba3941e71cb47e58f399a411e6e4addc.tar.bz2 |
NEWS: Add a note for TLS support on FreeBSD/arm and FreeBSD/Aarch64.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ *** Changes since GDB 12 +* Support for Thread Local Storage (TLS) variables on FreeBSD arm and + aarch64 architectures. + * GDB now supports hardware watchpoints on FreeBSD/Aarch64. * Remove support for building against Python 2, it is now only possible to |