This is an automated email from the git hooks/post-receive script.
tcwg-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-master-arm-eabi-coremark-Os in repository toolchain/ci/binutils-gdb.
from 7393df7f3f x86: Do not dump DS/CS segment overrides for branch hints adds 50a5f1878e gdb: introduce new 'maint flush ' prefix command adds ee9812a001 gdb: new command 'maint flush dcache' adds 5d7e6ed0bd [gdb/testsuite] Avoid gnatbind/gnatlink in gdb.ada/catch_ex_std.exp adds a406a98e6e [gdb/testsuite] Handle ada in gdb_compile_shlib adds 862fcbd8f0 [gdb/testsuite] Fix gdb.base/endianity.exp with gcc-4.8 adds f5756acc15 Constify parse_and_eval_type adds 4cf2ad7200 Update ELF headers and readelf with recent e_machine assignments. adds f12650bff1 Fix incremental linking with rodata merge sections. adds 387a56a543 Fix incremental tests using gcc 9, which adds Gnu properties [...] adds 70759921d8 Automatic date update in version.in adds f22318ef0d Re-enable incremental tests that were failing with GCC 9+. adds ad9675dd80 sim/mips/cp1.c: Include <stdlib.h> for abort() declaration adds f7c54040d7 rx-elf FAIL: SHF_GNU_RETAIN sections 27 adds 6abe7848fa Solaris 11.4 ld build failure adds 3991c7acb2 Fix a use of an uninitialised variable in the bfd linker. adds 8da4f428d1 PR26836, memory leak in parse_args adds a86c6c1964 Put bfd_section_from_shdr loop detection array in elf_tdata adds bf6d803782 Add a plugin for processing static library dependencies. adds a3bdae4ef8 Handle fixed-point division by zero adds e26624c669 Be more careful when rewriting thick pointer array type adds 25a1127be7 Use exact match in get_var_value adds 86b442599b Handle block-local names for Ada adds 153f6e6cb0 [gdb/testsuite] Handle shell prompt in batch-preserve-term-s [...] adds 519155c9f6 [gdb/testsuite] Handle no glibc debuginfo in gdb.base/solib- [...] adds 18f1cb1fc5 [gdb/testsuite] Handle missing xz in gdb.base/gnu-debugdata.exp adds a6f3c8a1a8 Do not manually dissect OP_TYPE operations adds 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 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 adds a33fc9aed4 gdb: multi-line support for "document" command adds cf7a3c01d8 Lose some COFF/PE static vars, and peicode.h constify adds 14aa7c52a3 arc constify adds 8cb1c2c857 ppc64 constify adds 61d2295d72 xtensa constify adds 342371d54c XCOFF constify adds 3f75e1d67f elflink.c constify adds c410035d37 constify elfNN_bed
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 81 + 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-bfd.h | 1 + bfd/elf.c | 108 +- bfd/elf32-arc.c | 8 +- bfd/elf32-nds32.c | 10 +- bfd/elf32-xtensa.c | 4 +- bfd/elf64-ppc.c | 2 +- bfd/elfcode.h | 3 + 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 | 9 + binutils/readelf.c | 40 +- elfcpp/ChangeLog | 15 + elfcpp/elfcpp.h | 16 + gas/ChangeLog | 21 + gas/config/obj-elf.c | 45 +- gas/config/obj-elf.h | 5 + gas/listing.c | 9 +- gas/testsuite/gas/elf/section27.s | 20 +- gdb/ChangeLog | 111 + gdb/NEWS | 14 + gdb/ada-lang.c | 182 +- gdb/cli/cli-cmds.c | 4 + gdb/cli/cli-cmds.h | 4 + gdb/cli/cli-decode.c | 23 +- gdb/cli/cli-script.c | 49 +- gdb/cli/cli-script.h | 1 + gdb/dictionary.c | 7 + gdb/doc/ChangeLog | 10 + gdb/doc/gdb.texinfo | 28 +- gdb/dtrace-probe.c | 8 +- gdb/dwarf2/read.c | 71 +- gdb/eval.c | 38 +- gdb/expression.h | 14 +- gdb/f-lang.c | 6 +- gdb/gdbtypes.c | 2 +- gdb/maint.c | 5 + gdb/objc-lang.c | 6 +- gdb/regcache.c | 13 +- gdb/stack.c | 4 +- gdb/stap-probe.c | 4 +- gdb/symtab.c | 8 +- gdb/target-dcache.c | 19 + gdb/testsuite/ChangeLog | 101 + gdb/testsuite/gdb.ada/catch_ex_std.exp | 89 +- gdb/testsuite/gdb.ada/nested.exp | 15 + gdb/testsuite/gdb.ada/nested/hello.adb | 18 +- .../gdb.base/batch-preserve-term-settings.exp | 9 +- gdb/testsuite/gdb.base/break-probes.exp | 3 +- gdb/testsuite/gdb.base/c-linkage-name.exp | 2 +- gdb/testsuite/gdb.base/ctxobj.exp | 4 +- gdb/testsuite/gdb.base/dcache-flush.c | 33 + gdb/testsuite/gdb.base/dcache-flush.exp | 64 + .../{gdb.ada/nested.exp => gdb.base/document.exp} | 34 +- gdb/testsuite/gdb.base/dso2dso.exp | 4 +- gdb/testsuite/gdb.base/endianity.exp | 11 +- .../gdb.base/global-var-nested-by-dso.exp | 4 +- gdb/testsuite/gdb.base/info-shared.exp | 6 +- gdb/testsuite/gdb.base/jit-reader-simple.exp | 2 +- gdb/testsuite/gdb.base/killed-outside.exp | 2 +- .../gdb.base/multi-line-starts-subshell.exp | 6 +- gdb/testsuite/gdb.base/print-file-var.exp | 2 +- gdb/testsuite/gdb.base/skip-solib.exp | 2 +- gdb/testsuite/gdb.base/solib-corrupted.exp | 12 +- gdb/testsuite/gdb.base/style.exp | 7 + gdb/testsuite/gdb.btrace/dlopen.exp | 3 +- gdb/testsuite/gdb.dwarf2/ada-thick-pointer.exp | 95 + gdb/testsuite/gdb.dwarf2/dw2-fixed-point.exp | 3 + gdb/testsuite/gdb.opt/inline-bt.exp | 2 +- gdb/testsuite/gdb.perf/gmonster-null-lookup.py | 2 +- gdb/testsuite/gdb.perf/gmonster-print-cerr.py | 2 +- gdb/testsuite/gdb.perf/gmonster-ptype-string.py | 2 +- gdb/testsuite/gdb.python/py-unwind.exp | 2 +- gdb/testsuite/lib/dwarf.exp | 27 +- gdb/testsuite/lib/gdb.exp | 62 +- gdb/tracepoint.c | 4 +- gdb/typeprint.c | 38 +- gdb/valarith.c | 2 + gdb/value.c | 2 +- gdb/value.h | 11 +- gdb/varobj.c | 7 +- gold/ChangeLog | 59 + gold/dwp.cc | 4 +- gold/incremental.cc | 4 +- gold/layout.cc | 40 +- gold/object.cc | 14 +- gold/object.h | 48 + gold/options.h | 3 + gold/testsuite/Makefile.am | 20 +- gold/testsuite/Makefile.in | 127 +- gold/testsuite/retain.sh | 60 + .../retain1.s => gold/testsuite/retain_1.s | 0 gold/testsuite/retain_2.s | 22 + include/ChangeLog | 23 + include/bfdlink.h | 9 + include/elf/common.h | 16 + include/xtensa-isa-internal.h | 30 +- ld/ChangeLog | 44 + ld/Makefile.am | 5 + ld/Makefile.in | 158 +- ld/NEWS | 3 + ld/deffilep.y | 8 +- ld/emultempl/elf.em | 13 +- ld/emultempl/ppc32elf.em | 2 +- ld/ld.h | 6 - ld/ld.texi | 63 + ld/ldemul.c | 13 +- ld/ldexp.c | 8 +- ld/lexsup.c | 10 +- ld/libdep_plugin.c | 366 +++ ld/po/ld.pot | 3112 +++++++++++--------- sim/arm/ChangeLog | 9 + sim/arm/armemu.c | 63 +- sim/arm/thumbemu.c | 71 +- sim/arm/wrapper.c | 8 + sim/mips/ChangeLog | 4 + sim/mips/cp1.c | 2 + 128 files changed, 4662 insertions(+), 2819 deletions(-) create mode 100644 gdb/testsuite/gdb.base/dcache-flush.c create mode 100644 gdb/testsuite/gdb.base/dcache-flush.exp copy gdb/testsuite/{gdb.ada/nested.exp => gdb.base/document.exp} (50%) create mode 100644 gdb/testsuite/gdb.dwarf2/ada-thick-pointer.exp create mode 100755 gold/testsuite/retain.sh copy binutils/testsuite/binutils-all/retain1.s => gold/testsuite/retain_1.s (100%) create mode 100644 gold/testsuite/retain_2.s create mode 100644 ld/libdep_plugin.c