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 886d542809 PR23141, SIGSEGV in bfd_elf_set_group_contents new 8ee22052f6 gdb/x86: Handle kernels using compact xsave format
The 1 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/ChangeLog | 17 + gdb/amd64-tdep.c | 22 +- gdb/common/x86-xstate.h | 13 + gdb/gdbserver/ChangeLog | 10 + gdb/gdbserver/i387-fp.c | 210 ++++-- gdb/gdbserver/regcache.c | 13 + gdb/gdbserver/regcache.h | 3 + gdb/i387-tdep.c | 767 ++++++++++++--------- gdb/i387-tdep.h | 6 + gdb/testsuite/ChangeLog | 5 + .../amd64-init-x87-values.S} | 27 +- gdb/testsuite/gdb.arch/amd64-init-x87-values.exp | 175 +++++ 12 files changed, 856 insertions(+), 412 deletions(-) copy gdb/testsuite/{gdb.cp/watch-cp.cc => gdb.arch/amd64-init-x87-values.S} (69%) create mode 100644 gdb/testsuite/gdb.arch/amd64-init-x87-values.exp