This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/master-aarch64-check_bootstrap in repository toolchain/ci/binutils-gdb.
from 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
No new revisions were added by this update.
Summary of changes: bfd/elfnn-riscv.c | 27 ++--- bfd/elfxx-riscv.c | 69 ++++++++++++- bfd/elfxx-riscv.h | 8 +- 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-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/infrun.c | 3 +- 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.threads/schedlock-thread-exit.c | 46 +++++++++ .../gdb.threads/schedlock-thread-exit.exp | 42 ++++++++ gdbsupport/new-op.cc | 9 +- opcodes/riscv-dis.c | 32 ++++-- sim/testsuite/cris/c/c.exp | 2 +- sim/testsuite/lib/sim-defs.exp | 13 --- 27 files changed, 722 insertions(+), 202 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.threads/schedlock-thread-exit.c create mode 100644 gdb/testsuite/gdb.threads/schedlock-thread-exit.exp