This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-master-aarch64-spec2k6-O3 in repository toolchain/ci/binutils-gdb.
from 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 [...] 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 adds 9b49454b4a Re: Add --unicode option adds 9c95aea186 Fix PR 28308 - dprintf breakpoints not working when run from script adds f493b71179 Test case for Bug 28308 adds e86fc4a5bc PR 28447: implement multiple parameters for .file on XCOFF adds b030ae091e ld: set correct flags for AIX shared tests adds 795588aec4 PR28575, readelf.c and strings.c use undefined type uint adds 1ee4d0e313 sim: frv: flip trapdump default back to off adds 7cfa8d93cb [gdb/testsuite] Add gdb.opt/break-on-_exit.exp adds b08625af20 gdb: adjust x_file fields on COFF readers adds 14f458590a arm: enable Cortex-A710 CPU adds 0c7af29227 Handle PIE in .debug_loclists adds 2ec453b566 Automatic date update in version.in adds 23ec4a527d sim: synacor: simplify test generation adds bebe33486c sim: testsuite: delete unused arm remote host logic adds 40f6466678 sim: io: tweak compiler workaround with error output adds f0f2906ca0 sim: cris: stop testing a.out explicitly [ld/13900] adds efe113047d sim: testsuite: drop sim_compile cover function adds f786c359c1 RISC-V: Dump objects according to the elf architecture attribute. adds 585d6e39eb [gdb/testsuite] Add gdb.arch/ppc64-break-on-_exit.exp adds b038b53f1f [gdb/build] Fix build with -std=c++11 adds fdf95218bc [gdb/build] Fix Wimplicit-exception-spec-mismatch in clang build adds 4d772ea24d gdb: fix "set scheduler-locking" thread exit hang adds d31028e8cc Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/coff-rs6000.c | 14 +- bfd/coff64-rs6000.c | 14 +- bfd/coffcode.h | 10 +- bfd/coffgen.c | 134 +- bfd/cofflink.c | 14 +- bfd/coffswap.h | 14 +- bfd/cpu-arm.c | 1 + bfd/elf.c | 3 + bfd/elfnn-riscv.c | 27 +- bfd/elfxx-riscv.c | 69 +- bfd/elfxx-riscv.h | 8 +- bfd/libcoff.h | 4 + bfd/mach-o.c | 2 +- bfd/peXXigen.c | 12 +- bfd/version.h | 2 +- bfd/xcofflink.c | 12 +- 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 | 2 + binutils/mclex.c | 13 +- binutils/nm.c | 228 ++- binutils/objdump.c | 305 +++- binutils/readelf.c | 202 ++- binutils/strings.c | 762 ++++++++- binutils/sysinfo.y | 7 +- binutils/windmc.h | 2 +- gas/NEWS | 2 + gas/config/bfin-parse.y | 7 +- gas/config/tc-arm.c | 5 + gas/config/tc-ppc.c | 63 + gas/config/tc-ppc.h | 2 +- gas/config/tc-riscv.c | 110 +- gas/doc/c-arm.texi | 1 + gas/itbl-parse.y | 5 +- gas/testsuite/gas/arm/cpu-cortex-a710.d | 6 + gas/testsuite/gas/ppc/aix.exp | 3 + gas/testsuite/gas/ppc/xcoff-file-32.d | 13 + gas/testsuite/gas/ppc/xcoff-file-64.d | 13 + gas/testsuite/gas/ppc/xcoff-file.s | 1 + gas/testsuite/gas/riscv/mapping-04b.d | 4 +- gas/testsuite/gas/riscv/mapping-norelax-03b.d | 2 +- gas/testsuite/gas/riscv/mapping-norelax-04b.d | 4 +- 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 | 132 +- gdb/breakpoint.h | 48 +- gdb/cli/cli-interp.c | 2 +- gdb/coffread.c | 8 +- gdb/config.in | 4 + gdb/configure | 16 + gdb/dwarf2/loc.c | 44 +- gdb/dwarf2/read.c | 32 +- gdb/gdbthread.h | 2 +- gdb/infcmd.c | 8 +- gdb/infrun.c | 5 +- gdb/inline-frame.c | 6 +- gdb/inline-frame.h | 4 +- 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/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/solib-aix.c | 2 +- .../gdb.arch/ppc64-break-on-_exit-main.c} | 29 +- gdb/testsuite/gdb.arch/ppc64-break-on-_exit.c | 112 ++ gdb/testsuite/gdb.arch/ppc64-break-on-_exit.exp | 56 + gdb/testsuite/gdb.arch/ppc64-break-on-_exit.s | 108 ++ .../gdb.base/dprintf-execution-x-script.c} | 59 +- .../gdb.base/dprintf-execution-x-script.exp | 85 + .../gdb.base/dprintf-execution-x-script.gdb | 30 +- .../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.opt/break-on-_exit.c} | 28 +- gdb/testsuite/gdb.opt/break-on-_exit.exp | 66 + .../gdb.threads/schedlock-thread-exit.c} | 52 +- .../gdb.threads/schedlock-thread-exit.exp | 42 + gdb/testsuite/lib/dwarf.exp | 12 +- gdb/tui/tui-hooks.c | 2 +- gdb/tui/tui-interp.c | 2 +- gdb/unittests/array-view-selftests.c | 30 +- gdb/utils.h | 10 + gdb/xcoffread.c | 6 +- gdbserver/config.in | 4 + gdbserver/configure | 16 + gdbsupport/array-view.h | 7 +- gdbsupport/common.m4 | 5 + gdbsupport/config.in | 4 + gdbsupport/configure | 16 + gdbsupport/new-op.cc | 9 +- include/coff/internal.h | 25 +- include/coff/rs6000.h | 1 + include/coff/xcoff.h | 6 + include/elf/common.h | 4 + ld/deffilep.y | 5 +- ld/ld.texi | 7 - ld/testsuite/ld-shared/shared.exp | 2 +- libctf/ChangeLog | 12 + libctf/Makefile.am | 4 + libctf/Makefile.in | 189 ++- libctf/configure | 88 +- libctf/configure.ac | 26 +- libctf/doc/Makefile.am | 33 + libctf/doc/Makefile.in | 808 +++++++++ libctf/doc/ctf-spec.texi | 1736 ++++++++++++++++++++ opcodes/riscv-dis.c | 32 +- sim/{arm => }/COPYING | 0 sim/arm/armvirt.c | 1 + sim/bfin/dv-bfin_mmu.h | 2 + sim/common/sim-io.c | 6 +- sim/configure | 2 +- sim/cris/Makefile.in | 3 - sim/cris/cris-tmpl.c | 6 +- sim/cris/decodev10.h | 1 + sim/cris/decodev32.h | 2 + sim/frv/acinclude.m4 | 2 +- sim/mips/Makefile.in | 3 - sim/mips/cp1.c | 8 +- sim/ppc/COPYING | 674 -------- sim/ppc/COPYING.LIB | 481 ------ 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/arm/allinsn.exp | 8 - sim/testsuite/arm/iwmmxt/iwmmxt.exp | 8 - sim/testsuite/arm/xscale/xscale.exp | 8 - sim/testsuite/cris/c/c.exp | 2 +- sim/testsuite/cris/c/helloaout.c | 14 - sim/testsuite/example-synacor/allinsn.exp | 4 + sim/testsuite/lib/sim-defs.exp | 20 - 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 +- 153 files changed, 5810 insertions(+), 2138 deletions(-) create mode 100644 gas/testsuite/gas/arm/cpu-cortex-a710.d create mode 100644 gas/testsuite/gas/ppc/xcoff-file-32.d create mode 100644 gas/testsuite/gas/ppc/xcoff-file-64.d create mode 100644 gas/testsuite/gas/ppc/xcoff-file.s copy gdb/{python/py-stopevent.h => testsuite/gdb.arch/ppc64-break-on-_exit-main.c} (50%) create mode 100644 gdb/testsuite/gdb.arch/ppc64-break-on-_exit.c create mode 100644 gdb/testsuite/gdb.arch/ppc64-break-on-_exit.exp create mode 100644 gdb/testsuite/gdb.arch/ppc64-break-on-_exit.s copy gdb/{python/py-stopevent.h => testsuite/gdb.base/dprintf-execution-x-script.c} (50%) create mode 100644 gdb/testsuite/gdb.base/dprintf-execution-x-script.exp copy sim/sh/Makefile.in => gdb/testsuite/gdb.base/dprintf-execution-x-script.gdb (56%) copy gdb/{python/py-stopevent.h => testsuite/gdb.opt/break-on-_exit.c} (50%) create mode 100644 gdb/testsuite/gdb.opt/break-on-_exit.exp copy gdb/{python/py-stopevent.h => testsuite/gdb.threads/schedlock-thread-exit.c} (50%) create mode 100644 gdb/testsuite/gdb.threads/schedlock-thread-exit.exp create mode 100644 libctf/doc/Makefile.am create mode 100644 libctf/doc/Makefile.in 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 delete mode 100644 sim/testsuite/cris/c/helloaout.c