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-aarch64-bootstrap_O3 in repository toolchain/ci/binutils-gdb.
from 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
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/NEWS | 4 + gas/config/obj-elf.c | 28 +++++- gas/config/obj-elf.h | 5 ++ 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.s | 119 +++++++++++++++++++++++++ gas/testsuite/gas/i386/i386.exp | 3 + 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/breakpoint.c | 2 +- gdb/dwarf2/expr.c | 8 +- gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp | 41 +++++++++ gdb/testsuite/gdb.python/py-breakpoint.exp | 23 +++++ 18 files changed, 302 insertions(+), 29 deletions(-) create mode 100644 gas/testsuite/gas/symver/symver16.d create mode 100644 gas/testsuite/gas/symver/symver16.s