This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_apm/gnu-master-arm-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from 4ffb22ec40 ld script fill pattern expression adds ec1e5afa89 Automatic date update in version.in adds 70069e7823 Automatic date update in version.in adds eb09df162b as: Replace the removed symbol with the versioned symbol adds bd7ccaa983 Notify observer of breakpoint auto-disabling adds 1dd34eff4b Fix Ada regression due to DWARF expression series adds 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
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/obj-elf.c | 28 +++++++++++- gas/config/obj-elf.h | 5 +++ gas/config/tc-arm.c | 4 ++ gas/config/tc-i386.c | 13 ------ gas/config/tc-i386.h | 3 +- gas/symbols.c | 26 ++++++++++- gas/symbols.h | 2 + gas/testsuite/gas/i386/fp-elf32.d | 41 ------------------ gas/testsuite/gas/i386/fp-elf64.d | 41 ------------------ gas/testsuite/gas/i386/i386.exp | 5 +-- gas/testsuite/gas/symver/symver11.d | 2 +- gas/testsuite/gas/symver/symver16.d | 13 ++++++ gas/testsuite/gas/symver/symver16.s | 16 +++++++ gas/write.c | 21 ++++++--- 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/breakpoint.c | 2 +- gdb/cris-linux-tdep.c | 2 +- gdb/csky-linux-tdep.c | 2 +- gdb/dwarf2/expr.c | 8 +++- 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/testsuite/gdb.mi/mi-breakpoint-changed.exp | 41 ++++++++++++++++++ gdb/testsuite/gdb.python/py-breakpoint.exp | 23 ++++++++++ gdb/tilegx-linux-tdep.c | 4 +- gdb/xtensa-linux-tdep.c | 2 +- gdbserver/linux-low.cc | 2 +- include/elf/arm.h | 4 ++ 52 files changed, 317 insertions(+), 148 deletions(-) delete mode 100644 gas/testsuite/gas/i386/fp-elf32.d delete mode 100644 gas/testsuite/gas/i386/fp-elf64.d create mode 100644 gas/testsuite/gas/symver/symver16.d create mode 100644 gas/testsuite/gas/symver/symver16.s