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-arm-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 7d1441178a gdb: avoid unnecessary string copy in auto_load_objfile_script_1 adds 0cc79db2b6 Fix spelling mistakes adds cc8b27f89c Add NetBSD AArch64 GAS support. adds c0b3134417 Add NetBSD AArch64 Little Endian and Big Endian BFD support. adds a417e439c2 [PATCH][GAS][arm] Update Cortex-X1 feature flags adds f9b1d75e91 [PATCH][GAS][AArch64] Update Cortex-X1 feature flags adds 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 new 3ce6300ea8 Fix gas sh-link-zero test for hppa64-hpux new ed3bdac42c gdb/testsuite: allow gdb.base/overlays.exp to compile for m32r new 31a8f60f2f gdb: handle unmapped overlays in find_pc_line new 043f5c63f0 sim: Fix autoreconf errors in sim/ directory new 0ae9445d52 A small set of code improvements for 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: bfd/ChangeLog | 14 ++++++ bfd/config.bfd | 9 +++- bfd/configure | 1 + bfd/configure.ac | 1 + bfd/elf64-ppc.c | 2 + bfd/targets.c | 2 + bfd/version.h | 2 +- binutils/ChangeLog | 10 ++++ binutils/doc/binutils.texi | 16 +++---- binutils/windmc.c | 2 +- cpu/ChangeLog | 4 ++ cpu/m32r.cpu | 2 +- gas/ChangeLog | 26 ++++++++++ gas/config/tc-aarch64.c | 8 +++- gas/config/tc-arm.c | 2 +- gas/config/tc-z80.c | 28 ++++++++--- gas/configure.tgt | 1 + gas/doc/as.texi | 2 +- gas/doc/c-wasm32.texi | 2 +- 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 | 8 ++++ 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 + opcodes/ChangeLog | 6 +++ opcodes/cgen-asm.c | 4 +- opcodes/cgen-dis.c | 4 +- opcodes/tic30-dis.c | 2 +- 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 +- 53 files changed, 278 insertions(+), 95 deletions(-) create mode 100644 ld/emulparams/elf64lppc_fbsd.sh