This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 0d64622696 Fix demangle style usage info adds be472decb2 Import Makefile.def from gcc adds 0b32f05bac Don't compile some opcodes files when bfd is 32-bit only adds 1f28b70def [gdb/testsuite] Fix regexp in gdb.base/foll-vfork.exp adds b626a80342 Fix gdb.base/sigstep.exp test for ppc adds b9252d079a Automatic date update in version.in adds dc5a462160 sim: sh: rework carry checks to not rely on integer overflows adds 35f7d33dd9 sim: sh: fix switch-bool warnings adds 08ca783430 Sync Makefile.tpl with GCC adds 9d6a1a6496 Automatic date update in version.in adds b431e7a3fe sync libbacktrace from gcc adds cc81bc2dfb [PR gdb/16238] Add completer for the show user command adds cb2e519a5e Automatic date update in version.in adds da7ee7f9ce Fix build with current GCC: EL_EXPLICIT(location) always non-NULL new 64f5c8167b Regenerate a couple of files new 7aba54da42 PowerPC64 @notoc in non-power10 code new daad0428f2 -Waddress fixes for gold testsuite
The 3 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: Makefile.def | 78 +- Makefile.in | 18507 +++++++++++++++---- Makefile.tpl | 82 +- bfd/bfd-in2.h | 1 + bfd/elf64-ppc.c | 741 +- bfd/elfnn-riscv.c | 27 +- bfd/elfxx-riscv.c | 69 +- bfd/elfxx-riscv.h | 8 +- bfd/libbfd.h | 1 + bfd/reloc.c | 2 + bfd/version.h | 2 +- binutils/Makefile.am | 10 +- binutils/Makefile.in | 19 +- binutils/demanguse.c | 54 + binutils/demanguse.h | 34 + binutils/nm.c | 113 +- binutils/objdump.c | 8 +- binutils/po/POTFILES.in | 2 + binutils/readelf.c | 8 +- gas/config/tc-ppc.c | 7 + gas/config/tc-riscv.c | 110 +- 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/cli/cli-cmds.c | 72 +- gdb/infrun.c | 3 +- gdb/location.c | 11 +- gdb/testsuite/gdb.arch/ppc64-break-on-_exit-main.c | 27 + 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/testsuite/gdb.base/foll-vfork.exp | 6 +- gdb/testsuite/gdb.base/show-user-completion.exp | 72 + gdb/testsuite/gdb.base/sigstep.exp | 12 +- gdb/testsuite/gdb.threads/schedlock-thread-exit.c | 46 + .../gdb.threads/schedlock-thread-exit.exp | 42 + gdbsupport/new-op.cc | 9 +- gold/testsuite/common_test_1.c | 16 +- gold/testsuite/common_test_1_v1.c | 16 +- gold/testsuite/common_test_1_v2.c | 16 +- gold/testsuite/script_test_2.cc | 8 +- include/elf/ppc64.h | 1 + intl/configure | 4 +- ld/Makefile.am | 4 +- ld/Makefile.in | 5 +- ld/testsuite/ld-powerpc/callstub-2.s | 1 + libbacktrace/ChangeLog | 17 + libbacktrace/btest.c | 24 +- libbacktrace/elf.c | 32 +- libbacktrace/xztest.c | 2 +- opcodes/Makefile.am | 48 +- opcodes/Makefile.in | 48 +- opcodes/configure | 6 +- opcodes/configure.ac | 6 +- opcodes/disassemble.c | 22 +- opcodes/riscv-dis.c | 32 +- sim/common/sim-io.c | 6 +- sim/sh/gencode.c | 8 +- sim/sh/interp.c | 79 +- 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/lib/sim-defs.exp | 13 - 65 files changed, 16189 insertions(+), 4734 deletions(-) create mode 100644 binutils/demanguse.c create mode 100644 binutils/demanguse.h create mode 100644 gdb/testsuite/gdb.arch/ppc64-break-on-_exit-main.c 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 create mode 100644 gdb/testsuite/gdb.base/show-user-completion.exp create mode 100644 gdb/testsuite/gdb.threads/schedlock-thread-exit.c create mode 100644 gdb/testsuite/gdb.threads/schedlock-thread-exit.exp delete mode 100644 sim/testsuite/cris/c/helloaout.c