This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-arm in repository toolchain/ci/binutils-gdb.
from 6c037fdbf0 Update the config.guess and config.sub files from the master [...] adds 1f95afb889 Automatic date update in version.in adds 97da0e2677 tweak __ehdr_start visibility and flags for check_relocs adds 1657026ccd PowerPC64 DT_RELR adds e29de63f0d lang_size_relro_segment tidy adds 48e3e6aec8 Check thin archive element file size against archive header adds e2c0149e8b PR28029, debuginfod tests adds 0c80c64464 bfd/elf64-ppc.c: fix clang -Wbitwise-instead-of-logical warn [...] adds 709a3d07f3 gdb: testsuite: print explicit test result for gdb.base/dfp- [...] adds cced7cacec gdb: preserve `|` in connection details string adds e53c95d40b gdb: use ptid_t::to_string instead of target_pid_to_str in d [...] adds dab863ef40 Remove a use of xfree in location.c adds 7910e2dee3 Boolify explicit_to_string_internal adds 49a9cf56ff Remove EL_* macros from location.c adds 2b0c285ea5 Split event_location into subclasses adds 85e428a69f Use std::string in event_location adds 5947982f1d Simplify event_location_probe
No new revisions were added by this update.
Summary of changes: bfd/archive.c | 12 +- bfd/elf-bfd.h | 5 +- bfd/elf64-ppc.c | 598 +++++++++++++++++++++++++---- bfd/version.h | 2 +- binutils/objdump.c | 112 +++--- binutils/testsuite/lib/binutils-common.exp | 4 +- gdb/btrace.c | 10 +- gdb/displaced-stepping.c | 4 +- gdb/dummy-frame.c | 2 +- gdb/gnu-nat.c | 10 +- gdb/linespec.c | 8 +- gdb/linux-nat.c | 92 ++--- gdb/location.c | 568 ++++++++++++++------------- gdb/location.h | 19 +- gdb/probe.c | 2 +- gdb/record-btrace.c | 16 +- gdb/remote.c | 4 +- gdb/ser-pipe.c | 6 + gdb/serial.c | 7 +- gdb/testsuite/gdb.base/dfp-test.exp | 1 + gdb/testsuite/gdb.server/server-pipe.exp | 80 ++++ gdb/thread.c | 4 +- ld/emulparams/elf64ppc.sh | 1 + ld/ldelf.c | 5 - ld/ldlang.c | 63 ++- ld/testsuite/ld-elf/dt-relr-2b.d | 2 +- ld/testsuite/ld-elf/dt-relr-2c.d | 2 +- ld/testsuite/ld-elf/dt-relr-2d.d | 2 +- ld/testsuite/ld-elf/dt-relr-2e.d | 2 +- 29 files changed, 1108 insertions(+), 535 deletions(-) create mode 100644 gdb/testsuite/gdb.server/server-pipe.exp