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_lto in repository toolchain/ci/binutils-gdb.
from 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
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/libcoff.h | 4 + bfd/peXXigen.c | 12 +- bfd/version.h | 2 +- bfd/xcofflink.c | 12 +- binutils/ChangeLog | 15 + binutils/NEWS | 9 + binutils/doc/binutils.texi | 78 +++ binutils/dwarf.c | 2 + binutils/nm.c | 228 +++++- binutils/objdump.c | 305 +++++++-- binutils/readelf.c | 195 +++++- binutils/strings.c | 762 +++++++++++++++++++-- gas/config/tc-ppc.c | 63 ++ gas/config/tc-ppc.h | 2 +- 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 + gdb/breakpoint.c | 14 +- gdb/config.in | 4 + gdb/configure | 16 + gdb/dwarf2/loc.c | 17 +- gdb/nat/linux-personality.c | 4 + .../gdb.base/dprintf-execution-x-script.c | 53 ++ .../gdb.base/dprintf-execution-x-script.exp | 85 +++ .../gdb.base/dprintf-execution-x-script.gdb | 21 + .../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.opt/break-on-_exit.c | 26 + gdb/testsuite/gdb.opt/break-on-_exit.exp | 66 ++ gdb/testsuite/lib/dwarf.exp | 12 +- gdb/unittests/array-view-selftests.c | 5 + gdbserver/config.in | 4 + gdbserver/configure | 16 + gdbsupport/common.m4 | 5 + gdbsupport/config.in | 4 + gdbsupport/configure | 16 + include/coff/internal.h | 25 +- include/coff/rs6000.h | 1 + include/coff/xcoff.h | 6 + ld/testsuite/ld-shared/shared.exp | 2 +- libctf/doc/ctf-spec.texi | 1 - sim/configure | 2 +- sim/frv/acinclude.m4 | 2 +- 51 files changed, 2094 insertions(+), 247 deletions(-) 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 create mode 100644 gdb/testsuite/gdb.base/dprintf-execution-x-script.c create mode 100644 gdb/testsuite/gdb.base/dprintf-execution-x-script.exp create mode 100644 gdb/testsuite/gdb.base/dprintf-execution-x-script.gdb create mode 100644 gdb/testsuite/gdb.opt/break-on-_exit.c create mode 100644 gdb/testsuite/gdb.opt/break-on-_exit.exp