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-aarch64-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 2eef5098e9 Automatic date update in version.in adds 60598dbd58 gdb/testsuite: fix typo in gdb_test_multiple doc adds ee0688c233 Define a new DT_GNU_FLAGS_1 dynamic section for ld, readelf et al adds 6a0a0dd0cc Handle -z unique/-z nounique in ld adds c3805e4cef Document -z unique/-z nounique in the ld man page and help output adds a5da3dee21 Handle DT_GNU_FLAGS_1 in readelf adds af3c233bdb Define DT_GNU_FLAGS_1 and DF_GNU_1_UNIQUE for gold adds 8a87b27911 Implement and document -z unique / -z nounique handling in gold adds 77c8aaf716 [gdb/testsuite] Handle PS1 quirk in gdb.base/multi-line-star [...] adds 9f132af9e1 Add support for the SDIV and UDIV instructions to the ARM si [...] adds 7bed846687 PR27071, gas bugs uncovered by fuzzing adds 0e5ad4426a Highlight deprecated commands using title style adds 8947abe6bf gold: Add missing ChangeLog entries for commit ff4bc37d7 adds 2b2d74f4a1 Cosmetic improvements for OSABI access. adds e1b2362cbf Automatic date update in version.in new cf608cc40c C++-ify Ada component interval handling new 1ab8280d7d Clean up arguments to evaluate_subexp_do_call new 2adab65cc0 Introduce expression::first_opcode new efd7ff149a Add expected type parameter to evaluate_expression
The 4 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/ChangeLog | 5 + bfd/elflink.c | 5 +- bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/readelf.c | 23 +++++ elfcpp/ChangeLog | 15 +++ elfcpp/elfcpp.h | 15 +++ gas/ChangeLog | 10 ++ gas/config/obj-elf.c | 18 +++- gas/config/obj-elf.h | 5 + gas/listing.c | 9 +- gdb/ChangeLog | 43 ++++++++ gdb/ada-lang.c | 109 +++++++-------------- gdb/cli/cli-decode.c | 23 +++-- gdb/dtrace-probe.c | 6 +- gdb/eval.c | 36 +++---- gdb/expression.h | 14 ++- gdb/f-lang.c | 6 +- gdb/objc-lang.c | 6 +- gdb/stack.c | 4 +- gdb/stap-probe.c | 4 +- gdb/testsuite/ChangeLog | 8 ++ .../gdb.base/multi-line-starts-subshell.exp | 6 +- gdb/testsuite/gdb.base/style.exp | 7 ++ gdb/testsuite/lib/gdb.exp | 2 +- gdb/tracepoint.c | 4 +- gdb/typeprint.c | 2 +- gdb/value.c | 2 +- gdb/value.h | 9 +- gdb/varobj.c | 7 +- gold/ChangeLog | 39 ++++++++ gold/dwp.cc | 4 +- gold/incremental.cc | 4 +- gold/layout.cc | 6 ++ gold/object.cc | 8 +- gold/object.h | 10 +- gold/options.h | 3 + include/ChangeLog | 5 + include/bfdlink.h | 3 + include/elf/common.h | 4 + ld/ChangeLog | 7 ++ ld/emultempl/elf.em | 4 + ld/ld.texi | 10 ++ ld/lexsup.c | 4 + sim/arm/ChangeLog | 9 ++ sim/arm/armemu.c | 63 +++++++++++- sim/arm/thumbemu.c | 71 ++++++++++---- sim/arm/wrapper.c | 8 ++ 48 files changed, 499 insertions(+), 173 deletions(-)