This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 7f40ce1a9e gdb: remove unused includes in m32c-tdep.c adds bcd213b2cf Fix the decoding of DW_FORM_ref_addr DWARF attribute. adds 27e5e547c7 Fix seg-fault when running the ld testsuite for the hppa64-l [...] adds 0bf21fbd79 Add skip_fortran_tests to two Fortran testcases adds 934a176407 Fix gdb.python/py-format-string.exp with Clang adds 06db6ec3d9 [gdb/testsuite] Fix gdb.cp/psymtab-parameter.exp with -readnow adds 5868da034f [gdb/testsuite] Fix gdb.base/maint.exp FAILs with -readnow adds 297e9a75f2 [gdb/testsuite] Fix DUPLICATEs in gdb.base/multi-forks.exp adds b448cca522 [gdb/testsuite] Fix gdb.base/multi-forks.exp timeout with -readnow adds e9bb6a60bf Automatic date update in version.in adds 706baf4c50 [gdb/testsuite] Fix gdb.dwarf2/dw2-stack-boundary.exp with -readnow adds fdd67a422f [gdb/testsuite] Fix gdb.dwarf2/dw2-filename.exp with -readnow adds 445a033f48 [gdb/testsuite] Fix typo in gdb.cp/nsalias.exp adds 364bb90300 [gdb/testsuite] Fix gdb.cp/nsalias.exp with -readnow adds ec3f28df02 Fix compile time warning building with gcc 11. adds 2aec1123f9 Fix a potential illegal memory access when creating an srec [...] adds 8926e54e3a aarch64: Add basic support for armv8.7-a architecture adds fd195909ce aarch64: Add DSB instruction Armv8.7-a variant
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 12 + bfd/elf64-hppa.c | 2 +- bfd/srec.c | 5 +- bfd/version.h | 2 +- binutils/ChangeLog | 32 + binutils/dwarf.c | 585 +++-- binutils/elfedit.c | 1 - gas/NEWS | 4 +- gas/config/tc-aarch64.c | 48 + gas/doc/c-aarch64.texi | 2 +- gas/testsuite/gas/aarch64/system-4-invalid.d | 3 + gas/testsuite/gas/aarch64/system-4-invalid.l | 11 + gas/testsuite/gas/aarch64/system-4-invalid.s | 16 + gas/testsuite/gas/aarch64/system-4.d | 16 + gas/testsuite/gas/aarch64/system-4.s | 12 + gdb/testsuite/ChangeLog | 43 + gdb/testsuite/gdb.base/maint.exp | 25 +- gdb/testsuite/gdb.base/multi-forks.exp | 58 +- gdb/testsuite/gdb.cp/nsalias.exp | 20 +- gdb/testsuite/gdb.cp/psymtab-parameter.exp | 7 +- gdb/testsuite/gdb.dwarf2/dw2-filename.exp | 2 +- gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.exp | 26 +- gdb/testsuite/gdb.mi/mi-fortran-modules.exp | 2 + gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 6 +- gdb/testsuite/gdb.python/py-format-string.exp | 4 +- gdb/testsuite/lib/gdb.exp | 14 +- include/opcode/aarch64.h | 5 + opcodes/aarch64-asm-2.c | 287 +-- opcodes/aarch64-asm.c | 15 + opcodes/aarch64-asm.h | 1 + opcodes/aarch64-dis-2.c | 2614 ++++++++++++----------- opcodes/aarch64-dis.c | 15 + opcodes/aarch64-dis.h | 1 + opcodes/aarch64-opc-2.c | 17 +- opcodes/aarch64-opc.c | 10 + opcodes/aarch64-opc.h | 3 +- opcodes/aarch64-tbl.h | 8 + 37 files changed, 2292 insertions(+), 1642 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/system-4-invalid.d create mode 100644 gas/testsuite/gas/aarch64/system-4-invalid.l create mode 100644 gas/testsuite/gas/aarch64/system-4-invalid.s create mode 100644 gas/testsuite/gas/aarch64/system-4.d create mode 100644 gas/testsuite/gas/aarch64/system-4.s