This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_ubsan in repository toolchain/ci/binutils-gdb.
from 892a1e5303 Fix register regression in DWARF evaluator adds ff01bb6c23 x86: Don't pad .tfloat directive output adds c6b8e53281 Automatic date update in version.in adds faca1a42d3 x86: Always run fp tests adds 99db83d07d PATCH [1/4] arm: Add Tag_PAC_extension build attribute adds 4b53503018 PATCH [2/4] arm: Add Tag_BTI_extension build attribute adds b81ee92f03 PATCH [3/4] arm: Add Tag_BTI_use build attribute adds c9fed6655f PATCH [4/4] arm: Add Tag_PACRET_use build attribute adds 4eb629d50d gdbserver: Check r_version < 1 for Linux debugger interface adds c0154a4a21 gdb: Don't assume r_ldsomap when r_version > 1 on Linux adds 5d9cff510e opcodes: Fix the auxiliary register numbers for ARC HS
No new revisions were added by this update.
Summary of changes: bfd/elf32-arm.c | 4 +++ bfd/version.h | 2 +- binutils/readelf.c | 22 ++++++++++++++ elfcpp/arm.h | 4 +++ gas/NEWS | 4 +++ gas/config/tc-arm.c | 4 +++ gas/config/tc-i386.c | 13 --------- gas/config/tc-i386.h | 3 +- gas/testsuite/gas/i386/fp-elf32.d | 41 -------------------------- gas/testsuite/gas/i386/fp-elf64.d | 41 -------------------------- gas/testsuite/gas/i386/i386.exp | 5 +--- gdb/aarch64-linux-tdep.c | 2 +- gdb/alpha-linux-tdep.c | 2 +- gdb/amd64-linux-tdep.c | 4 +-- gdb/arc-linux-tdep.c | 2 +- gdb/arm-linux-tdep.c | 2 +- gdb/cris-linux-tdep.c | 2 +- gdb/csky-linux-tdep.c | 2 +- gdb/hppa-linux-tdep.c | 2 +- gdb/i386-linux-tdep.c | 2 +- gdb/ia64-linux-tdep.c | 2 +- gdb/linux-tdep.c | 60 +++++++++++++++++++++++++++++++++++++++ gdb/linux-tdep.h | 5 ++++ gdb/m32r-linux-tdep.c | 2 +- gdb/m68k-linux-tdep.c | 2 +- gdb/microblaze-linux-tdep.c | 2 +- gdb/mips-linux-tdep.c | 6 ++-- gdb/mn10300-linux-tdep.c | 2 +- gdb/nios2-linux-tdep.c | 2 +- gdb/or1k-linux-tdep.c | 2 +- gdb/ppc-linux-tdep.c | 4 +-- gdb/riscv-linux-tdep.c | 4 +-- gdb/s390-linux-tdep.c | 4 +-- gdb/sh-linux-tdep.c | 2 +- gdb/sparc-linux-tdep.c | 2 +- gdb/sparc64-linux-tdep.c | 2 +- gdb/tilegx-linux-tdep.c | 4 +-- gdb/xtensa-linux-tdep.c | 2 +- gdbserver/linux-low.cc | 2 +- include/elf/arm.h | 4 +++ opcodes/ChangeLog | 4 +++ opcodes/arc-regs.h | 4 +-- 42 files changed, 149 insertions(+), 137 deletions(-) delete mode 100644 gas/testsuite/gas/i386/fp-elf32.d delete mode 100644 gas/testsuite/gas/i386/fp-elf64.d