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-arm-bootstrap_profiled_lto in repository toolchain/ci/binutils-gdb.
from b44d87d442 gdb/testsuite: set ASAN_OPTIONS=detect_leaks=0 while running tests adds a1700a3199 gdb: fix gnu-nat build adds d54c09b99e sim: ppc: switch to common builds for callback objects adds 6ed0d0a080 sim: ppc: inline common sim-fpu.c logic adds 8f01568908 Automatic date update in version.in adds f2f105f518 PR28540, segmentation fault on NULL byte_get adds e5c9e53c9b sim: mips: fix missing prototype in multi-run generation adds edc77c591a RISC-V: Clarify the behavior of .option rvc or norvc. adds e0f7ea9143 bfd: Always check sections with the corrupt size adds 33d3e18ed7 Revert "bfd: Always check sections with the corrupt size" adds 6c130ba387 gdbserver: re-generate configure adds 143f5a3837 gdb: remove unnecessary cmd_list_element::aliases nullptr checks adds 7ead06a8b6 gdb: remove command_class enum class_deprecated adds fcef6471ed gdb: pass/return setting setter/getter scalar values by value adds 7bc5c369fa gdb: introduce "set index-cache enabled", deprecate "set ind [...] adds 831105b6d9 Automatic date update in version.in adds a3c0896d80 asan: alpha-vms: objdump buffer overflows adds c5967f38de PR28530, Hang in objdump on machine with 196GB RAM adds 109c1107c4 Missing va_end in aarch64-dis.c adds ca8775833b PR28541, unstable cie offset in the output of readelf adds 707ed39ac5 gdb/testsuite: use gdb_get_line_number adds 8a89ddbda2 Avoid /proc/pid/mem races (PR 28065) adds be77dd73c7 Introduce make_unique_xstrndup adds cf0992fe6f Automatic date update in version.in adds fe7fdfda72 sim: clarify license text via COPYING file adds 04d8355ac6 readelf: Make DT_PREINIT_ARRAYSZ's output style match DT_INI [...] adds dd207c1302 readelf: Support RELR in -S and -d and output adds e8f81980ce ubsan: undefined shift in mach-o.c adds 314ec7aeeb Modernise yyerror adds 50a97903ce sim: mips: use sim_fpu_to{32,64}u to fix build warnings adds eea68ebb33 Automatic date update in version.in adds 74bbe64132 sim: sh: rework register layout with anonymous unions & structs adds 7256320b95 sim: sh: fix unused-value warnings adds 6b015f8977 sim: sh: fix various parentheses warnings adds ee7af46230 sim: sh: constify a few read-only lookup tables adds 524d770c9c sim: sh: fix uninitialized variable usage with pdmsb adds e6af0f123a sim: sh: enable -Werror everywhere adds b44c5d6e21 sim: ppc: switch to libiberty environ.h adds fd0975b96b sim: arm/bfin/rx: undefine page size from system headers adds 697fa6fe67 sim: sh: fix isnan redefinition with mingw targets adds 73eef3fc38 sim: sh: drop errno extern adds 4a0bb487b8 sim: sh: break utime logic out of _WIN32 check adds a11cd3ddb2 sim: sh: clean up time(NULL) call adds 81817dacd6 sim: sh: fix conversion of PC to an integer adds b4ca801960 Correct ld script wildcard matching description adds 603955c8de Automatic date update in version.in adds 9be90c6894 libctf: add CTF format specification adds 313f3b21cb gdb: remove bpstat typedef, rename bpstats to bpstat adds d0490f89ad gdb: make dwarf2_find_containing_comp_unit take a dwarf2_per_bfd adds 6f4cb31cf2 gdb: tweak scoped_disable_commit_resumed uses when resuming [...] adds 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/compress.c | 15 + bfd/elf.c | 3 + bfd/elfxx-riscv.c | 65 + bfd/elfxx-riscv.h | 3 + bfd/mach-o.c | 2 +- bfd/version.h | 2 +- bfd/vms-alpha.c | 519 ++++-- binutils/ChangeLog | 15 + binutils/NEWS | 9 + binutils/arparse.y | 5 +- binutils/dlltool.c | 4 +- binutils/dlltool.h | 2 +- binutils/doc/binutils.texi | 78 + binutils/dwarf.c | 17 +- binutils/mclex.c | 13 +- binutils/nm.c | 228 ++- binutils/objdump.c | 237 ++- binutils/readelf.c | 197 ++- binutils/strings.c | 757 ++++++++- binutils/sysinfo.y | 7 +- binutils/windmc.h | 2 +- gas/config/bfin-parse.y | 7 +- gas/config/tc-riscv.c | 39 +- gas/itbl-parse.y | 5 +- gdb/ada-lang.c | 4 +- gdb/ada-tasks.c | 2 +- gdb/break-catch-sig.c | 2 +- gdb/break-catch-syscall.c | 2 +- gdb/break-catch-throw.c | 4 +- gdb/breakpoint.c | 122 +- gdb/breakpoint.h | 48 +- gdb/cli/cli-decode.c | 80 +- gdb/cli/cli-interp.c | 2 +- gdb/cli/cli-setshow.c | 13 +- gdb/command.h | 85 +- gdb/config.in | 4 + gdb/configure | 16 + gdb/doc/gdb.texinfo | 8 +- gdb/dwarf2/index-cache.c | 51 +- gdb/dwarf2/loc.c | 17 +- gdb/dwarf2/read.c | 32 +- gdb/gdbthread.h | 2 +- gdb/gnu-nat.c | 6 +- gdb/infcmd.c | 8 +- gdb/infrun.c | 2 +- gdb/inline-frame.c | 6 +- gdb/inline-frame.h | 4 +- gdb/linux-nat.c | 324 ++-- gdb/maint.c | 2 +- gdb/mi/mi-interp.c | 6 +- gdb/mi/mi-main.c | 7 +- gdb/nat/linux-personality.c | 4 + gdb/observable.h | 4 +- gdb/parse.c | 3 +- gdb/python/py-finishbreakpoint.c | 2 +- gdb/python/py-inferior.c | 2 +- gdb/python/py-stopevent.c | 4 +- gdb/python/py-stopevent.h | 2 +- gdb/python/python-internal.h | 2 +- gdb/remote.c | 6 +- gdb/solib-aix.c | 2 +- gdb/testsuite/gdb.base/index-cache.exp | 27 +- gdb/testsuite/gdb.base/maint.exp | 6 +- gdb/testsuite/gdb.cp/templates.cc | 2 +- gdb/testsuite/gdb.cp/templates.exp | 20 +- .../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/gdb.dwarf2/per-bfd-sharing.exp | 6 +- .../gdb.threads/access-mem-running-thread-exit.exp | 14 +- gdb/testsuite/lib/dwarf.exp | 12 +- gdb/tui/tui-hooks.c | 2 +- gdb/tui/tui-interp.c | 2 +- gdb/unittests/array-view-selftests.c | 25 +- gdb/utils.h | 10 + gdbserver/config.in | 7 + gdbserver/configure | 62 + gdbsupport/array-view.h | 7 +- gdbsupport/common.m4 | 5 + gdbsupport/config.in | 4 + gdbsupport/configure | 16 + gdbsupport/gdb_unique_ptr.h | 9 + include/elf/common.h | 4 + ld/deffilep.y | 5 +- ld/ld.texi | 7 - libctf/ChangeLog | 12 + libctf/Makefile.am | 4 + libctf/Makefile.in | 189 ++- libctf/configure | 88 +- libctf/configure.ac | 26 +- libctf/doc/Makefile.am | 33 + {gas => libctf}/doc/Makefile.in | 303 +--- libctf/doc/ctf-spec.texi | 1736 ++++++++++++++++++++ opcodes/aarch64-dis.c | 1 + sim/{arm => }/COPYING | 0 sim/arm/armvirt.c | 1 + sim/bfin/dv-bfin_mmu.h | 2 + sim/cris/Makefile.in | 3 - sim/cris/cris-tmpl.c | 6 +- sim/cris/decodev10.h | 1 + sim/cris/decodev32.h | 2 + sim/mips/Makefile.in | 6 +- sim/mips/cp1.c | 8 +- sim/mips/m16run.c | 1 + sim/ppc/COPYING | 674 -------- sim/ppc/COPYING.LIB | 481 ------ sim/ppc/Makefile.in | 15 +- sim/ppc/configure | 36 - sim/ppc/configure.ac | 27 - sim/ppc/main.c | 4 +- sim/rx/mem.h | 2 + sim/sh/Makefile.in | 3 - sim/sh/gencode.c | 48 +- sim/sh/interp.c | 128 +- sim/sh/sim-main.h | 54 +- 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 +- 123 files changed, 4844 insertions(+), 2532 deletions(-) create mode 100644 libctf/doc/Makefile.am copy {gas => libctf}/doc/Makefile.in (76%) create mode 100644 libctf/doc/ctf-spec.texi rename sim/{arm => }/COPYING (100%) delete mode 100644 sim/ppc/COPYING delete mode 100644 sim/ppc/COPYING.LIB