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 874f4887f03 [gdb/testsuite] Fix gdb.ada/tagged-lookup.exp with gcc <= 12 new 5920765d751 gdbserver: convert have_ptrace_getregset to a tribool new 01ed1674d44 gdb/x86: move reading of cs and ds state into gdb/nat directory new 0a7bb97ad2f gdbserver/x86: move no-xml code earlier in x86_linux_read_d [...] new 7816b81e9b3 gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition new cd9b374ffe3 gdb/gdbserver: share some code relating to target descripti [...] new efba976d971 gdb/arch: assert that X86_XSTATE_MPX is not set for x32 new 61bb321605f gdbserver: update target description creation for x86/linux new 198ff6ff819 gdb/gdbserver: share x86/linux tdesc caching
The 8 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/Makefile.in | 1 + gdb/amd64-linux-tdep.c | 33 +--- gdb/amd64-linux-tdep.h | 6 - gdb/arch/amd64.c | 8 +- gdb/configure.nat | 4 +- gdb/i386-linux-tdep.c | 32 ++-- gdb/i386-linux-tdep.h | 23 --- gdb/nat/x86-linux-tdesc.c | 411 +++++++++++++++++++++++++++++++++++++++++++ gdb/nat/x86-linux-tdesc.h | 115 ++++++++++++ gdb/nat/x86-linux.c | 47 +++++ gdb/nat/x86-linux.h | 48 +++++ gdb/x86-linux-nat.c | 123 ++----------- gdbserver/Makefile.in | 4 + gdbserver/configure.srv | 4 + gdbserver/linux-amd64-ipa.cc | 45 +---- gdbserver/linux-arm-low.cc | 6 +- gdbserver/linux-i386-ipa.cc | 25 +-- gdbserver/linux-low.cc | 2 +- gdbserver/linux-low.h | 2 +- gdbserver/linux-x86-low.cc | 189 ++++++-------------- gdbserver/linux-x86-tdesc.cc | 141 +-------------- gdbserver/linux-x86-tdesc.h | 56 ------ 22 files changed, 749 insertions(+), 576 deletions(-) create mode 100644 gdb/nat/x86-linux-tdesc.c create mode 100644 gdb/nat/x86-linux-tdesc.h delete mode 100644 gdbserver/linux-x86-tdesc.h