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-aarch64 in repository toolchain/ci/gdb.
from 36cb9e7e17 aarch64: Update gas/NEWS for recent changes adds 8a18382f94 Add "task" keyword to the "watch" command adds bc75fb44c5 Implement 'task apply' adds 28397ae781 (Ada/AArch64) fix fixed point argument passing in inferior funcall adds a661719399 (ARM/fixed-point) wrong value shown by "finish" command: adds 0abb4049fb (RISCV) fix handling of fixed-point type return values adds 9a73e1cafe (PPC64) fix handling of fixed-point values when using "retur [...] adds d184a3c16a gdb/testsuite: update tests looking for "DWARF 2" debug format adds 2e18755037 [gdb/tdep] Fix avx512 -m32 support in gdbserver adds 117e35f519 Fix illegal memory access whilst parsing corrupt DWARF debug [...] adds a6ea2592a9 gdb: remove unexpected xstrdup in _initialize_maint_test_settings adds 13bb461986 Automatic date update in version.in adds 64c3be7429 Revert "Re: Don't compile some opcodes files when bfd is 32- [...] adds 066624ff52 Add myself and Zhensong Liu as the LoongArch port maintainer. adds ba4ba9711a libctf: workaround automake bug with conditional info pages new 7a34f66b23 gdb/remote: fix use after free bug new cc7ea7504c gdb/testsuite: give a test a real name new bf94cfb631 gdb: make value_subscripted_rvalue static new 69ce6091e6 aarch64: Fix uninitialised memory
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: bfd/version.h | 2 +- binutils/ChangeLog | 11 ++ binutils/MAINTAINERS | 2 + binutils/dwarf.c | 18 +- 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/gdbthread.h | 17 ++ gdb/maint-test-settings.c | 2 +- gdb/ppc-sysv-tdep.c | 22 ++- gdb/remote.c | 35 +++- gdb/riscv-tdep.c | 47 ++++- .../{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/gdb.python/py-send-packet.exp | 3 +- gdb/testsuite/lib/gdb.exp | 8 +- gdb/thread.c | 31 ++-- gdb/valarith.c | 10 +- gdb/value.h | 4 - gdbserver/i387-fp.cc | 50 +++-- libctf/Makefile.am | 2 - libctf/Makefile.in | 40 ++-- libctf/doc/local.mk | 10 + opcodes/Makefile.am | 10 +- opcodes/Makefile.in | 10 +- opcodes/aarch64-dis.c | 2 +- opcodes/aarch64-opc.c | 2 + 43 files changed, 776 insertions(+), 112 deletions(-) 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