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-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 1b3892bedc PR27884, skip_attr_bytes: Assertion (data) <= (end) failed adds b534617fd5 inflow.c: Do not leak tty. adds 83b0a6865c Warn when the plugin interface runs out of file descriptors. adds c485e47599 Fix a build problem if ENABLE_CHECKING is not defined. adds 2129a94255 [gdb/testsuite] Fix read1 timeout in gdb.base/info-types-c++.exp adds d9211df246 gdb/testsuite: resolve duplicate test names in gdb.guile/*.exp adds 4915bfdcfb gdb: Add an overloaded ui_out::text accepting a const std::string & adds 8dd8c8d4ab gdb: Pass std::strings to ui_out::field_string () where convenient adds ee22a1a31d Fix offset for ia64 PCREL60B relocation on HP-UX adds 8f09aa5ba8 sim: ppc: fix some Wunused-function warnings adds 4156e38676 sim: ppc: fix some more Wunused-function warnings adds 0d7e3cd15f gdb: Move definitions of std::string overloads in ui_out to [...] adds bfff0efb3d sim: ppc: fix Wnonnull warning adds 17bb1d80f5 sim: ppc: fix some Wenum-compare warnings adds 5433e20ec1 Mark tu_abbrev_offset::operator<() const. adds 93b196f931 Automatic date update in version.in adds d556135f02 PR27888, fix link of gas with zlib by libtool 2.4.6 adds 7f2b87189b [PATCH]rs6000,testsuite Add a powerpc64-prologue testcase. adds 8baee38bfe sim: ppc: fix Wpointer-sign warning adds 427e4066af gdb/bfd: avoid crash when architecture is forced to csky or riscv adds a5523cc3c4 Clean up my ChangeLog entry adds ed3130b740 Add myself to gdb/MAINTAINERS adds 9a01ec4c03 Fix overflow detection in the Z80 assembler. adds bb6203bf1d cli-script: use unique_ptr to not leak next struct adds 1487a14ec2 gdb: remove linespec_p typedef adds 75b969ccb1 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 14 + bfd/dwarf2.c | 12 +- bfd/plugin.c | 30 +- bfd/section.c | 6 + bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/dwarf.c | 4 + gas/ChangeLog | 18 + gas/Makefile.am | 3 +- gas/Makefile.in | 3 +- gas/config/tc-ia64.c | 11 +- gas/config/tc-z80.c | 32 +- gas/testsuite/gas/z80/ez80_adl_suf.d | 2 +- gas/testsuite/gas/z80/ez80_isuf.s | 380 ++++++++++----------- gas/testsuite/gas/z80/ez80_z80_suf.d | 2 +- gdb/ChangeLog | 33 ++ gdb/MAINTAINERS | 1 + gdb/ada-lang.c | 4 +- gdb/break-catch-sig.c | 2 +- gdb/break-catch-throw.c | 2 +- gdb/cli/cli-script.c | 72 ++-- gdb/cli/cli-script.h | 3 + gdb/cli/cli-setshow.c | 4 +- gdb/disasm.c | 2 +- gdb/dwarf2/read.c | 2 +- gdb/infcmd.c | 2 +- gdb/inferior.c | 2 +- gdb/inflow.c | 2 +- gdb/linespec.c | 23 +- gdb/linux-thread-db.c | 2 +- gdb/mi/mi-cmd-var.c | 22 +- gdb/mi/mi-main.c | 14 +- gdb/osdata.c | 3 +- gdb/probe.c | 5 +- gdb/source.c | 2 +- gdb/target-connection.c | 2 +- gdb/testsuite/ChangeLog | 15 + .../{powerpc-prologue.c => powerpc64-prologue.c} | 37 +- ...powerpc-prologue.exp => powerpc64-prologue.exp} | 25 +- gdb/testsuite/gdb.base/info-types.exp.tcl | 97 +++++- gdb/testsuite/gdb.guile/scm-pretty-print.exp | 7 +- gdb/thread.c | 5 +- gdb/tracepoint.c | 4 +- gdb/ui-out.c | 6 - gdb/ui-out.h | 7 +- sim/ppc/device.h | 4 +- sim/ppc/emul_netbsd.c | 3 +- sim/ppc/hw_memory.c | 2 +- sim/ppc/hw_phb.c | 4 +- sim/ppc/inline.h | 168 ++++----- 50 files changed, 660 insertions(+), 451 deletions(-) copy gdb/testsuite/gdb.arch/{powerpc-prologue.c => powerpc64-prologue.c} (73%) copy gdb/testsuite/gdb.arch/{powerpc-prologue.exp => powerpc64-prologue.exp} (87%)