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-arm-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 717c684dd1 Make skip without argument skip the current inline function adds 25c51f71d5 Fix indentation in common.m4 adds b2ceabe8f0 Consolidate definition of USE_WIN32API adds 01027315f5 Move gdbsupport to the top level adds 05ea2a0510 Move many configure checks to common.m4 adds 25e5735653 Remove use of <config.h> from gdb/nat/ adds 0454ef42e7 Add gdbsupport check-defines script adds 975f45b7e1 Don't link gdb twice against libiberty adds b300843444 Automatic date update in version.in adds ff47f4f06d Fix valgrind error from gdb.decode_line adds e1c6cf618c PR25384, PowerPC64 ELFv1 copy relocs against function symbols adds c24d0e8d48 Reinstate gas em=freebsd for sparc-freebsd adds 131cb553d6 MSP430: Fix relocation overflow when using #lo(EXP) macro adds aad09917e0 tic4x disassembly static variables adds 0d1cc75df1 Set the default page size of the PDP11 target to 8192 bytes. adds 8dc3273e0c Use get_thread_regcache instead of get_current_regcache in p [...] adds c12081a66b texi2pod.pl: import support for @t{...} from gcc
No new revisions were added by this update.
Summary of changes: ChangeLog | 10 + MAINTAINERS | 2 +- Makefile.def | 7 + Makefile.in | 466 + bfd/ChangeLog | 14 + bfd/elf64-ppc.c | 48 +- bfd/pdp11.c | 2 +- bfd/version.h | 2 +- configure | 10 +- configure.ac | 10 +- etc/ChangeLog | 4 + etc/texi2pod.pl | 1 + gas/ChangeLog | 17 + gas/config/tc-msp430.c | 35 +- gas/configure.tgt | 1 + gas/testsuite/gas/msp430/msp430.exp | 1 + gas/testsuite/gas/msp430/reloc-lo-430x.d | 5 + gas/testsuite/gas/msp430/reloc-lo-430x.s | 22 + gdb/ChangeLog | 59 + gdb/Makefile.in | 99 +- gdb/acinclude.m4 | 2 +- gdb/configure | 5487 ++++----- gdb/configure.ac | 117 +- gdb/defs.h | 9 + gdb/gdbserver/ChangeLog | 30 + gdb/gdbserver/Makefile.in | 64 +- gdb/gdbserver/acinclude.m4 | 7 +- gdb/gdbserver/config.in | 51 + gdb/gdbserver/configure | 3145 +++-- gdb/gdbserver/configure.ac | 49 +- gdb/gdbserver/gdbreplay.c | 8 + gdb/gdbserver/server.h | 8 + gdb/gdbsupport/common.m4 | 81 - gdb/infcmd.c | 3 +- gdb/python/python.c | 9 + gdb/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.python/python.exp | 4 + gdbsupport/ChangeLog | 21 + gdbsupport/Makefile.am | 74 + gdbsupport/Makefile.in | 700 ++ gdbsupport/README | 4 + gdbsupport/acinclude.m4 | 7 + gdbsupport/aclocal.m4 | 1209 ++ {gdb/gdbsupport => gdbsupport}/agent.c | 0 {gdb/gdbsupport => gdbsupport}/agent.h | 0 {gdb/gdbsupport => gdbsupport}/alt-stack.h | 0 {gdb/gdbsupport => gdbsupport}/array-view.h | 0 {gdb/gdbsupport => gdbsupport}/ax.def | 0 {gdb/gdbsupport => gdbsupport}/block-signals.h | 0 {gdb/gdbsupport => gdbsupport}/break-common.h | 0 {gdb/gdbsupport => gdbsupport}/btrace-common.c | 0 {gdb/gdbsupport => gdbsupport}/btrace-common.h | 0 {gdb/gdbsupport => gdbsupport}/buffer.c | 0 {gdb/gdbsupport => gdbsupport}/buffer.h | 0 {gdb/gdbsupport => gdbsupport}/byte-vector.h | 0 gdbsupport/check-defines.el | 77 + {gdb/gdbsupport => gdbsupport}/cleanups.c | 0 {gdb/gdbsupport => gdbsupport}/cleanups.h | 0 {gdb/gdbsupport => gdbsupport}/common-debug.c | 0 {gdb/gdbsupport => gdbsupport}/common-debug.h | 0 {gdb/gdbsupport => gdbsupport}/common-defs.h | 20 +- {gdb/gdbsupport => gdbsupport}/common-exceptions.c | 0 {gdb/gdbsupport => gdbsupport}/common-exceptions.h | 0 {gdb/gdbsupport => gdbsupport}/common-gdbthread.h | 0 {gdb/gdbsupport => gdbsupport}/common-inferior.c | 0 {gdb/gdbsupport => gdbsupport}/common-inferior.h | 0 {gdb/gdbsupport => gdbsupport}/common-regcache.c | 0 {gdb/gdbsupport => gdbsupport}/common-regcache.h | 0 {gdb/gdbsupport => gdbsupport}/common-types.h | 0 {gdb/gdbsupport => gdbsupport}/common-utils.c | 0 {gdb/gdbsupport => gdbsupport}/common-utils.h | 0 gdbsupport/common.m4 | 182 + {gdb/gdbserver => gdbsupport}/config.in | 155 +- {gdb/gdbserver => gdbsupport}/configure | 12113 +++++++++++-------- gdbsupport/configure.ac | 66 + {gdb/gdbsupport => gdbsupport}/create-version.sh | 0 {gdb/gdbsupport => gdbsupport}/def-vector.h | 0 .../gdbsupport => gdbsupport}/default-init-alloc.h | 0 {gdb/gdbsupport => gdbsupport}/enum-flags.h | 0 {gdb/gdbsupport => gdbsupport}/environ.c | 0 {gdb/gdbsupport => gdbsupport}/environ.h | 0 {gdb/gdbsupport => gdbsupport}/errors.c | 0 {gdb/gdbsupport => gdbsupport}/errors.h | 0 {gdb/gdbsupport => gdbsupport}/fileio.c | 0 {gdb/gdbsupport => gdbsupport}/fileio.h | 0 {gdb/gdbsupport => gdbsupport}/filestuff.c | 0 {gdb/gdbsupport => gdbsupport}/filestuff.h | 0 {gdb/gdbsupport => gdbsupport}/filtered-iterator.h | 0 {gdb/gdbsupport => gdbsupport}/format.c | 0 {gdb/gdbsupport => gdbsupport}/format.h | 0 .../gdbsupport => gdbsupport}/forward-scope-exit.h | 0 {gdb/gdbsupport => gdbsupport}/function-view.h | 0 {gdb/gdbsupport => gdbsupport}/gdb-dlfcn.c | 0 {gdb/gdbsupport => gdbsupport}/gdb-dlfcn.h | 0 {gdb/gdbsupport => gdbsupport}/gdb-sigmask.h | 0 {gdb/gdbsupport => gdbsupport}/gdb_assert.h | 0 {gdb/gdbsupport => gdbsupport}/gdb_binary_search.h | 0 {gdb/gdbsupport => gdbsupport}/gdb_locale.h | 0 {gdb/gdbsupport => gdbsupport}/gdb_optional.h | 0 {gdb/gdbsupport => gdbsupport}/gdb_proc_service.h | 0 {gdb/gdbsupport => gdbsupport}/gdb_ref_ptr.h | 0 {gdb/gdbsupport => gdbsupport}/gdb_setjmp.h | 0 {gdb/gdbsupport => gdbsupport}/gdb_signals.h | 0 {gdb/gdbsupport => gdbsupport}/gdb_splay_tree.h | 0 {gdb/gdbsupport => gdbsupport}/gdb_string_view.h | 0 {gdb/gdbsupport => gdbsupport}/gdb_string_view.tcc | 0 {gdb/gdbsupport => gdbsupport}/gdb_sys_time.h | 0 {gdb/gdbsupport => gdbsupport}/gdb_tilde_expand.c | 0 {gdb/gdbsupport => gdbsupport}/gdb_tilde_expand.h | 0 {gdb/gdbsupport => gdbsupport}/gdb_unique_ptr.h | 0 {gdb/gdbsupport => gdbsupport}/gdb_unlinker.h | 0 {gdb/gdbsupport => gdbsupport}/gdb_vecs.c | 0 {gdb/gdbsupport => gdbsupport}/gdb_vecs.h | 0 {gdb/gdbsupport => gdbsupport}/gdb_wait.c | 0 {gdb/gdbsupport => gdbsupport}/gdb_wait.h | 0 {gdb/gdbsupport => gdbsupport}/hash_enum.h | 0 {gdb/gdbsupport => gdbsupport}/host-defs.h | 0 {gdb/gdbsupport => gdbsupport}/job-control.c | 0 {gdb/gdbsupport => gdbsupport}/job-control.h | 0 {gdb/gdbsupport => gdbsupport}/netstuff.c | 0 {gdb/gdbsupport => gdbsupport}/netstuff.h | 0 {gdb/gdbsupport => gdbsupport}/new-op.c | 0 {gdb/gdbsupport => gdbsupport}/next-iterator.h | 0 {gdb/gdbsupport => gdbsupport}/observable.h | 0 {gdb/gdbsupport => gdbsupport}/offset-type.h | 0 {gdb/gdbsupport => gdbsupport}/parallel-for.h | 0 {gdb/gdbsupport => gdbsupport}/pathstuff.c | 0 {gdb/gdbsupport => gdbsupport}/pathstuff.h | 0 {gdb/gdbsupport => gdbsupport}/poison.h | 0 {gdb/gdbsupport => gdbsupport}/preprocessor.h | 0 {gdb/gdbsupport => gdbsupport}/print-utils.c | 0 {gdb/gdbsupport => gdbsupport}/print-utils.h | 0 {gdb/gdbsupport => gdbsupport}/ptid.c | 0 {gdb/gdbsupport => gdbsupport}/ptid.h | 0 {gdb/gdbsupport => gdbsupport}/refcounted-object.h | 0 {gdb/gdbsupport => gdbsupport}/rsp-low.c | 0 {gdb/gdbsupport => gdbsupport}/rsp-low.h | 0 {gdb/gdbsupport => gdbsupport}/run-time-clock.c | 0 {gdb/gdbsupport => gdbsupport}/run-time-clock.h | 0 {gdb/gdbsupport => gdbsupport}/safe-iterator.h | 0 {gdb/gdbsupport => gdbsupport}/safe-strerror.c | 0 {gdb/gdbsupport => gdbsupport}/scope-exit.h | 0 {gdb/gdbsupport => gdbsupport}/scoped_fd.h | 0 {gdb/gdbsupport => gdbsupport}/scoped_mmap.c | 0 {gdb/gdbsupport => gdbsupport}/scoped_mmap.h | 0 {gdb/gdbsupport => gdbsupport}/scoped_restore.h | 0 {gdb/gdbsupport => gdbsupport}/selftest.c | 0 {gdb/gdbsupport => gdbsupport}/selftest.h | 0 .../signals-state-save-restore.c | 0 .../signals-state-save-restore.h | 0 {gdb/gdbsupport => gdbsupport}/signals.c | 0 {gdb/gdbsupport => gdbsupport}/symbol.h | 0 {gdb/gdbsupport => gdbsupport}/tdesc.c | 0 {gdb/gdbsupport => gdbsupport}/tdesc.h | 0 {gdb/gdbsupport => gdbsupport}/thread-pool.c | 0 {gdb/gdbsupport => gdbsupport}/thread-pool.h | 0 {gdb/gdbsupport => gdbsupport}/traits.h | 0 {gdb/gdbsupport => gdbsupport}/underlying.h | 0 {gdb/gdbsupport => gdbsupport}/valid-expr.h | 0 {gdb/gdbsupport => gdbsupport}/version.h | 0 {gdb/gdbsupport => gdbsupport}/x86-xstate.h | 0 {gdb/gdbsupport => gdbsupport}/xml-utils.c | 0 {gdb/gdbsupport => gdbsupport}/xml-utils.h | 0 include/ChangeLog | 5 + include/opcode/msp430.h | 15 + ld/ChangeLog | 17 + ld/emulparams/pdp11.sh | 2 +- ld/testsuite/ld-msp430-elf/msp430-elf.exp | 2 + ld/testsuite/ld-msp430-elf/reloc-lo-430x.s | 22 + ld/testsuite/ld-powerpc/ambiguousv1b.d | 5 +- ld/testsuite/ld-powerpc/funref.s | 1 + ld/testsuite/ld-powerpc/funref2.s | 1 + ld/testsuite/ld-powerpc/funv1.s | 14 +- opcodes/ChangeLog | 10 + opcodes/tic4x-dis.c | 75 +- src-release.sh | 4 +- 176 files changed, 15231 insertions(+), 9465 deletions(-) create mode 100644 gas/testsuite/gas/msp430/reloc-lo-430x.d create mode 100644 gas/testsuite/gas/msp430/reloc-lo-430x.s delete mode 100644 gdb/gdbsupport/common.m4 create mode 100644 gdbsupport/ChangeLog create mode 100644 gdbsupport/Makefile.am create mode 100644 gdbsupport/Makefile.in create mode 100644 gdbsupport/README create mode 100644 gdbsupport/acinclude.m4 create mode 100644 gdbsupport/aclocal.m4 rename {gdb/gdbsupport => gdbsupport}/agent.c (100%) rename {gdb/gdbsupport => gdbsupport}/agent.h (100%) rename {gdb/gdbsupport => gdbsupport}/alt-stack.h (100%) rename {gdb/gdbsupport => gdbsupport}/array-view.h (100%) rename {gdb/gdbsupport => gdbsupport}/ax.def (100%) rename {gdb/gdbsupport => gdbsupport}/block-signals.h (100%) rename {gdb/gdbsupport => gdbsupport}/break-common.h (100%) rename {gdb/gdbsupport => gdbsupport}/btrace-common.c (100%) rename {gdb/gdbsupport => gdbsupport}/btrace-common.h (100%) rename {gdb/gdbsupport => gdbsupport}/buffer.c (100%) rename {gdb/gdbsupport => gdbsupport}/buffer.h (100%) rename {gdb/gdbsupport => gdbsupport}/byte-vector.h (100%) create mode 100644 gdbsupport/check-defines.el rename {gdb/gdbsupport => gdbsupport}/cleanups.c (100%) rename {gdb/gdbsupport => gdbsupport}/cleanups.h (100%) rename {gdb/gdbsupport => gdbsupport}/common-debug.c (100%) rename {gdb/gdbsupport => gdbsupport}/common-debug.h (100%) rename {gdb/gdbsupport => gdbsupport}/common-defs.h (95%) rename {gdb/gdbsupport => gdbsupport}/common-exceptions.c (100%) rename {gdb/gdbsupport => gdbsupport}/common-exceptions.h (100%) rename {gdb/gdbsupport => gdbsupport}/common-gdbthread.h (100%) rename {gdb/gdbsupport => gdbsupport}/common-inferior.c (100%) rename {gdb/gdbsupport => gdbsupport}/common-inferior.h (100%) rename {gdb/gdbsupport => gdbsupport}/common-regcache.c (100%) rename {gdb/gdbsupport => gdbsupport}/common-regcache.h (100%) rename {gdb/gdbsupport => gdbsupport}/common-types.h (100%) rename {gdb/gdbsupport => gdbsupport}/common-utils.c (100%) rename {gdb/gdbsupport => gdbsupport}/common-utils.h (100%) create mode 100644 gdbsupport/common.m4 copy {gdb/gdbserver => gdbsupport}/config.in (77%) copy {gdb/gdbserver => gdbsupport}/configure (74%) create mode 100644 gdbsupport/configure.ac rename {gdb/gdbsupport => gdbsupport}/create-version.sh (100%) rename {gdb/gdbsupport => gdbsupport}/def-vector.h (100%) rename {gdb/gdbsupport => gdbsupport}/default-init-alloc.h (100%) rename {gdb/gdbsupport => gdbsupport}/enum-flags.h (100%) rename {gdb/gdbsupport => gdbsupport}/environ.c (100%) rename {gdb/gdbsupport => gdbsupport}/environ.h (100%) rename {gdb/gdbsupport => gdbsupport}/errors.c (100%) rename {gdb/gdbsupport => gdbsupport}/errors.h (100%) rename {gdb/gdbsupport => gdbsupport}/fileio.c (100%) rename {gdb/gdbsupport => gdbsupport}/fileio.h (100%) rename {gdb/gdbsupport => gdbsupport}/filestuff.c (100%) rename {gdb/gdbsupport => gdbsupport}/filestuff.h (100%) rename {gdb/gdbsupport => gdbsupport}/filtered-iterator.h (100%) rename {gdb/gdbsupport => gdbsupport}/format.c (100%) rename {gdb/gdbsupport => gdbsupport}/format.h (100%) rename {gdb/gdbsupport => gdbsupport}/forward-scope-exit.h (100%) rename {gdb/gdbsupport => gdbsupport}/function-view.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb-dlfcn.c (100%) rename {gdb/gdbsupport => gdbsupport}/gdb-dlfcn.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb-sigmask.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_assert.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_binary_search.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_locale.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_optional.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_proc_service.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_ref_ptr.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_setjmp.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_signals.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_splay_tree.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_string_view.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_string_view.tcc (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_sys_time.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_tilde_expand.c (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_tilde_expand.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_unique_ptr.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_unlinker.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_vecs.c (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_vecs.h (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_wait.c (100%) rename {gdb/gdbsupport => gdbsupport}/gdb_wait.h (100%) rename {gdb/gdbsupport => gdbsupport}/hash_enum.h (100%) rename {gdb/gdbsupport => gdbsupport}/host-defs.h (100%) rename {gdb/gdbsupport => gdbsupport}/job-control.c (100%) rename {gdb/gdbsupport => gdbsupport}/job-control.h (100%) rename {gdb/gdbsupport => gdbsupport}/netstuff.c (100%) rename {gdb/gdbsupport => gdbsupport}/netstuff.h (100%) rename {gdb/gdbsupport => gdbsupport}/new-op.c (100%) rename {gdb/gdbsupport => gdbsupport}/next-iterator.h (100%) rename {gdb/gdbsupport => gdbsupport}/observable.h (100%) rename {gdb/gdbsupport => gdbsupport}/offset-type.h (100%) rename {gdb/gdbsupport => gdbsupport}/parallel-for.h (100%) rename {gdb/gdbsupport => gdbsupport}/pathstuff.c (100%) rename {gdb/gdbsupport => gdbsupport}/pathstuff.h (100%) rename {gdb/gdbsupport => gdbsupport}/poison.h (100%) rename {gdb/gdbsupport => gdbsupport}/preprocessor.h (100%) rename {gdb/gdbsupport => gdbsupport}/print-utils.c (100%) rename {gdb/gdbsupport => gdbsupport}/print-utils.h (100%) rename {gdb/gdbsupport => gdbsupport}/ptid.c (100%) rename {gdb/gdbsupport => gdbsupport}/ptid.h (100%) rename {gdb/gdbsupport => gdbsupport}/refcounted-object.h (100%) rename {gdb/gdbsupport => gdbsupport}/rsp-low.c (100%) rename {gdb/gdbsupport => gdbsupport}/rsp-low.h (100%) rename {gdb/gdbsupport => gdbsupport}/run-time-clock.c (100%) rename {gdb/gdbsupport => gdbsupport}/run-time-clock.h (100%) rename {gdb/gdbsupport => gdbsupport}/safe-iterator.h (100%) rename {gdb/gdbsupport => gdbsupport}/safe-strerror.c (100%) rename {gdb/gdbsupport => gdbsupport}/scope-exit.h (100%) rename {gdb/gdbsupport => gdbsupport}/scoped_fd.h (100%) rename {gdb/gdbsupport => gdbsupport}/scoped_mmap.c (100%) rename {gdb/gdbsupport => gdbsupport}/scoped_mmap.h (100%) rename {gdb/gdbsupport => gdbsupport}/scoped_restore.h (100%) rename {gdb/gdbsupport => gdbsupport}/selftest.c (100%) rename {gdb/gdbsupport => gdbsupport}/selftest.h (100%) rename {gdb/gdbsupport => gdbsupport}/signals-state-save-restore.c (100%) rename {gdb/gdbsupport => gdbsupport}/signals-state-save-restore.h (100%) rename {gdb/gdbsupport => gdbsupport}/signals.c (100%) rename {gdb/gdbsupport => gdbsupport}/symbol.h (100%) rename {gdb/gdbsupport => gdbsupport}/tdesc.c (100%) rename {gdb/gdbsupport => gdbsupport}/tdesc.h (100%) rename {gdb/gdbsupport => gdbsupport}/thread-pool.c (100%) rename {gdb/gdbsupport => gdbsupport}/thread-pool.h (100%) rename {gdb/gdbsupport => gdbsupport}/traits.h (100%) rename {gdb/gdbsupport => gdbsupport}/underlying.h (100%) rename {gdb/gdbsupport => gdbsupport}/valid-expr.h (100%) rename {gdb/gdbsupport => gdbsupport}/version.h (100%) rename {gdb/gdbsupport => gdbsupport}/x86-xstate.h (100%) rename {gdb/gdbsupport => gdbsupport}/xml-utils.c (100%) rename {gdb/gdbsupport => gdbsupport}/xml-utils.h (100%) create mode 100644 ld/testsuite/ld-msp430-elf/reloc-lo-430x.s