This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from ef4e5ba50c som: Don't loop forever reading symbol chains adds 7a6bf3becb Fix various assembler testsuite failures for the Z80 target. adds 7da6a5b938 Fix/Update misc comments adds e44925ae56 x86: Updated align branch tests for Darwin and i686-pc-elf adds 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 adds c96d7e0462 Automatic date update in version.in new 4814632e69 x86: VPEXTRQ/VPINSRQ are unavailable outside of 64-bit mode new 9cf70a448b x86: add a few more missing VexWIG new d0849eed78 x86: drop stale Vec_Imm4 related comment new 45a4bb2010 x86: drop found_cpu_match local variable
The 4 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: 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 | 68 + gas/config/tc-i386.c | 10 +- gas/config/tc-msp430.c | 35 +- gas/config/tc-z80.c | 68 +- gas/config/tc-z80.h | 1 - gas/configure.tgt | 1 + gas/doc/as.texi | 85 +- gas/doc/c-z80.texi | 139 +- gas/testsuite/gas/i386/align-branch-1a.d | 22 +- gas/testsuite/gas/i386/align-branch-1b.d | 22 +- gas/testsuite/gas/i386/align-branch-1c.d | 22 +- gas/testsuite/gas/i386/align-branch-1d.d | 22 +- gas/testsuite/gas/i386/align-branch-1e.d | 22 +- gas/testsuite/gas/i386/align-branch-1f.d | 22 +- gas/testsuite/gas/i386/align-branch-1g.d | 22 +- gas/testsuite/gas/i386/align-branch-1h.d | 22 +- gas/testsuite/gas/i386/align-branch-1i.d | 22 +- gas/testsuite/gas/i386/align-branch-5.d | 6 +- gas/testsuite/gas/i386/avx512dq-inval.l | 13 + gas/testsuite/gas/i386/avx512dq-inval.s | 22 + gas/testsuite/gas/i386/i386.exp | 9 +- gas/testsuite/gas/i386/x86-64-align-branch-1a.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-1b.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-1c.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-1d.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-1e.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-1f.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-1g.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-1h.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-1i.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-5.d | 8 +- 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 + gas/testsuite/gas/z80/ez80_pref_dis.d | 34 + gas/testsuite/gas/z80/ez80_pref_dis.s | 8 + gas/testsuite/gas/z80/fp_math48.d | 2 +- gas/testsuite/gas/z80/fp_zeda32.d | 2 +- gas/testsuite/gas/z80/strings.d | 14 +- gas/testsuite/gas/z80/z80.exp | 2 + gdb/ChangeLog | 74 + 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/inf-ptrace.c | 8 +- gdb/infcmd.c | 3 +- gdb/infrun.c | 8 +- gdb/linux-nat.c | 9 +- gdb/linux-nat.h | 4 +- gdb/python/python.c | 9 + gdb/skip.c | 17 +- gdb/testsuite/ChangeLog | 10 + gdb/testsuite/gdb.base/skip-inline.exp | 14 + 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 | 21 + ld/emulparams/pdp11.sh | 2 +- ld/testsuite/ld-i386/align-branch-1.d | 8 +- 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 | 34 + opcodes/i386-opc.tbl | 26 +- opcodes/i386-tbl.h | 32 +- opcodes/tic4x-dis.c | 75 +- opcodes/z80-dis.c | 2 +- src-release.sh | 4 +- 220 files changed, 15885 insertions(+), 9838 deletions(-) create mode 100644 gas/testsuite/gas/i386/avx512dq-inval.l create mode 100644 gas/testsuite/gas/i386/avx512dq-inval.s create mode 100644 gas/testsuite/gas/msp430/reloc-lo-430x.d create mode 100644 gas/testsuite/gas/msp430/reloc-lo-430x.s create mode 100644 gas/testsuite/gas/z80/ez80_pref_dis.d create mode 100644 gas/testsuite/gas/z80/ez80_pref_dis.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