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_O3 in repository toolchain/ci/binutils-gdb.
from 234f075cc6 gdb: fix nulltr -> nullptr typo adds 8b4195d8d1 Add a const version of gdb_argv:as_array_view adds e92f2b5eef Improve gdb::array_view ctor from contiguous containers adds 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 [...]
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 15 + binutils/NEWS | 9 + binutils/doc/binutils.texi | 78 +++ binutils/nm.c | 228 ++++++- binutils/objdump.c | 235 ++++++- binutils/readelf.c | 190 +++++- binutils/strings.c | 757 +++++++++++++++++++-- gdb/config.in | 4 + gdb/configure | 16 + gdb/dwarf2/loc.c | 17 +- gdb/dwarf2/read.c | 2 +- gdb/maint.c | 2 +- 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 | 25 +- gdb/utils.h | 10 + gdbserver/config.in | 4 + gdbserver/configure | 16 + gdbsupport/array-view.h | 7 +- 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 +- 39 files changed, 1572 insertions(+), 208 deletions(-)