This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from d5a71b1131 sim: cgen: move cgen_cpu_max_extra_bytes logic into the common code adds f0bae2552d RISC-V: Add i-ext as the implicit extension when e-ext is set. adds f5b1097353 RISC-V: The version of i-ext should be RISCV_UNKNOWN_VERSION [...] adds b585e89996 elf_backend_archive_symbol_lookup adds 2cc15b10e5 convert elf_link_hash macros to inline functions adds 9d8f30221b gdb, testsuite, btrace: relax unneeded stepi expected output adds 04977957ec gdbserver: constify the 'pid_to_exec_file' target op adds 43e05cd4f4 ENABLE_CHECKING in bfd, opcodes, binutils, ld adds d471748373 gdb, gdbserver: remove WinCE support code adds 6ba4cb845b RS6000 Add support to print vector register contents as float128 adds 4bb920c68e m68hc11 gas testsuite wart adds b722acca42 Add myself to gdb/MAINTAINERS adds 82d9b28047 [rs6000] Create a powerpc-power10.exp test adds e3d528d7e6 [PATCH, rs6000, v3][PR gdb/27525] displaced stepping across [...] adds c8a379440e [PATCH] gdb-power10-single-step adds 6b142048ad [PATCH,rs6000] Fix vsx-regs.exp testcase failure adds 8d85d1f53f Automatic date update in version.in adds e3839c100f RISC-V: Don't report the mismatched version warning for the [...] adds 0fa29e2dee Remove now unneeded #ifdef check for NT_NETBSD_PAX. adds 1cfc6f00e4 PR27722, error: array subscript has type char adds d2f1139ef0 bfd: avoid infinite loop when static linking XCOFF adds 0256da25c0 Remove process_stratum_target::hostio_last_error abstraction adds 6418520e7f Document the effect of --as-needed on --rpath on Linux based [...] adds d9d2ef05f1 Fix build failure for 32-bit targets with --enable-targets=all adds 329534fda7 [gdb] Fix regoff_t incompatibility adds 1228cb9094 Remove some unused typedefs from gdbserver adds 6cacd44948 Remove WinCE code from gdbreplay adds c159f35225 PR27723, Internal error in select_cie_for_fde adds c48a248e33 Automatic date update in version.in adds d20eb46617 Re: PR27723, Internal error in select_cie_for_fde new 13acb58d42 PR27716, build failure for msdosdjgpp: PATH_MAX undeclared
The 1 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/ChangeLog | 72 +++ bfd/config.in | 3 + bfd/configure | 22 +- bfd/configure.ac | 13 + bfd/elf-bfd.h | 61 +- bfd/elf32-arm.c | 2 - bfd/elf32-csky.c | 2 - bfd/elf32-hppa.c | 6 +- bfd/elf64-alpha.c | 3 +- bfd/elf64-ia64-vms.c | 16 +- bfd/elf64-ppc.c | 18 +- bfd/elflink.c | 56 +- bfd/elfnn-aarch64.c | 2 +- bfd/elfnn-ia64.c | 6 +- bfd/elfnn-riscv.c | 28 +- bfd/elfxx-riscv.c | 65 +- bfd/elfxx-riscv.h | 2 + bfd/version.h | 2 +- bfd/xcofflink.c | 3 +- binutils/ChangeLog | 29 + binutils/config.in | 3 + binutils/configure | 24 +- binutils/configure.ac | 15 +- binutils/objdump.c | 5 +- binutils/readelf.c | 153 ++--- binutils/sysdep.h | 15 - gas/ChangeLog | 18 + gas/dw2gencfi.c | 125 ++-- gas/testsuite/gas/m68hc11/m68hc11.exp | 22 +- gdb/ChangeLog | 36 ++ gdb/MAINTAINERS | 1 + gdb/nat/windows-nat.c | 11 - gdb/nat/windows-nat.h | 5 - gdb/rs6000-tdep.c | 93 ++- gdb/testsuite/ChangeLog | 37 ++ gdb/testsuite/gdb.arch/powerpc-addpcis.exp | 105 ++++ .../testsuite/gdb.arch/powerpc-addpcis.s | 35 +- gdb/testsuite/gdb.arch/powerpc-lnia.exp | 101 +++ .../testsuite/gdb.arch/powerpc-lnia.s | 36 +- gdb/testsuite/gdb.arch/powerpc-plxv-nonrel.exp | 131 ++++ gdb/testsuite/gdb.arch/powerpc-plxv-nonrel.s | 45 ++ gdb/testsuite/gdb.arch/powerpc-power10.exp | 686 +++++++++++++++++++++ gdb/testsuite/gdb.arch/powerpc-power10.s | 639 +++++++++++++++++++ gdb/testsuite/gdb.arch/vsx-regs.exp | 13 +- .../testsuite/gdb.arch/vsx-vsr-float28.c | 29 +- gdb/testsuite/gdb.arch/vsx-vsr-float28.exp | 90 +++ gdb/testsuite/gdb.btrace/reconnect.exp | 2 +- gdb/ui-style.c | 4 +- gdbserver/ChangeLog | 40 ++ gdbserver/Makefile.in | 1 - gdbserver/configure | 2 +- gdbserver/configure.ac | 2 +- gdbserver/configure.srv | 5 - gdbserver/gdbreplay.cc | 51 -- gdbserver/hostio.cc | 8 +- gdbserver/hostio.h | 4 - gdbserver/linux-low.cc | 2 +- gdbserver/linux-low.h | 2 +- gdbserver/netbsd-low.cc | 4 +- gdbserver/netbsd-low.h | 2 +- gdbserver/server.cc | 3 +- gdbserver/target.cc | 8 +- gdbserver/target.h | 6 +- gdbserver/win32-low.cc | 180 +----- gdbserver/win32-low.h | 4 - gprof/ChangeLog | 10 + gprof/corefile.c | 4 +- gprof/gprof.h | 4 - gprof/source.c | 17 +- gprof/utils.c | 8 +- ld/ChangeLog | 23 + ld/config.in | 3 + ld/configure | 22 +- ld/configure.ac | 13 + ld/emultempl/mipself.em | 2 +- ld/ld.texi | 16 + ld/ldelf.c | 2 +- ld/libdep_plugin.c | 6 +- opcodes/ChangeLog | 6 + opcodes/config.in | 3 + opcodes/configure | 22 +- opcodes/configure.ac | 13 + 82 files changed, 2715 insertions(+), 673 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/powerpc-addpcis.exp copy gdbserver/hostio-errno.cc => gdb/testsuite/gdb.arch/powerpc-addpcis.s (53%) create mode 100644 gdb/testsuite/gdb.arch/powerpc-lnia.exp copy gdbserver/hostio.h => gdb/testsuite/gdb.arch/powerpc-lnia.s (56%) create mode 100644 gdb/testsuite/gdb.arch/powerpc-plxv-nonrel.exp create mode 100644 gdb/testsuite/gdb.arch/powerpc-plxv-nonrel.s create mode 100644 gdb/testsuite/gdb.arch/powerpc-power10.exp create mode 100644 gdb/testsuite/gdb.arch/powerpc-power10.s rename gdbserver/hostio-errno.cc => gdb/testsuite/gdb.arch/vsx-vsr-float28.c (57%) create mode 100644 gdb/testsuite/gdb.arch/vsx-vsr-float28.exp