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-lts-defconfig in repository toolchain/binutils-gdb.
from 0632eeea6e [BINUTILS, ARM] Add Armv8.5-A to select_arm_features and upd [...] adds 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
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 17 ++ bfd/config.bfd | 4 + bfd/configure | 1 + bfd/configure.ac | 1 + bfd/elf32-rx.c | 23 +++ bfd/mach-o.c | 3 + bfd/targets.c | 1 + bfd/version.h | 2 +- binutils/ChangeLog | 22 +++ binutils/doc/binutils.texi | 34 +++- binutils/elfedit.c | 256 ++++++++++++++++++++++++++++- binutils/testsuite/lib/binutils-common.exp | 2 +- gas/ChangeLog | 20 +++ gas/config/tc-arm.c | 2 + gas/config/tc-rx.h | 4 + gas/configure.tgt | 2 + gas/testsuite/gas/arm/neon-cond-bad-inc.s | 4 + gas/testsuite/gas/arm/neon-cond-bad.l | 30 ++-- gas/testsuite/gas/arm/neon-cond-bad_t2.d | 5 + gas/testsuite/gas/arm/vfp-bad.l | 2 + gas/testsuite/gas/arm/vfp-bad.s | 2 + gas/testsuite/gas/rx/pr19665.d | 2 +- gas/testsuite/gas/rx/pr22737.d | 2 +- gdb/ChangeLog | 20 +++ gdb/arm-tdep.c | 4 + gdb/configure.tgt | 2 +- gdb/linux-tdep.c | 12 +- gdb/riscv-fbsd-nat.c | 3 +- gdb/testsuite/ChangeLog | 10 ++ gdb/testsuite/gdb.base/code_elim.exp | 5 + gdb/testsuite/gdb.base/many-headers.c | 50 ++++++ gdb/testsuite/gdb.base/many-headers.exp | 67 ++++++++ include/ChangeLog | 5 + include/mach-o/loader.h | 3 +- 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 + 42 files changed, 676 insertions(+), 37 deletions(-) create mode 100644 gdb/testsuite/gdb.base/many-headers.c create mode 100644 gdb/testsuite/gdb.base/many-headers.exp 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