This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 3c688b9e388 ld: Regenerate aclocal.m4 with automake 1.15.1 new 40c23d88038 fbsd-nat: Add helper routines for register sets using PT_[G [...] new 92d48a1e4ea Add an arm-tls feature which includes the tpidruro register [...] new 099fbce0acc Read the tpidruro register from NT_ARM_TLS core dump notes [...] new 2e686a74dc4 Support TLS variables on FreeBSD/arm. new 684943d213b Fetch the NT_ARM_TLS register set for native FreeBSD/arm pr [...] new 414d5848bb2 Add an aarch64-tls feature which includes the tpidr register. new 0a765c1a8e9 Read the tpidr register from NT_ARM_TLS core dump notes on [...] new f9fbb7636a5 Support TLS variables on FreeBSD/Aarch64. new b7fe5463cf0 Fetch the NT_ARM_TLS register set for native FreeBSD/Aarch6 [...] new 224151d7748 Read the tpidr register from NT_ARM_TLS core dump notes on [...] new 9c27bc99e4e gdbserver: Read the tpidr register from NT_ARM_TLS on Linux. new 3b4b3e438d2 Read the tpidr register from NT_ARM_TLS on Linux. new ed8f05baba3 NEWS: Add a note for TLS support on FreeBSD/arm and FreeBSD [...]
The 13 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/NEWS | 3 + gdb/aarch64-fbsd-nat.c | 54 ++++++++++++++++ gdb/aarch64-fbsd-tdep.c | 67 +++++++++++++++++++ gdb/aarch64-fbsd-tdep.h | 3 + gdb/aarch64-linux-nat.c | 69 +++++++++++++++++++- gdb/aarch64-linux-tdep.c | 21 +++++- gdb/aarch64-linux-tdep.h | 3 + gdb/aarch64-tdep.c | 33 +++++++--- gdb/aarch64-tdep.h | 10 ++- gdb/arch/aarch32.c | 2 + gdb/arch/aarch64.c | 7 +- gdb/arch/aarch64.h | 8 ++- gdb/arch/arm.c | 6 +- gdb/arch/arm.h | 2 +- gdb/arm-fbsd-nat.c | 52 ++++++++++++++- gdb/arm-fbsd-tdep.c | 65 +++++++++++++++++-- gdb/arm-fbsd-tdep.h | 5 +- gdb/arm-linux-nat.c | 6 +- gdb/arm-linux-tdep.c | 4 +- gdb/arm-netbsd-nat.c | 4 +- gdb/arm-tdep.c | 25 ++++++-- gdb/arm-tdep.h | 4 +- gdb/fbsd-nat.c | 75 ++++++++++++++++++++++ gdb/fbsd-nat.h | 38 +++++++++++ gdb/features/Makefile | 2 + gdb/features/aarch64-tls.c | 14 ++++ .../{arm/arm-m-system.xml => aarch64-tls.xml} | 5 +- gdb/features/arm/arm-tls.c | 14 ++++ gdb/features/arm/{arm-m-system.xml => arm-tls.xml} | 5 +- gdbserver/linux-aarch64-ipa.cc | 8 +-- gdbserver/linux-aarch64-low.cc | 32 ++++++++- gdbserver/linux-aarch64-tdesc.cc | 11 ++-- gdbserver/linux-aarch64-tdesc.h | 2 +- gdbserver/netbsd-aarch64-low.cc | 2 +- 34 files changed, 606 insertions(+), 55 deletions(-) create mode 100644 gdb/features/aarch64-tls.c copy gdb/features/{arm/arm-m-system.xml => aarch64-tls.xml} (70%) create mode 100644 gdb/features/arm/arm-tls.c copy gdb/features/arm/{arm-m-system.xml => arm-tls.xml} (70%)