This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-defconfig 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 adds 4bce7cdaf4 gdbsupport: add array_view copy function adds 2a50938ab7 gdb: make extract_integer take an array_view adds 46680d22de gdb: trivial changes to use array_view adds c471bdb198 gdb: use intrusive_list for cmd_list_element aliases list adds eccd14b3f5 gdb: change some alias functions parameters to const-reference adds 92228a334b gdb: small "maintenance info line-table" readability improvements adds d4172973cb Automatic date update in version.in adds f52ee74fea bfd: convert bfdver.h to silent automake rules adds 0f34c35dd9 bfd: move header updates up a directory adds 17ebe20800 bfd: unify header generation rules adds fb2a515fd0 gdb: revert one array_view copy change in ada-lang.c adds a3e9c2f9da gdb/testsuite: fix two "maint info line-table"-related tests adds e34e391824 gdb: don't show deprecated aliases adds 3daaa003d2 sim: frv: split up testsuite a bit adds 17f60345f0 Remove Irix case from find_file_and_directory adds bb3f8ae290 Move file_and_directory to new file and C++-ize adds 63538d8e16 Cache the result of find_file_and_directory adds 0344e65132 sim: m32c/rl78: drop redundant -Wall settings adds 23bd26ecf6 sim: erc32: drop old configure target adds 784712bf4f sim: msp430: delete redundant comments & settings adds 520e19d589 sim: m68hc11: delete unused profile flags adds 94f5dfed74 sim: moxie: hoist dtb rules up to common builds adds e8f6cf14c9 Automatic date update in version.in adds 671fac7c45 gdbsupport: fix memory leak in create_file_handler when re-u [...] adds 20a8e078cc sim: reorder header includes adds 2c29882f83 sim: include stdarg.h when used adds 33bbd5e8dd sim: include stdint.h when needed adds 843bf75416 sim: include ansidecl.h when needed adds 33af066d07 Preserve artificial CU name in process_psymtab_comp_unit_reader adds 2427f3b09e Automatic date update in version.in adds 74044dc840 ld: improve shared tests for AIX adds f21dbd7c80 [GOLD] PowerPC64 inline plt sequences new 197a63068b [gdb/testsuite] Fix data alignment in gdb.arch/i386-{avx,sse}.exp new b082698c5c [gdb/testsuite] Use precise align in gdb.arch/i386-{avx,sse}.exp
The 2 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/Makefile.am | 65 +++--- bfd/Makefile.in | 68 ++++--- bfd/doc/Makefile.am | 94 --------- bfd/doc/Makefile.in | 94 --------- bfd/version.h | 2 +- binutils/ChangeLog | 11 + binutils/MAINTAINERS | 2 + binutils/dwarf.c | 18 +- gdb/NEWS | 6 + gdb/aarch64-tdep.c | 2 +- gdb/ada-lang.c | 13 +- gdb/ada-tasks.c | 204 ++++++++++++++++++- gdb/amd64-linux-tdep.c | 2 +- gdb/arm-tdep.c | 3 +- gdb/breakpoint.c | 12 ++ gdb/cli/cli-decode.c | 155 +++++++------- gdb/cli/cli-decode.h | 18 +- gdb/cli/cli-logging.c | 20 +- gdb/defs.h | 23 ++- gdb/doc/gdb.texinfo | 40 +++- gdb/dwarf2/expr.c | 11 +- gdb/dwarf2/file-and-dir.h | 111 ++++++++++ gdb/dwarf2/read.c | 99 ++++----- gdb/dwarf2/read.h | 7 + gdb/fbsd-tdep.c | 6 +- gdb/findvar.c | 35 ++-- gdb/frame.c | 6 +- gdb/frv-tdep.c | 2 +- gdb/gdbthread.h | 17 ++ gdb/gnu-nat.c | 2 +- gdb/hppa-bsd-tdep.c | 2 +- gdb/hppa-linux-tdep.c | 2 +- gdb/i386-linux-tdep.c | 2 +- gdb/ia64-tdep.c | 4 +- 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/regcache.c | 21 +- gdb/remote.c | 35 +++- gdb/riscv-tdep.c | 47 ++++- gdb/rs6000-aix-nat.c | 2 +- gdb/rust-lang.c | 10 +- gdb/symmisc.c | 19 +- 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.arch/i386-avx.c | 15 +- gdb/testsuite/gdb.arch/i386-avx.exp | 11 +- gdb/testsuite/gdb.arch/i386-sse.c | 16 +- gdb/testsuite/gdb.arch/i386-sse.exp | 11 +- gdb/testsuite/gdb.base/commands.exp | 22 ++ 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/maint.exp | 4 + 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/dw2-ranges-base.exp | 4 + gdb/testsuite/gdb.dwarf2/pr10770.exp | 4 +- gdb/testsuite/gdb.python/py-send-packet.exp | 3 +- gdb/testsuite/lib/gdb.exp | 8 +- gdb/testsuite/lib/precise-aligned-alloc.c | 87 ++++++++ gdb/thread.c | 31 +-- gdb/unittests/array-view-selftests.c | 104 ++++++++++ gdb/unittests/gmp-utils-selftests.c | 2 +- gdb/valarith.c | 68 ++++--- gdb/valops.c | 66 +++--- gdb/value.c | 24 +-- gdb/value.h | 4 - gdbserver/i387-fp.cc | 50 +++-- gdbsupport/array-view.h | 15 ++ gdbsupport/event-loop.cc | 13 +- gold/powerpc.cc | 226 +++++++++++++++------ include/sim/callback.h | 5 +- ld/testsuite/ld-shared/main.c | 10 +- ld/testsuite/ld-shared/sh1.c | 10 - ld/testsuite/ld-shared/shared.exp | 71 +++---- ld/testsuite/ld-shared/xcoff.dat | 4 + 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 + sim/Makefile.am | 3 + sim/Makefile.in | 110 +++++++--- sim/common/callback.c | 24 ++- sim/common/cgen-par.c | 3 +- sim/common/cgen-scache.c | 4 +- sim/common/cgen-trace.c | 5 +- sim/common/cgen-trace.h | 2 + sim/common/cgen-utils.c | 3 +- sim/common/dv-cfi.c | 2 +- sim/common/dv-glue.c | 4 +- sim/common/dv-pal.c | 12 +- sim/common/dv-sockser.c | 17 +- sim/common/genmloop.sh | 4 +- sim/common/hw-alloc.c | 4 +- sim/common/hw-base.c | 9 +- sim/common/hw-device.c | 7 +- sim/common/hw-device.h | 3 + sim/common/hw-events.c | 10 +- sim/common/hw-events.h | 4 + sim/common/hw-handles.c | 4 +- sim/common/hw-ports.c | 7 +- sim/common/hw-properties.c | 4 +- sim/common/hw-tree.c | 9 +- sim/common/hw-tree.h | 3 + sim/common/nrun.c | 15 +- sim/common/sim-abort.c | 1 + sim/common/sim-arange.c | 7 +- sim/common/sim-assert.h | 4 +- sim/common/sim-basics.h | 3 +- sim/common/sim-config.c | 3 +- sim/common/sim-core.c | 7 +- sim/common/sim-cpu.c | 3 +- sim/common/sim-engine.c | 7 +- sim/common/sim-engine.h | 3 + sim/common/sim-events.c | 12 +- sim/common/sim-events.h | 3 + sim/common/sim-fpu.c | 4 +- sim/common/sim-hload.c | 3 +- sim/common/sim-hw.c | 12 +- sim/common/sim-hw.h | 3 + sim/common/sim-inline.h | 1 + sim/common/sim-io.c | 12 +- sim/common/sim-io.h | 10 +- sim/common/sim-load.c | 4 +- sim/common/sim-memopt.c | 18 +- sim/common/sim-model.c | 5 +- sim/common/sim-module.c | 8 +- sim/common/sim-options.c | 15 +- sim/common/sim-profile.c | 11 +- sim/common/sim-reason.c | 4 +- sim/common/sim-signal.c | 1 + sim/common/sim-syscall.c | 2 + sim/common/sim-trace.c | 20 +- sim/common/sim-trace.h | 3 + sim/common/sim-utils.c | 9 +- sim/common/sim-utils.h | 2 + sim/common/sim-watch.c | 14 +- sim/common/syscall.c | 14 +- sim/erc32/Makefile.in | 8 - sim/m32c/Makefile.in | 2 +- sim/m68hc11/Makefile.in | 1 - sim/moxie/Makefile.in | 20 -- sim/moxie/{Makefile.in => local.mk} | 34 +--- sim/msp430/Makefile.in | 22 -- sim/rl78/Makefile.in | 2 - sim/testsuite/frv/allinsn-a-b.exp | 17 ++ sim/testsuite/frv/allinsn-c.exp | 17 ++ sim/testsuite/frv/allinsn-d-h.exp | 17 ++ sim/testsuite/frv/allinsn-i-l.exp | 17 ++ sim/testsuite/frv/allinsn-m.exp | 17 ++ sim/testsuite/frv/allinsn-n.exp | 17 ++ sim/testsuite/frv/allinsn-o-s.exp | 17 ++ sim/testsuite/frv/allinsn-t-z.exp | 17 ++ sim/testsuite/frv/allinsn.exp | 19 -- 171 files changed, 2265 insertions(+), 1121 deletions(-) create mode 100644 gdb/dwarf2/file-and-dir.h 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 gdb/testsuite/lib/precise-aligned-alloc.c copy sim/moxie/{Makefile.in => local.mk} (52%) create mode 100644 sim/testsuite/frv/allinsn-a-b.exp create mode 100644 sim/testsuite/frv/allinsn-c.exp create mode 100644 sim/testsuite/frv/allinsn-d-h.exp create mode 100644 sim/testsuite/frv/allinsn-i-l.exp create mode 100644 sim/testsuite/frv/allinsn-m.exp create mode 100644 sim/testsuite/frv/allinsn-n.exp create mode 100644 sim/testsuite/frv/allinsn-o-s.exp create mode 100644 sim/testsuite/frv/allinsn-t-z.exp delete mode 100644 sim/testsuite/frv/allinsn.exp