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-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 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 adds 894982bfcc [AArch64] MTE corefile support adds 3b2bef8bbd [Binutils] Update NT_ARM note types for readelf adds 6d1a09b77a [gdb/breakpoint] Fix assert in jit_event_handler adds ca43e66033 testsuite/gdb.dwarf2: avoid dead code in dw2-inline-with-lex [...] adds 778ae9ccc8 [gdb/testsuite] Add target board cc-with-gnu-debuglink.exp
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 13 + bfd/dwarf2.c | 12 +- bfd/elf.c | 19 ++ bfd/section.c | 6 + bfd/version.h | 2 +- binutils/ChangeLog | 8 + binutils/readelf.c | 8 + gas/ChangeLog | 18 + gas/Makefile.am | 3 +- gas/Makefile.in | 3 +- 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 | 49 ++- gdb/MAINTAINERS | 1 + gdb/cli/cli-script.c | 72 ++-- gdb/cli/cli-script.h | 3 + gdb/contrib/cc-with-tweaks.sh | 46 ++- gdb/dwarf2/read.c | 2 +- gdb/jit.c | 6 +- gdb/linespec.c | 23 +- gdb/testsuite/ChangeLog | 17 + ...ith-gdb-index.exp => cc-with-gnu-debuglink.exp} | 8 +- .../{powerpc-prologue.c => powerpc64-prologue.c} | 37 +- ...powerpc-prologue.exp => powerpc64-prologue.exp} | 25 +- .../gdb.dwarf2/dw2-inline-with-lexical-scope.c | 4 +- include/ChangeLog | 5 + include/elf/common.h | 6 + sim/ppc/hw_memory.c | 2 +- 30 files changed, 510 insertions(+), 304 deletions(-) copy gdb/testsuite/boards/{cc-with-gdb-index.exp => cc-with-gnu-debuglink.exp} (82%) copy gdb/testsuite/gdb.arch/{powerpc-prologue.c => powerpc64-prologue.c} (73%) copy gdb/testsuite/gdb.arch/{powerpc-prologue.exp => powerpc64-prologue.exp} (87%)