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-mainline-allmodconfig in repository toolchain/binutils-gdb.
from bc52d49c1d [arm] Check for neon and condition in vcvt.f16.f32 adds f86e17aacf [arm] fix testsuite breakage on pe-coff adds ddea148b3d Add support for a couple of new Mach-O commands. adds 8a6b075bc0 elfedit: Add --enable-x86-feature/--disable-x86-feature adds bcecc11da2 Note that PT_GETREGS supplies SSTATUS for FreeBSD/riscv. adds 9e237747bd ARM: Do not use FP reg when on AAPCS adds f11acc5ec0 gdb: xtensa: use linux ABI code for uclinux adds 109be305bb RISC-V: Force variables to .data for code_elim. adds 31aceee863 [gdb] Fix gdb crash when reading core file adds 8f531a8d1f Automatic date update in version.in adds 8d3c78e473 rx: Add target rx-*-linux. adds 42d4c301c4 Regen bfd/configure adds 35ee2dc2e4 gdb: Guard against NULL dereference in dwarf2_init_integer_type adds fc7b364aba Add support for new load commands added by Apple to the MACH [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 36 +++ bfd/config.bfd | 4 + bfd/configure | 1 + bfd/configure.ac | 1 + bfd/elf32-rx.c | 23 ++ bfd/mach-o.c | 50 +++- bfd/mach-o.h | 48 +++- bfd/targets.c | 1 + bfd/version.h | 2 +- binutils/ChangeLog | 34 +++ binutils/doc/binutils.texi | 34 ++- binutils/elfedit.c | 256 ++++++++++++++++++++- binutils/od-macho.c | 121 +++++++++- binutils/testsuite/lib/binutils-common.exp | 2 +- gas/ChangeLog | 9 + gas/config/tc-rx.h | 4 + gas/configure.tgt | 2 + gas/testsuite/gas/arm/neon-cond-bad_t2.d | 6 +- gas/testsuite/gas/rx/pr19665.d | 2 +- gas/testsuite/gas/rx/pr22737.d | 2 +- gdb/ChangeLog | 25 ++ gdb/arm-tdep.c | 4 + gdb/configure.tgt | 2 +- gdb/dwarf2read.c | 3 +- gdb/linux-tdep.c | 12 +- gdb/riscv-fbsd-nat.c | 3 +- gdb/testsuite/ChangeLog | 15 ++ gdb/testsuite/gdb.base/code_elim.exp | 5 + gdb/testsuite/gdb.base/many-headers.c | 50 ++++ gdb/testsuite/gdb.base/many-headers.exp | 67 ++++++ .../{void-type.exp => missing-type-name.exp} | 46 ++-- gdb/testsuite/gdb.dwarf2/void-type.exp | 12 +- include/ChangeLog | 15 ++ include/mach-o/external.h | 19 +- include/mach-o/loader.h | 53 +++-- ld/ChangeLog | 11 + ld/testsuite/config/default.exp | 4 + ld/testsuite/ld-elf/linux-x86.exp | 46 ++++ ld/testsuite/ld-elf/x86-feature-1a.rd | 6 + ld/testsuite/ld-elf/x86-feature-1b.rd | 6 + ld/testsuite/ld-elf/x86-feature-1c.rd | 6 + ld/testsuite/ld-elf/x86-feature-1d.rd | 6 + ld/testsuite/ld-elf/x86-feature-1e.rd | 6 + 43 files changed, 958 insertions(+), 102 deletions(-) create mode 100644 gdb/testsuite/gdb.base/many-headers.c create mode 100644 gdb/testsuite/gdb.base/many-headers.exp copy gdb/testsuite/gdb.dwarf2/{void-type.exp => missing-type-name.exp} (70%) create mode 100644 ld/testsuite/ld-elf/x86-feature-1a.rd create mode 100644 ld/testsuite/ld-elf/x86-feature-1b.rd create mode 100644 ld/testsuite/ld-elf/x86-feature-1c.rd create mode 100644 ld/testsuite/ld-elf/x86-feature-1d.rd create mode 100644 ld/testsuite/ld-elf/x86-feature-1e.rd