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-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 1f1845d435 Fix compile time error building windmc, detected by gcc 11. adds a1d217e844 gdb: TYPE_VECTOR -> type::is_vector in amd64-windows-tdep.c adds 9e6dbd8b54 gdb: sync tui header files in HFILES_NO_SRCDIR adds 0897537869 Automatic date update in version.in adds 6afcdeb358 PR26667, Add powerpc64le-*-freebsd* support adds 3ce6300ea8 Fix gas sh-link-zero test for hppa64-hpux adds ed3bdac42c gdb/testsuite: allow gdb.base/overlays.exp to compile for m32r adds 31a8f60f2f gdb: handle unmapped overlays in find_pc_line adds 043f5c63f0 sim: Fix autoreconf errors in sim/ directory adds 0ae9445d52 A small set of code improvements for the Z80 assembler. adds ced4a4c1cc Fix gdb.base/list-ambiguous.exp with Clang adds 3089759191 Fix gdb.base/list.exp with Clang adds 0ec992e664 Fix a bug in objcopy/strip's ability to merge notes in multi [...] adds 05cfb0d8cc aarch64: Fix bogus type punning in parse_barrier() [PR26699]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 10 ++++ bfd/config.bfd | 5 ++ bfd/configure | 1 + bfd/configure.ac | 1 + bfd/elf64-ppc.c | 2 + bfd/targets.c | 2 + bfd/version.h | 2 +- binutils/ChangeLog | 5 ++ binutils/objcopy.c | 6 +-- gas/ChangeLog | 25 ++++++++++ gas/config/tc-aarch64.c | 8 +-- gas/config/tc-z80.c | 28 ++++++++--- gas/testsuite/gas/aarch64/system.d | 1 + gas/testsuite/gas/aarch64/system.s | 1 + gas/testsuite/gas/elf/sh-link-zero.s | 13 +++-- gdb/ChangeLog | 15 ++++++ gdb/Makefile.in | 2 +- gdb/amd64-windows-tdep.c | 2 +- gdb/symtab.c | 15 ++++-- gdb/testsuite/ChangeLog | 19 ++++++++ gdb/testsuite/gdb.base/list-ambiguous0.c | 2 +- gdb/testsuite/gdb.base/list-ambiguous1.c | 2 +- gdb/testsuite/gdb.base/list0.c | 2 +- gdb/testsuite/gdb.base/list1.c | 2 +- gdb/testsuite/gdb.base/m32r.ld | 84 ++++++++++++++++++-------------- gdb/testsuite/gdb.base/overlays.exp | 2 +- gdb/testsuite/gdb.base/ovlymgr.c | 2 + ld/ChangeLog | 9 ++++ ld/Makefile.am | 2 + ld/Makefile.in | 3 ++ ld/configure.tgt | 4 ++ ld/emulparams/elf64lppc_fbsd.sh | 6 +++ ld/po/BLD-POTFILES.in | 1 + sim/testsuite/ChangeLog | 5 ++ sim/testsuite/configure | 4 +- sim/testsuite/configure.ac | 2 +- sim/testsuite/d10v-elf/ChangeLog | 5 ++ sim/testsuite/d10v-elf/configure | 4 +- sim/testsuite/d10v-elf/configure.ac | 2 +- sim/testsuite/frv-elf/ChangeLog | 5 ++ sim/testsuite/frv-elf/configure | 4 +- sim/testsuite/frv-elf/configure.ac | 2 +- sim/testsuite/m32r-elf/ChangeLog | 5 ++ sim/testsuite/m32r-elf/configure | 4 +- sim/testsuite/m32r-elf/configure.ac | 2 +- sim/testsuite/mips64el-elf/ChangeLog | 5 ++ sim/testsuite/mips64el-elf/configure | 4 +- sim/testsuite/mips64el-elf/configure.ac | 2 +- 48 files changed, 251 insertions(+), 88 deletions(-) create mode 100644 ld/emulparams/elf64lppc_fbsd.sh