This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_O1 in repository toolchain/ci/binutils-gdb.
from d98c63919a Automatic date update in version.in adds 4e6e8ba7c5 sim: cris: clean up missing func prototype warnings adds 024120b6ee sim: sh: simplify testsuite a bit adds b3aa80b45c Add --unicode option to control how unicode characters are h [...] adds 469ca94170 doc/ctf-spec.texi: Remove "@validatemenus off" adds 0b03c6f03d Fix build on rhES5 adds 7b9f73fad0 Correctly handle DW_LLE_start_end adds f0bbba7886 gdb.debuginfod/fetch_src_and_symbols.exp: fix when GDB is bu [...] adds 5da7a3deab gdb::array_view slicing/container selftest - test std::array too adds b9af637988 PR28542, Undefined behaviours in readelf.c adds 84f82c95bc PR28543, readelf entered an infinite loop adds b790c47da3 Automatic date update in version.in adds a9a09f5114 Re: Add --unicode option new 9b49454b4a Re: Add --unicode option
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/version.h | 2 +- binutils/ChangeLog | 15 + binutils/NEWS | 9 + binutils/doc/binutils.texi | 78 +++ binutils/dwarf.c | 2 + binutils/nm.c | 228 ++++++- binutils/objdump.c | 305 +++++++-- binutils/readelf.c | 195 +++++- binutils/strings.c | 757 +++++++++++++++++++-- gdb/config.in | 4 + gdb/configure | 16 + gdb/dwarf2/loc.c | 17 +- gdb/nat/linux-personality.c | 4 + .../gdb.debuginfod/fetch_src_and_symbols.exp | 7 +- gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp | 5 +- gdb/testsuite/gdb.dwarf2/loclists-start-end.exp | 3 + gdb/testsuite/lib/dwarf.exp | 12 +- gdb/unittests/array-view-selftests.c | 5 + gdbserver/config.in | 4 + gdbserver/configure | 16 + gdbsupport/common.m4 | 5 + gdbsupport/config.in | 4 + gdbsupport/configure | 16 + libctf/doc/ctf-spec.texi | 1 - sim/cris/Makefile.in | 3 - sim/cris/cris-tmpl.c | 6 +- sim/cris/decodev10.h | 1 + sim/cris/decodev32.h | 2 + sim/testsuite/sh/allinsn.exp | 78 +-- sim/testsuite/sh/fail.s | 2 + sim/testsuite/sh/fsca.s | 1 + sim/testsuite/sh/fsrra.s | 1 + sim/testsuite/sh/pshai.s | 3 +- sim/testsuite/sh/pshar.s | 3 +- sim/testsuite/sh/pshli.s | 3 +- sim/testsuite/sh/pshlr.s | 3 +- 36 files changed, 1578 insertions(+), 238 deletions(-)