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_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-Os_LTO in repository toolchain/ci/binutils-gdb.
from f400c8d27e ld lexer tidy, possibly break the world adds 96ddc891f2 Automatic date update in version.in adds 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 new 1dd34eff4b Fix Ada regression due to DWARF expression series new 892a1e5303 Fix register regression in DWARF evaluator
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/version.h | 2 +- gas/config/obj-elf.c | 28 ++++++++++++++++-- gas/config/obj-elf.h | 5 ++++ gas/symbols.c | 26 +++++++++++++++- gas/symbols.h | 2 ++ 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 +++++++++++++++ ld/ldgram.y | 22 ++++++++++++++ ld/testsuite/ld-elf/overlay.t | 8 +++-- 15 files changed, 202 insertions(+), 17 deletions(-) create mode 100644 gas/testsuite/gas/symver/symver16.d create mode 100644 gas/testsuite/gas/symver/symver16.s