This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm 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 [...]
No new revisions were added by this update.
Summary of changes: binutils/ChangeLog | 6 + 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/ppc-sysv-tdep.c | 22 ++- 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/lib/gdb.exp | 8 +- gdb/thread.c | 31 ++-- gdbserver/i387-fp.cc | 50 +++-- 29 files changed, 679 insertions(+), 70 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