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 f0821653611 Missing linking test case for pe dll using a def file. new 4f3681cc336 Fix thread's gdbarch when SVE vector length changes new a960d5f9f4d Add test for AArch64 Scalable Vector Extension
The 2 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/aarch64-linux-nat.c | 11 ++- gdb/aarch64-tdep.c | 41 +++++---- gdb/aarch64-tdep.h | 2 + gdb/gdbarch.h | 13 +-- .../aarch64-sve.c} | 66 +++++++------- gdb/testsuite/gdb.arch/aarch64-sve.exp | 101 +++++++++++++++++++++ gdb/testsuite/lib/gdb.exp | 6 ++ gdb/testsuite/lib/mi-support.exp | 4 - 8 files changed, 175 insertions(+), 69 deletions(-) copy gdb/testsuite/{gdb.threads/vfork-follow-child-exec.c => gdb.arch/aarch64-sve. [...] create mode 100644 gdb/testsuite/gdb.arch/aarch64-sve.exp