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-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 2f4132646d [gdb/testsuite] Don't pass -fPIC to gdb_compile_shlib adds eab9267c33 Use DW_FORM_exprloc in testsuite Dwarf Assembler for DWARF v [...] adds 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 new 8947abe6bf gold: Add missing ChangeLog entries for commit ff4bc37d7
The 1 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 | 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 | 19 ++++++ .../gdb.base/multi-line-starts-subshell.exp | 6 +- gdb/testsuite/gdb.base/style.exp | 7 +++ gdb/testsuite/lib/dwarf.exp | 27 ++++++-- 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 +++ 39 files changed, 524 insertions(+), 85 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