This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/gdb.
from 3ac925fcf5 readelf: recognize FDO Packaging Metadata ELF note. (Correc [...] adds cd06c1cab2 binutils: add missing prefix for binutils/index.html rule adds b18c2bb9f3 Automatic date update in version.in adds 1f1d0f8888 elf: Discard input .note.gnu.build-id sections adds ab557072b8 gdb: use actual DWARF version in compunit's debugformat field adds 1eaa86a6d5 libctf: merge doc subdir up a level adds bde299e063 gas: merge doc subdir up a level adds c808def421 bfd: delete unused proto settings adds 794f2bba0f x86: Skip __[start|stop]_SECNAME for --gc-sections -z start-stop-gc adds 7ed51c20a2 libctf: re-generate configure adds 1075011ade gas: re-generate configure adds 6cade9185c gdb, include: replace pragmas with DIAGNOSTIC macros, fix bu [...] adds 96c7115a9a Allow the --visualize-jumps feature to work with the AVR dis [...] adds f96093c1f5 aarch64: Add maximum immediate value to aarch64_sys_reg adds b3e59f8873 aarch64: Tweak insn sequence code adds a346bb24cf aarch64: Provide line info for unclosed sequences adds 175eafaf37 aarch64: Add support for Armv8.8-A adds e14c9cb6c8 aarch64: Add id_aa64isar2_el1 adds a5e9beead8 aarch64: Add Armv8.8-A system registers adds 6327658ee7 aarch64: Add support for +mops adds 63eff94751 aarch64: Enforce P/M/E order for MOPS instructions adds bcca550b3d aarch64: Add BC instruction adds 36cb9e7e17 aarch64: Update gas/NEWS for recent changes new 8a18382f94 Add "task" keyword to the "watch" command new bc75fb44c5 Implement 'task apply' new 28397ae781 (Ada/AArch64) fix fixed point argument passing in inferior funcall new a661719399 (ARM/fixed-point) wrong value shown by "finish" command: new 0abb4049fb (RISCV) fix handling of fixed-point type return values new 9a73e1cafe (PPC64) fix handling of fixed-point values when using "retur [...] new d184a3c16a gdb/testsuite: update tests looking for "DWARF 2" debug format new 2e18755037 [gdb/tdep] Fix avx512 -m32 support in gdbserver
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: bfd/doc/Makefile.am | 11 - bfd/doc/Makefile.in | 10 - bfd/elf32-i386.c | 5 + bfd/elf64-x86-64.c | 5 + bfd/elfxx-x86.h | 33 + bfd/version.h | 2 +- binutils/Makefile.in | 2 +- binutils/doc/local.mk | 2 +- gas/Makefile.am | 8 +- gas/Makefile.in | 570 +- gas/NEWS | 5 +- gas/config/tc-aarch64.c | 98 +- gas/config/tc-aarch64.h | 2 + gas/configure | 3 +- gas/configure.ac | 2 +- gas/doc/Makefile.am | 141 - gas/doc/Makefile.in | 977 ---- gas/doc/c-aarch64.texi | 8 +- gas/doc/local.mk | 136 + gas/testsuite/gas/aarch64/armv8_2-a-illegal.l | 16 +- .../gas/aarch64/armv8_8-a-sysregs-invalid.d | 1 + .../gas/aarch64/armv8_8-a-sysregs-invalid.l | 6 + .../gas/aarch64/armv8_8-a-sysregs-invalid.s | 8 + gas/testsuite/gas/aarch64/armv8_8-a-sysregs.d | 19 + gas/testsuite/gas/aarch64/armv8_8-a-sysregs.s | 12 + gas/testsuite/gas/aarch64/diagnostic.l | 2 +- gas/testsuite/gas/aarch64/hbc-invalid.d | 1 + gas/testsuite/gas/aarch64/hbc-invalid.l | 3 + gas/testsuite/gas/aarch64/hbc-invalid.s | 8 + gas/testsuite/gas/aarch64/hbc.d | 37 + gas/testsuite/gas/aarch64/hbc.s | 37 + gas/testsuite/gas/aarch64/illegal-sysreg-4b.d | 2 + gas/testsuite/gas/aarch64/illegal-sysreg-4b.l | 11 + gas/testsuite/gas/aarch64/illegal-sysreg-4b.s | 14 + gas/testsuite/gas/aarch64/mops.d | 1016 ++++ gas/testsuite/gas/aarch64/mops.s | 66 + gas/testsuite/gas/aarch64/mops_invalid.d | 1 + gas/testsuite/gas/aarch64/mops_invalid.l | 226 + gas/testsuite/gas/aarch64/mops_invalid.s | 248 + gas/testsuite/gas/aarch64/mops_invalid_2.d | 72 + gas/testsuite/gas/aarch64/mops_invalid_2.l | 27 + gas/testsuite/gas/aarch64/mops_invalid_2.s | 75 + gas/testsuite/gas/aarch64/pan-illegal.l | 28 +- gas/testsuite/gas/aarch64/ssbs-illegal1.l | 28 +- gas/testsuite/gas/aarch64/sve-movprfx_4.l | 2 +- gas/testsuite/gas/aarch64/sve-movprfx_7.l | 2 +- gas/testsuite/gas/aarch64/sve-movprfx_8.l | 2 +- gas/testsuite/gas/aarch64/sysreg-4.d | 2 +- gas/testsuite/gas/aarch64/sysreg-4.s | 2 +- gas/testsuite/gas/aarch64/sysreg-diagnostic.d | 1 + gas/testsuite/gas/aarch64/sysreg-diagnostic.l | 1 + gas/testsuite/gas/aarch64/sysreg-diagnostic.s | 1 + gas/testsuite/gas/aarch64/sysreg.d | 2 + gas/testsuite/gas/aarch64/sysreg.s | 3 + gas/testsuite/gas/aarch64/v8-8-a.d | 2 + gas/testsuite/gas/aarch64/v8-8-a.s | 5 + gdb/NEWS | 6 + gdb/aarch64-tdep.c | 2 +- gdb/ada-tasks.c | 204 +- gdb/arm-tdep.c | 3 +- gdb/breakpoint.c | 12 + gdb/doc/gdb.texinfo | 40 +- gdb/dwarf2/cu.c | 13 +- gdb/gdbthread.h | 17 + gdb/ppc-sysv-tdep.c | 22 +- gdb/riscv-tdep.c | 47 +- gdb/target/waitstatus.c | 6 +- gdb/target/waitstatus.h | 7 +- .../{rdv_wait.exp => fixed_points_function.exp} | 25 +- .../fixed_points_function.adb | 30 + .../gdb.ada/fixed_points_function/pck.adb | 22 + .../gdb.ada/fixed_points_function/pck.ads | 21 + gdb/testsuite/gdb.ada/rdv_wait.exp | 5 + gdb/testsuite/gdb.ada/task_watch.exp | 83 + gdb/testsuite/gdb.ada/task_watch/foo.adb | 73 + gdb/testsuite/gdb.base/complex.exp | 2 +- gdb/testsuite/gdb.base/constvars.exp | 2 +- gdb/testsuite/gdb.base/included.exp | 2 +- gdb/testsuite/gdb.base/structs.exp | 8 +- gdb/testsuite/gdb.base/volatile.exp | 2 +- gdb/testsuite/gdb.cp/class2.exp | 2 +- gdb/testsuite/gdb.cp/m-static.exp | 2 +- gdb/testsuite/gdb.dwarf2/pr10770.exp | 4 +- gdb/testsuite/lib/gdb.exp | 8 +- gdb/thread.c | 31 +- gdbserver/i387-fp.cc | 50 +- include/diagnostics.h | 16 + include/opcode/aarch64.h | 54 +- ld/ldelf.c | 15 +- ld/testsuite/ld-elf/build-id.exp | 77 + ld/testsuite/ld-elf/pr28639a.rd | 6 + ld/testsuite/ld-elf/pr28639b.rd | 6 + ld/testsuite/ld-elf/pr28639c.rd | 10 + ld/testsuite/ld-elf/pr28639d.rd | 4 + ld/testsuite/ld-i386/i386.exp | 6 + ld/testsuite/ld-i386/pr27491-1.s | 14 + ld/testsuite/ld-i386/pr27491-1a.d | 14 + ld/testsuite/ld-i386/pr27491-1b.d | 11 + ld/testsuite/ld-i386/pr27491-1c.d | 14 + ld/testsuite/ld-i386/pr27491-2.d | 22 + ld/testsuite/ld-i386/pr27491-2.s | 16 + ld/testsuite/ld-i386/pr27491-3.d | 21 + ld/testsuite/ld-i386/pr27491-3.s | 14 + ld/testsuite/ld-i386/pr27491-4.d | 23 + ld/testsuite/ld-i386/pr27491-4a.s | 11 + ld/testsuite/ld-i386/pr27491-4b.s | 2 + ld/testsuite/ld-x86-64/pr27491-1.s | 14 + ld/testsuite/ld-x86-64/pr27491-1a.d | 14 + ld/testsuite/ld-x86-64/pr27491-1b.d | 11 + ld/testsuite/ld-x86-64/pr27491-1c.d | 21 + ld/testsuite/ld-x86-64/pr27491-2.d | 23 + ld/testsuite/ld-x86-64/pr27491-2.s | 20 + ld/testsuite/ld-x86-64/pr27491-3.d | 21 + ld/testsuite/ld-x86-64/pr27491-3.s | 14 + ld/testsuite/ld-x86-64/pr27491-4.d | 23 + ld/testsuite/ld-x86-64/pr27491-4a.s | 11 + ld/testsuite/ld-x86-64/pr27491-4b.s | 2 + ld/testsuite/ld-x86-64/x86-64.exp | 6 + libctf/Makefile.am | 15 +- libctf/Makefile.in | 583 +- libctf/configure | 3 +- libctf/configure.ac | 2 +- libctf/doc/Makefile.in | 808 --- libctf/doc/{Makefile.am => local.mk} | 16 +- opcodes/ChangeLog | 5 + opcodes/aarch64-asm-2.c | 4 + opcodes/aarch64-asm.c | 13 + opcodes/aarch64-asm.h | 1 + opcodes/aarch64-dis-2.c | 5665 ++++++++++++-------- opcodes/aarch64-dis.c | 38 +- opcodes/aarch64-dis.h | 1 + opcodes/aarch64-opc-2.c | 3 + opcodes/aarch64-opc.c | 247 +- opcodes/aarch64-opc.h | 4 + opcodes/aarch64-tbl.h | 122 +- opcodes/avr-dis.c | 37 +- 136 files changed, 8260 insertions(+), 4603 deletions(-) delete mode 100644 gas/doc/Makefile.am delete mode 100644 gas/doc/Makefile.in create mode 100644 gas/doc/local.mk create mode 100644 gas/testsuite/gas/aarch64/armv8_8-a-sysregs-invalid.d create mode 100644 gas/testsuite/gas/aarch64/armv8_8-a-sysregs-invalid.l create mode 100644 gas/testsuite/gas/aarch64/armv8_8-a-sysregs-invalid.s create mode 100644 gas/testsuite/gas/aarch64/armv8_8-a-sysregs.d create mode 100644 gas/testsuite/gas/aarch64/armv8_8-a-sysregs.s create mode 100644 gas/testsuite/gas/aarch64/hbc-invalid.d create mode 100644 gas/testsuite/gas/aarch64/hbc-invalid.l create mode 100644 gas/testsuite/gas/aarch64/hbc-invalid.s create mode 100644 gas/testsuite/gas/aarch64/hbc.d create mode 100644 gas/testsuite/gas/aarch64/hbc.s create mode 100644 gas/testsuite/gas/aarch64/illegal-sysreg-4b.d create mode 100644 gas/testsuite/gas/aarch64/illegal-sysreg-4b.l create mode 100644 gas/testsuite/gas/aarch64/illegal-sysreg-4b.s create mode 100644 gas/testsuite/gas/aarch64/mops.d create mode 100644 gas/testsuite/gas/aarch64/mops.s create mode 100644 gas/testsuite/gas/aarch64/mops_invalid.d create mode 100644 gas/testsuite/gas/aarch64/mops_invalid.l create mode 100644 gas/testsuite/gas/aarch64/mops_invalid.s create mode 100644 gas/testsuite/gas/aarch64/mops_invalid_2.d create mode 100644 gas/testsuite/gas/aarch64/mops_invalid_2.l create mode 100644 gas/testsuite/gas/aarch64/mops_invalid_2.s create mode 100644 gas/testsuite/gas/aarch64/v8-8-a.d create mode 100644 gas/testsuite/gas/aarch64/v8-8-a.s copy gdb/testsuite/gdb.ada/{rdv_wait.exp => fixed_points_function.exp} (63%) create mode 100644 gdb/testsuite/gdb.ada/fixed_points_function/fixed_points_function.adb create mode 100644 gdb/testsuite/gdb.ada/fixed_points_function/pck.adb create mode 100644 gdb/testsuite/gdb.ada/fixed_points_function/pck.ads create mode 100644 gdb/testsuite/gdb.ada/task_watch.exp create mode 100644 gdb/testsuite/gdb.ada/task_watch/foo.adb create mode 100644 ld/testsuite/ld-elf/build-id.exp create mode 100644 ld/testsuite/ld-elf/pr28639a.rd create mode 100644 ld/testsuite/ld-elf/pr28639b.rd create mode 100644 ld/testsuite/ld-elf/pr28639c.rd create mode 100644 ld/testsuite/ld-elf/pr28639d.rd create mode 100644 ld/testsuite/ld-i386/pr27491-1.s create mode 100644 ld/testsuite/ld-i386/pr27491-1a.d create mode 100644 ld/testsuite/ld-i386/pr27491-1b.d create mode 100644 ld/testsuite/ld-i386/pr27491-1c.d create mode 100644 ld/testsuite/ld-i386/pr27491-2.d create mode 100644 ld/testsuite/ld-i386/pr27491-2.s create mode 100644 ld/testsuite/ld-i386/pr27491-3.d create mode 100644 ld/testsuite/ld-i386/pr27491-3.s create mode 100644 ld/testsuite/ld-i386/pr27491-4.d create mode 100644 ld/testsuite/ld-i386/pr27491-4a.s create mode 100644 ld/testsuite/ld-i386/pr27491-4b.s create mode 100644 ld/testsuite/ld-x86-64/pr27491-1.s create mode 100644 ld/testsuite/ld-x86-64/pr27491-1a.d create mode 100644 ld/testsuite/ld-x86-64/pr27491-1b.d create mode 100644 ld/testsuite/ld-x86-64/pr27491-1c.d create mode 100644 ld/testsuite/ld-x86-64/pr27491-2.d create mode 100644 ld/testsuite/ld-x86-64/pr27491-2.s create mode 100644 ld/testsuite/ld-x86-64/pr27491-3.d create mode 100644 ld/testsuite/ld-x86-64/pr27491-3.s create mode 100644 ld/testsuite/ld-x86-64/pr27491-4.d create mode 100644 ld/testsuite/ld-x86-64/pr27491-4a.s create mode 100644 ld/testsuite/ld-x86-64/pr27491-4b.s delete mode 100644 libctf/doc/Makefile.in rename libctf/doc/{Makefile.am => local.mk} (70%)