This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/master-aarch64-check_bootstrap_lto in repository toolchain/ci/binutils-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 adds 7a34f66b23 gdb/remote: fix use after free bug adds cc7ea7504c gdb/testsuite: give a test a real name adds bf94cfb631 gdb: make value_subscripted_rvalue static adds 69ce6091e6 aarch64: Fix uninitialised memory adds ce1a6f421d gdb: make saved_filename an std::string adds 857dfb92de gdb: return *this in target_waitstatus setters adds 7509b82979 gdb: change store_waitstatus to return a target_waitstatus by value
No new revisions were added by this update.
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/cli/cli-logging.c | 20 +- gdb/doc/gdb.texinfo | 40 +++- gdb/gdbthread.h | 17 ++ gdb/gnu-nat.c | 2 +- gdb/inf-child.c | 17 +- gdb/inf-child.h | 5 +- gdb/inf-ptrace.c | 3 +- gdb/linux-nat.c | 6 +- gdb/maint-test-settings.c | 2 +- gdb/netbsd-nat.c | 2 +- gdb/ppc-sysv-tdep.c | 22 ++- gdb/procfs.c | 2 +- gdb/remote.c | 35 +++- gdb/riscv-tdep.c | 47 ++++- gdb/rs6000-aix-nat.c | 2 +- gdb/target/waitstatus.h | 48 +++-- .../{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 + 53 files changed, 838 insertions(+), 157 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