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-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 8cd6d968de Add form used for SPECIAL_expr as comment in testsuite Dwarf [...] adds ff4bc37d77 Keep input SHF_GNU_RETAIN sections and strip output SHF_GNU_ [...] adds 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
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 ++ bfd/elflink.c | 5 +- bfd/version.h | 2 +- binutils/ChangeLog | 5 ++ binutils/readelf.c | 23 +++++++ elfcpp/ChangeLog | 11 ++++ elfcpp/elfcpp.h | 8 +++ gas/ChangeLog | 10 +++ gas/config/obj-elf.c | 18 +++++- gas/config/obj-elf.h | 5 ++ gas/listing.c | 9 +-- gdb/ChangeLog | 5 ++ gdb/cli/cli-decode.c | 23 ++++--- 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 +- gold/ChangeLog | 30 +++++++++ gold/layout.cc | 37 ++++++----- gold/object.cc | 4 +- gold/object.h | 50 +++++++++++++++ gold/options.h | 3 + gold/testsuite/Makefile.am | 16 +++++ gold/testsuite/Makefile.in | 26 +++++++- gold/testsuite/{pr26936.sh => retain.sh} | 43 +++++++------ .../retain1.s => gold/testsuite/retain_1.s | 0 gold/testsuite/retain_2.s | 22 +++++++ 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 +++ 38 files changed, 492 insertions(+), 79 deletions(-) copy gold/testsuite/{pr26936.sh => retain.sh} (50%) copy binutils/testsuite/binutils-all/retain1.s => gold/testsuite/retain_1.s (100%) create mode 100644 gold/testsuite/retain_2.s