This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 113bb7618a RISC-V: PR27814, Objdump crashes when disassembling a non-EL [...] adds 19fa7881a9 config: delete unused sim macros adds 9cc11ab5bf sim: depend on gnulib adds 75933ce3d9 Automatic date update in version.in adds 9d9e2a340b PR27879, stack-buffer-overflow on sysdump adds 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. new 8baee38bfe sim: ppc: fix Wpointer-sign warning new 427e4066af gdb/bfd: avoid crash when architecture is forced to csky or riscv new a5523cc3c4 Clean up my ChangeLog entry new ed3130b740 Add myself to gdb/MAINTAINERS new 9a01ec4c03 Fix overflow detection in the Z80 assembler.
The 5 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: ChangeLog | 5 + Makefile.def | 1 + Makefile.in | 1 + bfd/ChangeLog | 14 + bfd/dwarf2.c | 12 +- bfd/plugin.c | 30 +- bfd/section.c | 6 + bfd/version.h | 2 +- binutils/ChangeLog | 19 ++ binutils/dwarf.c | 46 +-- binutils/sysdump.c | 13 +- config/ChangeLog | 4 + config/acinclude.m4 | 102 ------ 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 | 12 + gdb/MAINTAINERS | 1 + gdb/ada-lang.c | 4 +- gdb/break-catch-sig.c | 2 +- gdb/break-catch-throw.c | 2 +- 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/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 ++++----- 53 files changed, 646 insertions(+), 529 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%)