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 1b30ccce020 gas/testsuite: adjust another test for case insensitive fil [...] new 08c815c2bff Autogenerate gdb/syscalls/linux-defaults.xml.in (groups) fr [...] new d11280feed5 Regenerate Linux syscall group info new 013a623f4cb Implement some agent expressions for Ada new 935d48567d9 Handle range types in ax-gdb.c
The 4 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/ada-exp.h | 26 +- gdb/ada-lang.c | 69 ++- gdb/ax-gdb.c | 60 ++- gdb/syscalls/aarch64-linux.xml | 26 +- gdb/syscalls/amd64-linux.xml | 106 ++-- gdb/syscalls/arm-linux.xml | 26 +- gdb/syscalls/bfin-linux.xml | 26 +- gdb/syscalls/i386-linux.xml | 124 ++--- gdb/syscalls/linux-defaults.xml.in | 545 +++++++++++++-------- gdb/syscalls/mips-n32-linux.xml | 122 ++--- gdb/syscalls/mips-n64-linux.xml | 100 ++-- gdb/syscalls/mips-o32-linux.xml | 122 ++--- gdb/syscalls/ppc-linux.xml | 124 ++--- gdb/syscalls/ppc64-linux.xml | 104 ++-- gdb/syscalls/s390-linux.xml | 122 ++--- gdb/syscalls/s390x-linux.xml | 102 ++-- gdb/syscalls/sparc-linux.xml | 114 ++--- gdb/syscalls/sparc64-linux.xml | 94 ++-- gdb/syscalls/update-linux-defaults.sh | 91 ++++ .../gdb.ada/{tagged_not_init.exp => ax-ada.exp} | 14 +- .../gdb.ada/{str_chars/foo.adb => ax-ada/prog.adb} | 15 +- 21 files changed, 1230 insertions(+), 902 deletions(-) create mode 100755 gdb/syscalls/update-linux-defaults.sh copy gdb/testsuite/gdb.ada/{tagged_not_init.exp => ax-ada.exp} (74%) copy gdb/testsuite/gdb.ada/{str_chars/foo.adb => ax-ada/prog.adb} (82%)