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-arm-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 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 adds cf608cc40c C++-ify Ada component interval handling adds 1ab8280d7d Clean up arguments to evaluate_subexp_do_call adds 2adab65cc0 Introduce expression::first_opcode adds efd7ff149a Add expected type parameter to evaluate_expression new a33fc9aed4 gdb: multi-line support for "document" command new cf7a3c01d8 Lose some COFF/PE static vars, and peicode.h constify new 14aa7c52a3 arc constify new 8cb1c2c857 ppc64 constify new 61d2295d72 xtensa constify new 342371d54c XCOFF constify new 3f75e1d67f elflink.c constify new c410035d37 constify elfNN_bed
The 8 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 | 74 ++ bfd/arc-plt.h | 2 +- bfd/bfd-in2.h | 4 - bfd/bfd.c | 68 -- bfd/coff-rs6000.c | 28 +- bfd/coff64-rs6000.c | 9 +- bfd/coffcode.h | 27 +- bfd/elf.c | 54 +- bfd/elf32-arc.c | 8 +- bfd/elf32-nds32.c | 10 +- bfd/elf32-xtensa.c | 4 +- bfd/elf64-ppc.c | 2 +- bfd/elflink.c | 7 +- bfd/elfxx-target.h | 2 +- bfd/libxcoff.h | 38 +- bfd/pei-x86_64.c | 23 +- bfd/peicode.h | 2 +- bfd/version.h | 2 +- bfd/xtensa-modules.c | 1100 ++++++++++---------- binutils/ChangeLog | 5 + binutils/readelf.c | 23 + elfcpp/ChangeLog | 15 + elfcpp/elfcpp.h | 15 + gas/ChangeLog | 15 + gas/config/obj-elf.c | 45 +- gas/config/obj-elf.h | 5 + gas/listing.c | 9 +- gdb/ChangeLog | 55 + gdb/ada-lang.c | 109 +- gdb/cli/cli-decode.c | 23 +- gdb/cli/cli-script.c | 49 +- gdb/cli/cli-script.h | 1 + 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 + .../vla-ptr-info.exp => gdb.base/document.exp} | 29 +- .../gdb.base/multi-line-starts-subshell.exp | 6 +- gdb/testsuite/gdb.base/style.exp | 7 + 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 | 19 + include/bfdlink.h | 9 + include/elf/common.h | 4 + include/xtensa-isa-internal.h | 30 +- ld/ChangeLog | 18 + ld/emultempl/elf.em | 13 +- ld/emultempl/ppc32elf.em | 2 +- ld/ld.h | 6 - ld/ld.texi | 10 + ld/ldemul.c | 13 +- ld/ldexp.c | 8 +- ld/lexsup.c | 4 + sim/arm/ChangeLog | 9 + sim/arm/armemu.c | 63 +- sim/arm/thumbemu.c | 71 +- sim/arm/wrapper.c | 8 + 71 files changed, 1379 insertions(+), 965 deletions(-) copy gdb/testsuite/{gdb.fortran/vla-ptr-info.exp => gdb.base/document.exp} (53%)