This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 9e6dbd8b54 gdb: sync tui header files in HFILES_NO_SRCDIR adds 0897537869 Automatic date update in version.in adds 6afcdeb358 PR26667, Add powerpc64le-*-freebsd* support adds 3ce6300ea8 Fix gas sh-link-zero test for hppa64-hpux adds ed3bdac42c gdb/testsuite: allow gdb.base/overlays.exp to compile for m32r adds 31a8f60f2f gdb: handle unmapped overlays in find_pc_line adds 043f5c63f0 sim: Fix autoreconf errors in sim/ directory adds 0ae9445d52 A small set of code improvements for the Z80 assembler. adds ced4a4c1cc Fix gdb.base/list-ambiguous.exp with Clang adds 3089759191 Fix gdb.base/list.exp with Clang adds 0ec992e664 Fix a bug in objcopy/strip's ability to merge notes in multi [...] adds 05cfb0d8cc aarch64: Fix bogus type punning in parse_barrier() [PR26699] adds 981b570a53 gdbserver: Remove unused argument in register_data() adds 574df58f52 x86: Properly merge -z ibt and -z shstk adds 8ab0be1717 Automatic date update in version.in adds 4b136f6f9a gdb: Fix installation of gcore.1 on some platforms adds 64c03bdb6e gdb: make signal_catch_counts a static array adds 8e1d092929 Add NetBSD/aarch64 gdbserver support adds 9529c85266 Add ChangeLog for "Add NetBSD/aarch64 gdbserver support" adds 91e5e8db33 Add common write_memory and read_memory NetBSD routines adds 2be01f639c Fix whitespace formatting adds 4641551a7a Correct logical error in NetBSD's read_memory and write_memory adds b68bef998c gdb/infcmd: remove redundant clear_proceed_status call adds 4849105512 Stop passing netbsd_process_target to local functions adds e4bd363f99 arc: Rename "arc_gdbarch_features" struct adds 6d2d7c5668 gdbserver: Add GNU/Linux support for ARC adds cc463201c4 arc: Add support for Linux coredump files adds bbe90b5def gdb: Correct the ChageLog entry adds 8b558efe7a Add Makefile.in entry for "Add NetBSD/aarch64 gdbserver support" adds a038ffd88e gdb: put user-supplied CFLAGS at the end adds e86efb3310 Rename some tests in find.exp adds 4a72de7366 Move simple_search_memory to gdbsupport/search.cc adds 55b10d89a4 Use simple_search_memory in gdbserver adds 60b746622b Remove some dead code from handle_search_memory adds 3a135a9186 Document inclusive range in help for "find" adds 485c47e523 Add simple_search_memory unit tests new 3d08aa66b3 x86: Update GNU property tests
The 1 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: bfd/ChangeLog | 16 + bfd/config.bfd | 5 + bfd/configure | 1 + bfd/configure.ac | 1 + bfd/elf64-ppc.c | 2 + bfd/elfxx-x86.c | 31 +- bfd/targets.c | 2 + bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/objcopy.c | 6 +- gas/ChangeLog | 25 ++ gas/config/tc-aarch64.c | 8 +- gas/config/tc-z80.c | 28 +- gas/testsuite/gas/aarch64/system.d | 1 + gas/testsuite/gas/aarch64/system.s | 1 + gas/testsuite/gas/elf/sh-link-zero.s | 13 +- gdb/ChangeLog | 71 ++++ gdb/Makefile.in | 11 +- gdb/arc-linux-tdep.c | 191 ++++++++++ gdb/arc-linux-tdep.h | 52 +++ gdb/arc-tdep.c | 15 +- gdb/arc-tdep.h | 12 +- gdb/arch/arc.c | 12 +- gdb/arch/arc.h | 12 +- gdb/break-catch-sig.c | 4 +- gdb/doc/ChangeLog | 5 + gdb/doc/Makefile.in | 1 + gdb/findcmd.c | 1 + gdb/infcmd.c | 1 - gdb/nat/netbsd-nat.c | 80 ++++ gdb/nat/netbsd-nat.h | 22 ++ gdb/nbsd-nat.c | 23 ++ gdb/remote.c | 11 +- gdb/symtab.c | 15 +- gdb/target.c | 110 +----- gdb/target.h | 8 - gdb/testsuite/ChangeLog | 23 ++ gdb/testsuite/gdb.base/find.exp | 12 +- gdb/testsuite/gdb.base/list-ambiguous0.c | 2 +- gdb/testsuite/gdb.base/list-ambiguous1.c | 2 +- gdb/testsuite/gdb.base/list0.c | 2 +- gdb/testsuite/gdb.base/list1.c | 2 +- gdb/testsuite/gdb.base/m32r.ld | 84 +++-- gdb/testsuite/gdb.base/overlays.exp | 2 +- gdb/testsuite/gdb.base/ovlymgr.c | 2 + gdb/unittests/search-memory-selftests.c | 99 +++++ gdbserver/ChangeLog | 50 +++ gdbserver/Makefile.in | 17 +- gdbserver/configure.srv | 17 + gdbserver/linux-arc-low.cc | 418 +++++++++++++++++++++ gdbserver/netbsd-aarch64-low.cc | 113 ++++++ gdbserver/netbsd-amd64-low.cc | 10 +- gdbserver/netbsd-low.cc | 110 ++---- gdbserver/regcache.cc | 14 +- gdbserver/server.cc | 122 +----- gdbsupport/ChangeLog | 7 + gdbsupport/Makefile.am | 1 + gdbsupport/Makefile.in | 4 +- gdbsupport/search.cc | 120 ++++++ gdbsupport/search.h | 42 +++ ld/ChangeLog | 35 ++ ld/Makefile.am | 2 + ld/Makefile.in | 3 + ld/configure.tgt | 4 + ld/emulparams/elf64lppc_fbsd.sh | 6 + ld/po/BLD-POTFILES.in | 1 + ld/testsuite/ld-i386/i386.exp | 3 + ld/testsuite/ld-i386/pr26711-1.d | 10 + ld/testsuite/ld-i386/pr26711-2.d | 10 + ld/testsuite/ld-i386/pr26711-3.d | 10 + ld/testsuite/ld-i386/property-3.r | 1 + ld/testsuite/ld-i386/property-4.r | 1 + ld/testsuite/ld-i386/property-5.r | 1 + .../ld-x86-64/{property-3.r => pr26711-1-x32.d} | 11 +- ld/testsuite/ld-x86-64/pr26711-1.d | 10 + ld/testsuite/ld-x86-64/pr26711-2-x32.d | 10 + ld/testsuite/ld-x86-64/pr26711-2.d | 10 + ld/testsuite/ld-x86-64/pr26711-3-x32.d | 10 + ld/testsuite/ld-x86-64/pr26711-3.d | 10 + ld/testsuite/ld-x86-64/pr26711.s | 33 ++ ld/testsuite/ld-x86-64/property-3.r | 1 + ld/testsuite/ld-x86-64/property-4.r | 1 + ld/testsuite/ld-x86-64/property-5.r | 1 + ld/testsuite/ld-x86-64/x86-64.exp | 6 + sim/testsuite/ChangeLog | 5 + sim/testsuite/configure | 4 +- sim/testsuite/configure.ac | 2 +- sim/testsuite/d10v-elf/ChangeLog | 5 + sim/testsuite/d10v-elf/configure | 4 +- sim/testsuite/d10v-elf/configure.ac | 2 +- sim/testsuite/frv-elf/ChangeLog | 5 + sim/testsuite/frv-elf/configure | 4 +- sim/testsuite/frv-elf/configure.ac | 2 +- sim/testsuite/m32r-elf/ChangeLog | 5 + sim/testsuite/m32r-elf/configure | 4 +- sim/testsuite/m32r-elf/configure.ac | 2 +- sim/testsuite/mips64el-elf/ChangeLog | 5 + sim/testsuite/mips64el-elf/configure | 4 +- sim/testsuite/mips64el-elf/configure.ac | 2 +- 99 files changed, 1863 insertions(+), 461 deletions(-) create mode 100644 gdb/arc-linux-tdep.h create mode 100644 gdb/unittests/search-memory-selftests.c create mode 100644 gdbserver/linux-arc-low.cc create mode 100644 gdbserver/netbsd-aarch64-low.cc create mode 100644 gdbsupport/search.cc create mode 100644 gdbsupport/search.h create mode 100644 ld/emulparams/elf64lppc_fbsd.sh create mode 100644 ld/testsuite/ld-i386/pr26711-1.d create mode 100644 ld/testsuite/ld-i386/pr26711-2.d create mode 100644 ld/testsuite/ld-i386/pr26711-3.d copy ld/testsuite/ld-x86-64/{property-3.r => pr26711-1-x32.d} (50%) create mode 100644 ld/testsuite/ld-x86-64/pr26711-1.d create mode 100644 ld/testsuite/ld-x86-64/pr26711-2-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr26711-2.d create mode 100644 ld/testsuite/ld-x86-64/pr26711-3-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr26711-3.d create mode 100644 ld/testsuite/ld-x86-64/pr26711.s