Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb.old Import head of gdb to gdb.old
details: https://anonhg.NetBSD.org/src/rev/47d5842be41c
branches: trunk
changeset: 343415:47d5842be41c
user: christos <christos%NetBSD.org@localhost>
date: Tue Feb 02 20:30:29 2016 +0000
description:
Import head of gdb to gdb.old
diffstat:
external/gpl3/gdb.old/dist/bfd/ChangeLog-2013 | 3239 +
external/gpl3/gdb.old/dist/bfd/ChangeLog-2014 | 3430 +
external/gpl3/gdb.old/dist/bfd/coff-bfd.c | 99 +
external/gpl3/gdb.old/dist/bfd/coff-bfd.h | 86 +
external/gpl3/gdb.old/dist/bfd/configure.ac | 1201 +
external/gpl3/gdb.old/dist/bfd/cpu-or1k.c | 59 +
external/gpl3/gdb.old/dist/bfd/cpu-visium.c | 41 +
external/gpl3/gdb.old/dist/bfd/development.sh | 19 +
external/gpl3/gdb.old/dist/bfd/elf32-nios2.h | 38 +
external/gpl3/gdb.old/dist/bfd/elf32-or1k.c | 2857 +
external/gpl3/gdb.old/dist/bfd/elf32-rx.h | 21 +
external/gpl3/gdb.old/dist/bfd/elf32-visium.c | 903 +
external/gpl3/gdb.old/dist/bfd/version.m4 | 1 +
external/gpl3/gdb.old/dist/config/mt-nios2-elf | 5 +
external/gpl3/gdb.old/dist/cpu/or1k.cpu | 131 +
external/gpl3/gdb.old/dist/cpu/or1k.opc | 421 +
external/gpl3/gdb.old/dist/cpu/or1kcommon.cpu | 360 +
external/gpl3/gdb.old/dist/cpu/or1korbis.cpu | 1145 +
external/gpl3/gdb.old/dist/cpu/or1korfpx.cpu | 222 +
external/gpl3/gdb.old/dist/gdb/ChangeLog-2014 | 16660 ++++
external/gpl3/gdb.old/dist/gdb/common/cleanups.c | 297 +
external/gpl3/gdb.old/dist/gdb/common/cleanups.h | 69 +
external/gpl3/gdb.old/dist/gdb/common/common-debug.c | 37 +
external/gpl3/gdb.old/dist/gdb/common/common-debug.h | 41 +
external/gpl3/gdb.old/dist/gdb/common/common-defs.h | 54 +
external/gpl3/gdb.old/dist/gdb/common/common-exceptions.c | 307 +
external/gpl3/gdb.old/dist/gdb/common/common-exceptions.h | 185 +
external/gpl3/gdb.old/dist/gdb/common/common-regcache.h | 36 +
external/gpl3/gdb.old/dist/gdb/common/common-types.h | 61 +
external/gpl3/gdb.old/dist/gdb/common/errors.c | 69 +
external/gpl3/gdb.old/dist/gdb/common/errors.h | 90 +
external/gpl3/gdb.old/dist/gdb/common/gdb_setjmp.h | 34 +
external/gpl3/gdb.old/dist/gdb/common/print-utils.c | 327 +
external/gpl3/gdb.old/dist/gdb/common/print-utils.h | 70 +
external/gpl3/gdb.old/dist/gdb/common/rsp-low.c | 217 +
external/gpl3/gdb.old/dist/gdb/common/rsp-low.h | 83 +
external/gpl3/gdb.old/dist/gdb/common/symbol.h | 37 +
external/gpl3/gdb.old/dist/gdb/common/x86-xstate.h | 67 +
external/gpl3/gdb.old/dist/gdb/compile/compile-c-support.c | 399 +
external/gpl3/gdb.old/dist/gdb/compile/compile-c-symbols.c | 759 +
external/gpl3/gdb.old/dist/gdb/compile/compile-c-types.c | 438 +
external/gpl3/gdb.old/dist/gdb/compile/compile-internal.h | 147 +
external/gpl3/gdb.old/dist/gdb/compile/compile-loc2c.c | 1148 +
external/gpl3/gdb.old/dist/gdb/compile/compile-object-load.c | 588 +
external/gpl3/gdb.old/dist/gdb/compile/compile-object-load.h | 39 +
external/gpl3/gdb.old/dist/gdb/compile/compile-object-run.c | 138 +
external/gpl3/gdb.old/dist/gdb/compile/compile-object-run.h | 24 +
external/gpl3/gdb.old/dist/gdb/compile/compile.c | 685 +
external/gpl3/gdb.old/dist/gdb/compile/compile.h | 102 +
external/gpl3/gdb.old/dist/gdb/config/sparc/obsd64.mh | 5 +
external/gpl3/gdb.old/dist/gdb/d-exp.c | 2691 +
external/gpl3/gdb.old/dist/gdb/d-exp.y | 1636 +
external/gpl3/gdb.old/dist/gdb/debug.c | 28 +
external/gpl3/gdb.old/dist/gdb/doc/Doxyfile-base.in | 92 +
external/gpl3/gdb.old/dist/gdb/doc/Doxyfile-gdb-api.in | 39 +
external/gpl3/gdb.old/dist/gdb/doc/Doxyfile-gdb-xref.in | 44 +
external/gpl3/gdb.old/dist/gdb/doc/Doxyfile-gdbserver.in | 45 +
external/gpl3/gdb.old/dist/gdb/doc/doxy-index.in | 76 +
external/gpl3/gdb.old/dist/gdb/doc/filter-for-doxygen | 14 +
external/gpl3/gdb.old/dist/gdb/doc/filter-params.pl | 11 +
external/gpl3/gdb.old/dist/gdb/doc/guile.texi | 3845 +
external/gpl3/gdb.old/dist/gdb/doc/python.texi | 4987 +
external/gpl3/gdb.old/dist/gdb/extension-priv.h | 349 +
external/gpl3/gdb.old/dist/gdb/extension.c | 1053 +
external/gpl3/gdb.old/dist/gdb/extension.h | 258 +
external/gpl3/gdb.old/dist/gdb/fbsd-tdep.c | 134 +
external/gpl3/gdb.old/dist/gdb/fbsd-tdep.h | 25 +
external/gpl3/gdb.old/dist/gdb/features/i386/32bit-avx512.xml | 30 +
external/gpl3/gdb.old/dist/gdb/features/i386/64bit-avx512.xml | 102 +
external/gpl3/gdb.old/dist/gdb/features/i386/amd64-avx512-linux.c | 322 +
external/gpl3/gdb.old/dist/gdb/features/i386/amd64-avx512-linux.xml | 20 +
external/gpl3/gdb.old/dist/gdb/features/i386/amd64-avx512.c | 317 +
external/gpl3/gdb.old/dist/gdb/features/i386/amd64-avx512.xml | 18 +
external/gpl3/gdb.old/dist/gdb/features/i386/i386-avx512-linux.c | 208 +
external/gpl3/gdb.old/dist/gdb/features/i386/i386-avx512-linux.xml | 20 +
external/gpl3/gdb.old/dist/gdb/features/i386/i386-avx512.c | 203 +
external/gpl3/gdb.old/dist/gdb/features/i386/i386-avx512.xml | 18 +
external/gpl3/gdb.old/dist/gdb/features/i386/x32-avx512-linux.c | 322 +
external/gpl3/gdb.old/dist/gdb/features/i386/x32-avx512-linux.xml | 20 +
external/gpl3/gdb.old/dist/gdb/features/i386/x32-avx512.c | 317 +
external/gpl3/gdb.old/dist/gdb/features/i386/x32-avx512.xml | 18 +
external/gpl3/gdb.old/dist/gdb/features/microblaze-core.xml | 67 +
external/gpl3/gdb.old/dist/gdb/features/microblaze-stack-protect.xml | 12 +
external/gpl3/gdb.old/dist/gdb/features/microblaze-with-stack-protect.c | 79 +
external/gpl3/gdb.old/dist/gdb/features/microblaze-with-stack-protect.xml | 12 +
external/gpl3/gdb.old/dist/gdb/features/microblaze.c | 75 +
external/gpl3/gdb.old/dist/gdb/features/microblaze.xml | 11 +
external/gpl3/gdb.old/dist/gdb/gdbserver/debug.c | 95 +
external/gpl3/gdb.old/dist/gdb/gdbserver/debug.h | 54 +
external/gpl3/gdb.old/dist/gdb/gdbserver/symbol.c | 32 +
external/gpl3/gdb.old/dist/gdb/gdbserver/x86-low.c | 38 +
external/gpl3/gdb.old/dist/gdb/gdbserver/x86-low.h | 24 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/basename-lgpl.c | 75 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/canonicalize-lgpl.c | 411 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/dirfd.c | 32 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/dirname-lgpl.c | 86 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/dirname.h | 46 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/dosname.h | 53 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/errno.in.h | 279 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/extra/snippet/_Noreturn.h | 10 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/lstat.c | 97 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/canonicalize.m4 | 124 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/dirfd.m4 | 83 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/dirname.m4 | 19 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/double-slash-root.m4 | 38 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/eealloc.m4 | 31 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/errno_h.m4 | 137 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/largefile.m4 | 149 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/lstat.m4 | 73 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/malloc.m4 | 98 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/malloca.m4 | 15 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/nocrash.m4 | 130 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/readlink.m4 | 71 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/rename.m4 | 225 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/rmdir.m4 | 49 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/stat.m4 | 71 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/stdio_h.m4 | 194 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/stdlib_h.m4 | 115 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/malloc.c | 56 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/malloca.c | 140 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/malloca.h | 133 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/malloca.valgrind | 7 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/readlink.c | 74 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/rename.c | 473 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/rmdir.c | 53 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/same-inode.h | 33 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/stat.c | 138 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/stdio.c | 3 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/stdio.in.h | 1345 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/stdlib.in.h | 937 +
external/gpl3/gdb.old/dist/gdb/gnulib/import/stripslash.c | 45 +
external/gpl3/gdb.old/dist/gdb/guile/README | 229 +
external/gpl3/gdb.old/dist/gdb/guile/guile-internal.h | 623 +
external/gpl3/gdb.old/dist/gdb/guile/guile.c | 876 +
external/gpl3/gdb.old/dist/gdb/guile/guile.h | 28 +
external/gpl3/gdb.old/dist/gdb/guile/lib/gdb.scm | 508 +
external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/boot.scm | 41 +
external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/experimental.scm | 34 +
external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/init.scm | 168 +
external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/iterator.scm | 81 +
external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/printing.scm | 60 +
external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/support.scm | 33 +
external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/types.scm | 78 +
external/gpl3/gdb.old/dist/gdb/guile/scm-arch.c | 656 +
external/gpl3/gdb.old/dist/gdb/guile/scm-auto-load.c | 79 +
external/gpl3/gdb.old/dist/gdb/guile/scm-block.c | 802 +
external/gpl3/gdb.old/dist/gdb/guile/scm-breakpoint.c | 1292 +
external/gpl3/gdb.old/dist/gdb/guile/scm-cmd.c | 892 +
external/gpl3/gdb.old/dist/gdb/guile/scm-disasm.c | 355 +
external/gpl3/gdb.old/dist/gdb/guile/scm-exception.c | 701 +
external/gpl3/gdb.old/dist/gdb/guile/scm-frame.c | 1061 +
external/gpl3/gdb.old/dist/gdb/guile/scm-gsmob.c | 293 +
external/gpl3/gdb.old/dist/gdb/guile/scm-iterator.c | 360 +
external/gpl3/gdb.old/dist/gdb/guile/scm-lazy-string.c | 359 +
external/gpl3/gdb.old/dist/gdb/guile/scm-math.c | 997 +
external/gpl3/gdb.old/dist/gdb/guile/scm-objfile.c | 396 +
external/gpl3/gdb.old/dist/gdb/guile/scm-param.c | 1187 +
external/gpl3/gdb.old/dist/gdb/guile/scm-ports.c | 1372 +
external/gpl3/gdb.old/dist/gdb/guile/scm-pretty-print.c | 1129 +
external/gpl3/gdb.old/dist/gdb/guile/scm-progspace.c | 426 +
external/gpl3/gdb.old/dist/gdb/guile/scm-safe-call.c | 463 +
external/gpl3/gdb.old/dist/gdb/guile/scm-string.c | 283 +
external/gpl3/gdb.old/dist/gdb/guile/scm-symbol.c | 802 +
external/gpl3/gdb.old/dist/gdb/guile/scm-symtab.c | 695 +
external/gpl3/gdb.old/dist/gdb/guile/scm-type.c | 1489 +
external/gpl3/gdb.old/dist/gdb/guile/scm-utils.c | 643 +
external/gpl3/gdb.old/dist/gdb/guile/scm-value.c | 1508 +
external/gpl3/gdb.old/dist/gdb/i386-linux-nat.h | 26 +
external/gpl3/gdb.old/dist/gdb/infrun.h | 193 +
external/gpl3/gdb.old/dist/gdb/make-target-delegates | 357 +
external/gpl3/gdb.old/dist/gdb/mips-sde-tdep.c | 270 +
external/gpl3/gdb.old/dist/gdb/nat/gdb_thread_db.h | 16 +
external/gpl3/gdb.old/dist/gdb/nat/glibc_thread_db.h | 458 +
external/gpl3/gdb.old/dist/gdb/nat/linux-btrace.c | 620 +
external/gpl3/gdb.old/dist/gdb/nat/linux-btrace.h | 77 +
external/gpl3/gdb.old/dist/gdb/nat/linux-osdata.c | 1626 +
external/gpl3/gdb.old/dist/gdb/nat/linux-osdata.h | 27 +
external/gpl3/gdb.old/dist/gdb/nat/linux-procfs.c | 253 +
external/gpl3/gdb.old/dist/gdb/nat/linux-procfs.h | 71 +
external/gpl3/gdb.old/dist/gdb/nat/linux-ptrace.c | 623 +
external/gpl3/gdb.old/dist/gdb/nat/linux-ptrace.h | 111 +
external/gpl3/gdb.old/dist/gdb/nat/mips-linux-watch.c | 349 +
external/gpl3/gdb.old/dist/gdb/nat/mips-linux-watch.h | 120 +
external/gpl3/gdb.old/dist/gdb/nat/x86-cpuid.h | 63 +
external/gpl3/gdb.old/dist/gdb/nat/x86-dregs.c | 655 +
external/gpl3/gdb.old/dist/gdb/nat/x86-dregs.h | 127 +
external/gpl3/gdb.old/dist/gdb/nat/x86-gcc-cpuid.h | 278 +
external/gpl3/gdb.old/dist/gdb/obsd-nat.c | 186 +
external/gpl3/gdb.old/dist/gdb/obsd-nat.h | 25 +
external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/xmethods.py | 274 +
external/gpl3/gdb.old/dist/gdb/python/lib/gdb/function/caller_is.py | 160 +
external/gpl3/gdb.old/dist/gdb/python/lib/gdb/printer/__init__.py | 14 +
external/gpl3/gdb.old/dist/gdb/python/lib/gdb/printer/bound_registers.py | 36 +
external/gpl3/gdb.old/dist/gdb/python/lib/gdb/xmethod.py | 275 +
external/gpl3/gdb.old/dist/gdb/python/py-infevents.c | 263 +
external/gpl3/gdb.old/dist/gdb/python/py-varobj.c | 204 +
external/gpl3/gdb.old/dist/gdb/python/py-xmethods.c | 749 +
external/gpl3/gdb.old/dist/gdb/regformats/i386/amd64-avx512-linux.dat | 157 +
external/gpl3/gdb.old/dist/gdb/regformats/i386/amd64-avx512.dat | 156 +
external/gpl3/gdb.old/dist/gdb/regformats/i386/i386-avx512-linux.dat | 77 +
external/gpl3/gdb.old/dist/gdb/regformats/i386/i386-avx512.dat | 76 +
external/gpl3/gdb.old/dist/gdb/regformats/i386/x32-avx512-linux.dat | 157 +
external/gpl3/gdb.old/dist/gdb/regformats/i386/x32-avx512.dat | 156 +
external/gpl3/gdb.old/dist/gdb/regformats/microblaze-with-stack-protect.dat | 64 +
external/gpl3/gdb.old/dist/gdb/sparc64obsd-nat.c | 131 +
external/gpl3/gdb.old/dist/gdb/syscalls/s390-linux.xml | 331 +
external/gpl3/gdb.old/dist/gdb/syscalls/s390x-linux.xml | 298 +
external/gpl3/gdb.old/dist/gdb/target-debug.h | 188 +
external/gpl3/gdb.old/dist/gdb/target-delegates.c | 4299 +
external/gpl3/gdb.old/dist/gdb/target/target.h | 75 +
external/gpl3/gdb.old/dist/gdb/testsuite/ChangeLog-1993-2013 | 33663 ++++++++++
external/gpl3/gdb.old/dist/gdb/testsuite/boards/local-remote-host-native.exp | 85 +
external/gpl3/gdb.old/dist/gdb/testsuite/boards/local-remote-host-notty.exp | 53 +
external/gpl3/gdb.old/dist/gdb/testsuite/boards/stabs.exp | 45 +
external/gpl3/gdb.old/dist/gdb/testsuite/dg-extract-results.py | 585 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/addr_arith.exp | 42 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/addr_arith/foo_na07_019.adb | 21 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/addr_arith/pck.adb | 21 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/addr_arith/pck.ads | 19 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_arr.exp | 33 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_arr/foo.adb | 25 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_arr/pck.adb | 21 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_arr/pck.ads | 19 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_char_idx.exp | 32 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_char_idx/foo.adb | 20 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_char_idx/pck.adb | 21 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_char_idx/pck.ads | 23 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/dyn_arrayidx.exp | 36 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/dyn_arrayidx/foo.adb | 32 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/mi_dyn_arr.exp | 52 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/mi_dyn_arr/foo.adb | 24 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/mi_dyn_arr/pck.adb | 30 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/mi_dyn_arr/pck.ads | 21 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/n_arr_bound.exp | 32 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/n_arr_bound/foo.adb | 23 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/n_arr_bound/pck.adb | 21 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/n_arr_bound/pck.ads | 19 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/pckd_arr_ren.exp | 33 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/pckd_arr_ren/foo.adb | 24 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/pckd_arr_ren/pck.adb | 26 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/pckd_arr_ren/pck.ads | 24 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/pkd_arr_elem.exp | 38 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/pkd_arr_elem/failure.adb | 45 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/pkd_arr_elem/pck.adb | 21 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/pkd_arr_elem/pck.ads | 19 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/str_uninit.exp | 40 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/str_uninit/parse.adb | 22 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/str_uninit/pck.adb | 28 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/str_uninit/pck.ads | 24 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tagged_access.exp | 33 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tagged_access/p.adb | 22 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tagged_access/pack.adb | 30 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tagged_access/pack.ads | 31 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tick_length_array_enum_idx.exp | 41 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb | 28 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tick_length_array_enum_idx/pck.adb | 34 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tick_length_array_enum_idx/pck.ads | 28 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/aarch64-atomic-inst.c | 48 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/aarch64-atomic-inst.exp | 48 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/aarch64-fp.c | 38 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/aarch64-fp.exp | 85 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-entry-value-paramref.S | 459 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-entry-value-paramref.cc | 33 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-entry-value-paramref.exp | 35 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-invalid-stack-middle.S | 1410 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-invalid-stack-middle.c | 89 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-invalid-stack-middle.exp | 78 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-invalid-stack-top.c | 73 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-invalid-stack-top.exp | 80 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-optimout-repeat.S | 297 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-optimout-repeat.c | 29 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-optimout-repeat.exp | 36 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-stap-optional-prefix.S | 42 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-stap-optional-prefix.exp | 91 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-stap-special-operands.exp | 47 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-stap-three-arg-disp.S | 58 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-stap-three-arg-disp.c | 31 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-stap-triplet.S | 88 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-stap-triplet.c | 31 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-stap-wrong-subexp.S | 27 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-stap-wrong-subexp.exp | 41 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/avr-flash-qualifier.c | 33 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/avr-flash-qualifier.exp | 52 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-avx512.c | 255 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-avx512.exp | 176 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-bp_permanent.c | 57 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-stap-eval-lang-ada.S | 81 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-stap-eval-lang-ada.c | 29 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-stap-eval-lang-ada.exp | 35 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/powerpc-power.exp | 318 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/powerpc-power.s | 271 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/powerpc-stackless.S | 24 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/powerpc-stackless.exp | 42 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ppc64-atomic-inst.S | 61 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/sparc-sysstep.c | 35 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/sparc-sysstep.exp | 49 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/powerpc64le.inc | 47 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/annota-input-while-running.c | 25 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/annota-input-while-running.exp | 130 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/attach-wait-input.c | 40 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/attach-wait-input.exp | 119 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/auto-connect-native-target.c | 23 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/auto-connect-native-target.exp | 209 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/batch-preserve-term-settings.c | 22 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/batch-preserve-term-settings.exp | 186 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/bg-execution-repeat.c | 33 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/bg-execution-repeat.exp | 86 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/bp-cmds-execution-x-script.c | 35 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/bp-cmds-execution-x-script.exp | 75 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/bp-cmds-execution-x-script.gdb | 20 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/bp-permanent.c | 136 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/bp-permanent.exp | 275 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/break-idempotent.c | 52 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/break-idempotent.exp | 181 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/break-main-file-remove-fail.c | 46 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/break-main-file-remove-fail.exp | 106 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/break-unload-file.c | 35 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/break-unload-file.exp | 157 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/breakpoint-in-ro-region.c | 37 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/breakpoint-in-ro-region.exp | 246 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/compare-sections.c | 26 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/compare-sections.exp | 152 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/cond-eval-mode.c | 53 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/condbreak-call-false.c | 39 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/condbreak-call-false.exp | 33 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/consecutive-step-over.c | 28 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/consecutive-step-over.exp | 70 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/continue-all-already-running.c | 25 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/continue-all-already-running.exp | 79 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dcache-line-read-error.c | 107 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dcache-line-read-error.exp | 68 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/double-prompt-target-event-error.c | 25 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/double-prompt-target-event-error.exp | 117 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dprintf-bp-same-addr.c | 28 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dprintf-bp-same-addr.exp | 66 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dprintf-detach.c | 33 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dprintf-detach.exp | 95 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/execl-update-breakpoints.c | 38 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/execl-update-breakpoints.exp | 128 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/execution-termios.c | 35 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/execution-termios.exp | 60 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/func-ptrs.c | 50 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/func-ptrs.exp | 95 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/gdb-sigterm.c | 26 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/gdb-sigterm.exp | 85 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/global-var-nested-by-dso-solib1.c | 24 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/global-var-nested-by-dso-solib2.c | 24 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/global-var-nested-by-dso.c | 27 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/global-var-nested-by-dso.exp | 55 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/hbreak-in-shr-unsupported-shr.c | 22 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/hbreak-in-shr-unsupported.c | 28 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/hbreak-in-shr-unsupported.exp | 120 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/hbreak-unmapped.c | 22 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/hbreak-unmapped.exp | 78 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/line-symtabs.c | 25 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/line-symtabs.exp | 33 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/line-symtabs.h | 24 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/multi-line-starts-subshell.exp | 55 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/paginate-after-ctrl-c-running.c | 25 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/paginate-after-ctrl-c-running.exp | 83 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/paginate-bg-execution.c | 32 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/paginate-bg-execution.exp | 118 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/paginate-execution-startup.c | 32 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/paginate-execution-startup.exp | 181 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/paginate-inferior-exit.c | 32 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/paginate-inferior-exit.exp | 81 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/print-symbol-loading-lib.c | 21 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/print-symbol-loading-main.c | 25 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/print-symbol-loading.exp | 131 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/source-execution.c | 41 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/source-execution.exp | 33 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/source-execution.gdb | 21 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/sss-bp-on-user-bp-2.c | 29 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/sss-bp-on-user-bp-2.exp | 144 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/sss-bp-on-user-bp.c | 30 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/sss-bp-on-user-bp.exp | 65 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/statistics.exp | 29 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/step-sw-breakpoint-adjust-pc.c | 50 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/step-sw-breakpoint-adjust-pc.exp | 94 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/symtab-search-order-1.c | 18 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/symtab-search-order-shlib-1.c | 24 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/symtab-search-order.c | 28 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/symtab-search-order.exp | 59 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/until-nodebug.exp | 37 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/vdso-warning.c | 22 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/vdso-warning.exp | 54 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/vla-datatypes.c | 113 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/vla-datatypes.exp | 159 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/vla-ptr.c | 58 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/vla-ptr.exp | 41 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/vla-sideeffect.c | 42 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/vla-sideeffect.exp | 89 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/vla-stub-define.c | 21 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/vla-stub.c | 37 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/vla-stub.exp | 25 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/watch-bitfields.c | 54 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/watch-bitfields.exp | 81 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/watchpoint-reuse-slot.c | 37 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/watchpoint-reuse-slot.exp | 193 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/watchpoint-stops-at-right-insn.c | 33 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/watchpoint-stops-at-right-insn.exp | 177 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/data.c | 36 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/data.exp | 53 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/delta.exp | 83 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/exception.cc | 56 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/exception.exp | 70 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/finish.exp | 59 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/gcore.exp | 41 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/multi-thread-step.c | 53 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/multi-thread-step.exp | 135 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/next.exp | 76 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/nexti.exp | 76 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/nohist.exp | 46 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/record_goto.c | 51 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/record_goto.exp | 183 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/rn-dl-bind.c | 37 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/rn-dl-bind.exp | 52 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/segv.c | 32 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/segv.exp | 45 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/step.exp | 89 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/stepi.exp | 93 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/tailcall.exp | 92 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/unknown_functions.c | 45 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/unknown_functions.exp | 62 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/vdso.c | 30 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/vdso.exp | 53 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/x86-record_goto.S | 355 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/x86-tailcall.S | 279 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/x86-tailcall.c | 39 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/Makefile | 21 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/Makefile.in | 21 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-constvar.S | 95 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-constvar.c | 18 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-mod.c | 26 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-nodebug.c | 24 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-ops.c | 37 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-ops.exp | 424 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-setjmp-mod.c | 46 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-setjmp.c | 24 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-setjmp.exp | 34 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-shlib.c | 26 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-tls.c | 40 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-tls.exp | 42 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile.c | 130 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile.exp | 362 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/anon-ns2.cc | 91 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/chained-calls.cc | 203 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/chained-calls.exp | 44 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/cpsizeof.cc | 71 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/cpsizeof.exp | 40 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/enum-class.cc | 46 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/enum-class.exp | 48 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/namelessclass.S | 890 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/namelessclass.cc | 46 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/namelessclass.exp | 52 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/non-trivial-retval.cc | 152 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/non-trivial-retval.exp | 37 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/pr17132.cc | 61 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/pr17132.exp | 40 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/pr17494.cc | 63 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/pr17494.exp | 57 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/vla-cxx.cc | 49 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/vla-cxx.exp | 35 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dlang/Makefile.in | 15 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dlang/demangle.exp | 209 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dlang/expression.exp | 137 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dlang/primitive-types.exp | 61 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/arr-stride.c | 20 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/arr-stride.exp | 97 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/arr-subrange.c | 20 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/arr-subrange.exp | 88 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/corrupt.c | 24 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/corrupt.exp | 77 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/count.exp | 125 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/data-loc.c | 46 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/data-loc.exp | 291 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S | 151 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-hello.c | 28 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S | 151 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-world.c | 28 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc.c | 28 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc.exp | 35 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-icycle.S | 248 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-icycle.c | 24 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-icycle.exp | 46 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-single-line-discriminators.S | 281 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-single-line-discriminators.c | 31 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-single-line-discriminators.exp | 49 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dynarr-ptr.c | 30 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dynarr-ptr.exp | 353 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/enum-type.exp | 81 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/symtab-producer.exp | 103 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/print-formatted.exp | 39 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/print-formatted.f90 | 20 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.gdb/Makefile.in | 15 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.gdb/python-interrupts.exp | 35 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/Makefile | 17 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/Makefile.in | 17 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/guile.exp | 84 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-arch.c | 22 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-arch.exp | 33 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-block.c | 38 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-block.exp | 107 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-breakpoint.c | 44 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-breakpoint.exp | 497 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-cmd.c | 29 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-cmd.exp | 202 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-disasm.c | 22 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-disasm.exp | 135 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-equal.c | 24 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-equal.exp | 55 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-error-1.scm | 19 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-error-2.scm | 30 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-error.exp | 113 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-frame-args.c | 60 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-frame-args.exp | 73 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-frame-args.scm | 69 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-frame-inline.c | 43 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-frame-inline.exp | 43 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-frame.c | 30 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-frame.exp | 122 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-gsmob.exp | 68 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-iterator.c | 28 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-iterator.exp | 62 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-math.c | 30 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-math.exp | 309 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-objfile-script-gdb.in | 55 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-objfile-script.c | 39 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-objfile-script.exp | 57 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-objfile.c | 23 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-objfile.exp | 57 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-parameter.exp | 196 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-ports.exp | 37 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-pretty-print.c | 353 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-pretty-print.exp | 158 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-pretty-print.scm | 350 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-progspace.c | 22 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-progspace.exp | 92 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-section-script.c | 55 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-section-script.exp | 76 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-section-script.scm | 55 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-symbol.c | 69 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-symbol.exp | 196 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-symtab-2.c | 28 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-symtab.c | 45 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-symtab.exp | 142 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-type.c | 77 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-type.exp | 299 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-value-cc.cc | 39 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-value-cc.exp | 57 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-value.c | 103 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-value.exp | 472 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/source2.scm | 19 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/types-module.cc | 38 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/types-module.exp | 62 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/break-asm-file.c | 35 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/break-asm-file.exp | 55 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/break-asm-file0.s | 218 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/break-asm-file1.s | 244 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-condbreak-call-thr-state-mt.c | 63 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-condbreak-call-thr-state-st.c | 26 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-condbreak-call-thr-state.c | 33 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-condbreak-call-thr-state.exp | 116 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-exit-code.c | 29 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-exit-code.exp | 88 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-vla-c99.exp | 83 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/vla.c | 37 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/dummy-frame-restore.c | 36 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/dummy-frame-restore.exp | 97 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/multi-attach.c | 48 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/multi-attach.exp | 54 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.pascal/case-insensitive-symbols.exp | 58 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.pascal/case-insensitive-symbols.pas | 63 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/amd64-py-framefilter-invalidarg.S | 261 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-caller-is.c | 41 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-caller-is.exp | 73 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-completion.exp | 69 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-completion.py | 58 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-framefilter-invalidarg-gdb.py.in | 48 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-framefilter-invalidarg.exp | 67 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-framefilter-invalidarg.py | 59 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-lookup-type.exp | 59 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-objfile-script-gdb.py | 63 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-pp-re-notag.c | 33 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-pp-re-notag.exp | 37 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-pp-re-notag.py | 36 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-pp-registration.c | 55 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-pp-registration.exp | 116 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-pp-registration.py | 80 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-xmethods.cc | 180 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-xmethods.exp | 160 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-xmethods.py | 223 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/rerun-prec.c | 21 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/rerun-prec.exp | 35 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/attach-many-short-lived-threads.c | 151 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/attach-many-short-lived-threads.exp | 132 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/break-while-running.c | 101 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/break-while-running.exp | 162 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/continue-pending-after-query.c | 48 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/continue-pending-after-query.exp | 90 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/gcore-stale-thread.c | 48 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/gcore-stale-thread.exp | 57 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/kill.c | 64 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/kill.exp | 77 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/multiple-step-overs.c | 105 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/multiple-step-overs.exp | 80 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/next-bp-other-thread.c | 45 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/next-bp-other-thread.exp | 54 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/non-stop-fair-events.c | 84 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/non-stop-fair-events.exp | 161 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/queue-signal.c | 142 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/queue-signal.exp | 91 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/reconnect-signal.c | 67 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/reconnect-signal.exp | 84 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/signal-command-handle-nopass.c | 49 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/signal-command-handle-nopass.exp | 82 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/signal-command-multiple-signals-pending.c | 99 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/signal-command-multiple-signals-pending.exp | 173 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/signal-delivered-right-thread.c | 61 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/signal-delivered-right-thread.exp | 85 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/step-over-lands-on-breakpoint.c | 65 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/step-over-lands-on-breakpoint.exp | 62 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/step-over-trips-on-watchpoint.c | 67 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/step-over-trips-on-watchpoint.exp | 90 +
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/pr16508.exp | 63 +
external/gpl3/gdb.old/dist/gdb/testsuite/lib/d-support.exp | 34 +
external/gpl3/gdb.old/dist/gdb/testsuite/lib/gdb-guile.exp | 127 +
external/gpl3/gdb.old/dist/gdb/testsuite/lib/gdb-utils.exp | 39 +
external/gpl3/gdb.old/dist/gdb/testsuite/lib/read1.c | 40 +
external/gpl3/gdb.old/dist/gdb/tracefile-tfile.c | 1055 +
external/gpl3/gdb.old/dist/gdb/tracefile.c | 523 +
external/gpl3/gdb.old/dist/gdb/tracefile.h | 117 +
external/gpl3/gdb.old/dist/gdb/varobj-iter.h | 72 +
external/gpl3/gdb.old/dist/gdb/x86-linux-nat.c | 567 +
external/gpl3/gdb.old/dist/gdb/x86-linux-nat.h | 51 +
external/gpl3/gdb.old/dist/gdb/x86-nat.c | 314 +
external/gpl3/gdb.old/dist/gdb/x86-nat.h | 57 +
external/gpl3/gdb.old/dist/include/elf/or1k.h | 65 +
external/gpl3/gdb.old/dist/include/elf/visium.h | 51 +
external/gpl3/gdb.old/dist/include/gcc-c-fe.def | 197 +
external/gpl3/gdb.old/dist/include/gcc-c-interface.h | 220 +
external/gpl3/gdb.old/dist/include/gcc-interface.h | 127 +
external/gpl3/gdb.old/dist/include/gdb/section-scripts.h | 50 +
external/gpl3/gdb.old/dist/include/mach-o/unwind.h | 199 +
external/gpl3/gdb.old/dist/include/opcode/nios2r1.h | 474 +
external/gpl3/gdb.old/dist/include/opcode/visium.h | 337 +
external/gpl3/gdb.old/dist/libiberty/ChangeLog.jit | 23 +
external/gpl3/gdb.old/dist/libiberty/d-demangle.c | 1338 +
external/gpl3/gdb.old/dist/libiberty/strtoll.c | 175 +
external/gpl3/gdb.old/dist/libiberty/strtoull.c | 122 +
external/gpl3/gdb.old/dist/libiberty/testsuite/d-demangle-expected | 936 +
external/gpl3/gdb.old/dist/libiberty/testsuite/demangler-fuzzer.c | 108 +
external/gpl3/gdb.old/dist/libiberty/testsuite/test-strtol.c | 185 +
external/gpl3/gdb.old/dist/libiberty/vprintf-support.c | 119 +
external/gpl3/gdb.old/dist/libiberty/vprintf-support.h | 22 +
external/gpl3/gdb.old/dist/libiberty/xasprintf.c | 50 +
external/gpl3/gdb.old/dist/libiberty/xvasprintf.c | 61 +
external/gpl3/gdb.old/dist/opcodes/ChangeLog-2013 | 1364 +
external/gpl3/gdb.old/dist/opcodes/ChangeLog-2014 | 897 +
external/gpl3/gdb.old/dist/opcodes/configure.ac | 396 +
external/gpl3/gdb.old/dist/opcodes/or1k-asm.c | 910 +
external/gpl3/gdb.old/dist/opcodes/or1k-desc.c | 2110 +
external/gpl3/gdb.old/dist/opcodes/or1k-desc.h | 682 +
external/gpl3/gdb.old/dist/opcodes/or1k-dis.c | 561 +
external/gpl3/gdb.old/dist/opcodes/or1k-ibld.c | 1050 +
external/gpl3/gdb.old/dist/opcodes/or1k-opc.c | 1081 +
external/gpl3/gdb.old/dist/opcodes/or1k-opc.h | 135 +
external/gpl3/gdb.old/dist/opcodes/or1k-opinst.c | 590 +
external/gpl3/gdb.old/dist/opcodes/visium-dis.c | 834 +
external/gpl3/gdb.old/dist/opcodes/visium-opc.c | 23 +
external/gpl3/gdb.old/dist/sim/testsuite/sim/msp430/ChangeLog | 3 +
external/gpl3/gdb.old/dist/sim/testsuite/sim/msp430/add.s | 20 +
external/gpl3/gdb.old/dist/sim/testsuite/sim/msp430/allinsn.exp | 15 +
external/gpl3/gdb.old/dist/sim/testsuite/sim/msp430/testutils.inc | 70 +
external/gpl3/gdb.old/lib/libbfd/arch/earmv4/bfd-in3.h | 7273 ++
external/gpl3/gdb.old/lib/libbfd/arch/earmv4/bfd.h | 7273 ++
external/gpl3/gdb.old/lib/libbfd/arch/earmv4/bfd_stdint.h | 51 +
external/gpl3/gdb.old/lib/libbfd/arch/earmv4/bfdver.h | 8 +
external/gpl3/gdb.old/lib/libbfd/arch/earmv4/config.h | 391 +
external/gpl3/gdb.old/lib/libbfd/arch/earmv4/defs.mk | 9 +
external/gpl3/gdb.old/lib/libbfd/arch/earmv4/targmatch.h | 2832 +
external/gpl3/gdb.old/lib/libdecnumber/arch/earmv4/config.h | 275 +
external/gpl3/gdb.old/lib/libdecnumber/arch/earmv4/defs.mk | 5 +
external/gpl3/gdb.old/lib/libdecnumber/arch/earmv4/gstdint.h | 51 +
external/gpl3/gdb.old/lib/libgdb/arch/earmv4/build-gnulib/config.h | 1443 +
external/gpl3/gdb.old/lib/libgdb/arch/earmv4/config.h | 768 +
external/gpl3/gdb.old/lib/libgdb/arch/earmv4/defs.mk | 7 +
external/gpl3/gdb.old/lib/libgdb/arch/earmv4/init.c | 302 +
external/gpl3/gdb.old/lib/libgdb/arch/earmv4/jit-reader.h | 350 +
external/gpl3/gdb.old/lib/libgdb/arch/earmv4/observer.h | 375 +
external/gpl3/gdb.old/lib/libgdb/arch/earmv4/observer.inc | 1630 +
external/gpl3/gdb.old/lib/libgdb/arch/earmv4/version.c | 8 +
external/gpl3/gdb.old/lib/libgdb/arch/earmv4/xml-builtin.c | 761 +
external/gpl3/gdb.old/lib/libiberty/arch/earmv4/config.h | 535 +
external/gpl3/gdb.old/lib/libiberty/arch/earmv4/defs.mk | 8 +
external/gpl3/gdb.old/lib/libopcodes/arch/earmv4/config.h | 127 +
external/gpl3/gdb.old/lib/libopcodes/arch/earmv4/defs.mk | 7 +
external/gpl3/gdb.old/lib/libreadline/arch/earmv4/config.h | 275 +
external/gpl3/gdb.old/lib/libreadline/arch/earmv4/defs.mk | 6 +
699 files changed, 208269 insertions(+), 0 deletions(-)
diffs (truncated from 211065 to 300 lines):
diff -r 923356722b1a -r 47d5842be41c external/gpl3/gdb.old/dist/bfd/ChangeLog-2013
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gdb.old/dist/bfd/ChangeLog-2013 Tue Feb 02 20:30:29 2016 +0000
@@ -0,0 +1,3239 @@
+2013-12-30 Ilya Tocar <ilya.tocar%intel.com@localhost>
+
+ * peXXigen.c (rsrc_process_section): Use ptrdiff_t as the type for
+ pointer arithmetic.
+
+2013-12-20 Alan Modra <amodra%gmail.com@localhost>
+
+ * elf-eh-frame.c (cie_eq): Return false when initial_insn_length
+ is too large.
+ (cie_compute_hash): Don't exceed bounds of initial_instructions.
+ (_bfd_elf_parse_eh_frame): Always set initial_insn_length, and
+ save as much of insns to initial_instructions[] as will fit.
+
+2013-12-19 H.J. Lu <hongjiu.lu%intel.com@localhost>
+
+ PR binutils/16317
+ * elf.c (assign_section_numbers): Set the SHF_INFO_LINK bit for
+ SHT_REL/SHT_RELA sections when setting the sh_info field.
+
+2013-12-19 Pierre Muller <muller%sourceware.org@localhost>
+
+ * peXXigen.c (rsrc_cmp): Fix unused variable warning.
+
+2013-12-19 Pierre Muller <muller%sourceware.org@localhost>
+
+ * peXXigen.c (u16_mbtouc): Avoid unused function warning by excluding
+ if __CYGWIN__ or __MINGW32__ macro is defined.
+ (rsrc_cmp): Fix Windows host version and version without wchar header.
+ [__CYGWIN__, __MINGW32__]: Introduce rsrccmp macro.
+ Fix coding standard issues.
+
+2013-12-19 Andreas Schwab <schwab%suse.de@localhost>
+
+ * elf32-m68k.c (elf_m68k_add_symbol_hook): New function.
+ (elf_backend_add_symbol_hook): Define.
+
+2013-12-18 Nick Clifton <nickc%redhat.com@localhost>
+
+ * peXXigen.c (rsrc_print_section): Use ptrdiff_t as the type for
+ pointer arithmetic.
+
+2013-12-17 H.J. Lu <hongjiu.lu%intel.com@localhost>
+
+ * elf32-arm.c (elf32_arm_post_process_headers): Call
+ _bfd_elf_post_process_headers.
+
+2013-12-17 H.J. Lu <hongjiu.lu%intel.com@localhost>
+
+ * elf32-spu.c (spu_elf_post_process_headers): Call
+ _bfd_elf_post_process_headers.
+ * elfxx-mips.c (_bfd_mips_post_process_headers): Likewise.
+
+2013-12-17 H.J. Lu <hongjiu.lu%intel.com@localhost>
+
+ * elf-bfd.h (_bfd_elf_set_osabi): Renamed to ...
+ (_bfd_elf_post_process_headers): This.
+ * elf.c (_bfd_elf_compute_section_file_positions): Always
+ call elf_backend_post_process_headers.
+ (_bfd_elf_set_osabi): Renamed to ...
+ (_bfd_elf_post_process_headers): This.
+ * elf32-hppa.c (elf_backend_post_process_headers): Removed.
+ * elf32-i370.c (elf_backend_post_process_headers): Likewise.
+ * elf32-msp430.c (elf_backend_post_process_headers): Likewise.
+ * elf32-ppc.c (elf_backend_post_process_headers): Likewise.
+ * elf32-sparc.c (elf_backend_post_process_headers): Likewise.
+ * elf64-hppa.c (elf_backend_post_process_headers): Likewise.
+ * elf64-ppc.c (elf_backend_post_process_headers): Likewise.
+ * elf64-sparc.c (elf_backend_post_process_headers): Likewise.
+ * elf64-x86-64.c (elf_backend_post_process_headers): Likewise.
+ * (elf_backend_post_process_headers): Likewise.
+ * (elf_backend_post_process_headers): Likewise.
+ * elf32-i386.c (elf_backend_post_process_headers): Don't
+ define as _bfd_elf_set_osabi.
+ (elf_i386_fbsd_post_process_headers): Updated.
+ * elf32-mips.c (elf_fbsd_post_process_headers): Removed.
+ (elf_backend_post_process_headers): Likewise.
+ * elf32-tic6x.c (elf32_tic6x_set_osabi): Removed.
+ (elf_backend_post_process_headers): Likewise.
+ * elf64-mips.c (elf_fbsd_post_process_headers): Removed.
+ (elf_backend_post_process_headers): Likewise.
+ * elfn32-mips.c (elf_fbsd_post_process_headers): Removed.
+ (elf_backend_post_process_headers): Likewise.
+ * elfnn-aarch64.c (elfNN_aarch64_post_process_headers): Updated.
+ * elfxx-target.h (elf_backend_post_process_headers): Default
+ to _bfd_elf_post_process_headers.
+
+2013-12-17 H.J. Lu <hongjiu.lu%intel.com@localhost>
+
+ PR binutils/16318
+ * elf32-arm.c (elf32_arm_copy_private_bfd_data): Call
+ _bfd_elf_copy_private_bfd_data.
+ * elf32-bfin.c (bfin_elf_copy_private_bfd_data): Removed.
+ (elf32_bfinfdpic_copy_private_bfd_data): Likewise.
+ (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
+ * elf32-frv.c (frv_elf_copy_private_bfd_data): Removed.
+ (elf32_frvfdpic_copy_private_bfd_data): Likewise.
+ (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
+ * elf32-iq2000.c (iq2000_elf_copy_private_bfd_data): Removed.
+ (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
+ * elf32-lm32.c (lm32_elf_copy_private_bfd_data): Removed.
+ (lm32_elf_fdpic_copy_private_bfd_data): Call
+ _bfd_elf_copy_private_bfd_data.
+ * elf32-mep.c (mep_elf_copy_private_bfd_data): Removed.
+ (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
+ * elf32-msp430.c (elf32_msp430_copy_private_bfd_data): Removed.
+ (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
+ * elf32-mt.c (mt_elf_copy_private_bfd_data): Removed.
+ (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
+ * elf32-sh.c (sh_elf_set_private_flags): Removed.
+ (sh_elf_copy_private_data): Call _bfd_elf_copy_private_bfd_data
+ and sh_elf_set_mach_from_flags.
+ * elfnn-aarch64.c (elfNN_aarch64_copy_private_bfd_data): Removed.
+ (bfd_elfNN_bfd_copy_private_bfd_data): Don't define.
+
+2013-12-17 H.J. Lu <hongjiu.lu%intel.com@localhost>
+
+ * peXXigen.c (rsrc_process_section): Rename index to indx.
+
+2013-12-17 Nick Clifton <nickc%redhat.com@localhost>
+
+ * peXXigen.c: Include wchar.h if available.
+ Include safe-ctype.h.
+ (HighBitSet, SetHighBit, WithoutHighBit): New macros.
+ (pe_print_resource_entries): Rename to
+ rsrc_print_resource_entries. Handle names that are not RVAs.
+ (pe_print_resource_directory): Rename to
+ rsrc_print_resource_directory.
+ (pe_print_rsrc): Rename to rsrc_print_section. Corrupt
+ computation of RVA bias.
+ (rsrc_count_entries): New function.
+ (rsrc_count_directory): New function.
+ (rsrc_parse_entry): New function.
+ (rsrc_parse_entries): New function.
+ (rsrc_parse_directory): New function.
+ (rsrc_write_string): New function.
+ (rsrc_compute_rva): New function.
+ (rsrc_write_leaf): New function.
+ (rsrc_write_entry): New function.
+ (rsrc_write_directory): New function.
+ (u16_mbtouc): New function.
+ (rsrc_cmp): New function.
+ (rsrc_print_name): New function.
+ (rsrc_resource_name): New function.
+ (rsrc_merge_string_entries): New function.
+ (rsrc_sort_entries): New function.
+ (rsrc_attach_chain): New function.
+ (rsrc_merge): New function.
+ (rsrc_process_section): New function - merges the contents of a
+ .rsrc section.
+ (_bfd_XXi_final_link_postscript): Call rsrc_process_section.
+ (rsrc_print_section): Fix mingw64 size issue.
+
+ * configure.in (AC_CHECK_HEADERS): Add wchar.h
+ * config.in: Regenerate.
+ * configure: Regenerate.
+
+2013-12-16 Andreas Schwab <schwab%suse.de@localhost>
+
+ * elf64-ppc.c (ppc64_elf_relocate_section): Add newline to error
+ message.
+
+2013-12-14 Alan Modra <amodra%gmail.com@localhost>
+
+ * elflink.c (_bfd_elf_merge_symbol): If merging a new weak
+ symbol that will be skipped, we don't have a new definition.
+
+2013-12-13 Kuan-Lin Chen <kuanlinchentw%gmail.com@localhost>
+ Wei-Cheng Wang <cole945%gmail.com@localhost>
+
+ * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add nds32
+ files.
+ * Makefile.in: Regenerate.
+ * archures.c (bfd_nds32_arch): Add nds32 target.
+ * bfd-in2.h: Regenerate.
+ * config.bfd (nds32*le-*-linux): Add bfd_elf32_nds32lelin_vec
+ and bfd_elf32_nds32belin_vec.
+ (nds32*be-*-linux*): Likewise.
+ (nds32*le-*-*): Add bfd_elf32_nds32le_vec and bfd_elf32_nds32be_vec.
+ (nds32*be-*-*): Likewise.
+ * configure.in (bfd_elf32_nds32be_vec): Add elf32-nds32.lo.
+ (bfd_elf32_nds32le_vec): Likewise.
+ (bfd_elf32_nds32belin_vec): Likewise.
+ (bfd_elf32_nds32lelin_vec): Likewise.
+ * configure: Regenerate.
+ * cpu-nds32.c: New file for nds32.
+ * elf-bfd.h: Add NDS32_ELF_DATA.
+ * elf32-nds32.c: New file for nds32.
+ * elf32-nds32.h: New file for nds32.
+ * libbfd.h: Regenerate.
+ * reloc.c: Add relocations for nds32.
+ * targets.c (bfd_elf32_nds32be_vec): New declaration for nds32.
+ (bfd_elf32_nds32le_vec): Likewise.
+ (bfd_elf32_nds32belin_vec): Likewise.
+ (bfd_elf32_nds32lelin_vec): Likewise.
+
+2013-12-12 H.J. Lu <hongjiu.lu%intel.com@localhost>
+
+ PR binutils/16318
+ * elf.c (_bfd_elf_copy_private_bfd_data): Remove BFD_ASSERT.
+ Set e_flags only if elf_flags_init is FALSE. Copy EI_OSABI
+ field.
+
+2013-12-12 H.J. Lu <hongjiu.lu%intel.com@localhost>
+
+ * elf32-sh.c (bfd_elf32_bfd_set_private_bfd_flags): Removed.
+
+2013-12-12 H.J. Lu <hongjiu.lu%intel.com@localhost>
+
+ * elf.c (assign_file_positions_except_relocs): Set e_type in ELF
+ header to ET_EXEC for -pie -Ttext-segment=.
+
+2013-12-08 Alan Modra <amodra%gmail.com@localhost>
+
+ * elflink.c (_bfd_elf_add_default_symbol): Set dynamic_def
+ and ref_dynamic_nonweak when chaining together indirect
+ symbols.
+
+2013-12-06 Tristan Gingold <gingold%adacore.com@localhost>
+
+ * pei-x86_64.c (pex64_xdata_print_uwd_codes): Add argument rf.
+ Display epilog opcode.
+ (pex64_dump_xdata): Add argument rf; make addr a local variable.
+ Adjust call to pex64_xdata_print_uwd_codes.
+ (pex64_bfd_print_pdata): Display code range, adjust call to
+
+2013-12-05 Tristan Gingold <gingold%adacore.com@localhost>
+
+ * mach-o.c (bfd_mach_o_mkobject_init): Use bfd_zalloc.
+
+2013-12-03 Nick Clifton <nickc%redhat.com@localhost>
+
+ * peXXigen.c (pe_print_resource_entries): New function: Displays
+ an entry in a .rsrc section.
+ (pe_print_resource_directory): New function: Displays a directory
+ in a .rsrc section.
+ (pe_print_rsrc): New function: Displays the contents of .rsrc
+ section.
+ (_bfd_XX_print_private_bfd_data_common): Call pe_print_rsrc.
+
+2013-12-03 Alan Modra <amodra%gmail.com@localhost>
+
+ * elf64-ppc.c (ppc_build_one_stub <ppc_stub_plt_branch_r2off>):
+ Don't omit saving of r2 for ELFv2. Don't addi 2,2,0.
+ (ppc_size_one_stub <ppc_stub_plt_branch_r2off>): Adjust to suit.
+
+2013-12-03 Alan Modra <amodra%gmail.com@localhost>
+
+ * elf64-ppc.c (ppc64_elf_link_just_syms): Remove .got check.
+ Handle ELFv2.
+
+2013-11-26 Will Newton <will.newton%linaro.org@localhost>
+
+ * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_symbol):
+ Handle STT_GNU_IFUNC symbols correctly in static links.
+
+2013-11-26 Will Newton <will.newton%linaro.org@localhost>
+
+ * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Ensure
+ PLT_INDEX is calculated using correct header size.
+
+2013-11-22 Cory Fields <cory%coryfields.com@localhost>
+
+ * libcoff-in.h: Add insert_timestamp flag to the pe_data struct.
+ * libcoff.h: Regenerate.
+ * peXXigen.c (_bfd_XXi_only_swap_filehdr_out): Only use a real
+ timestamp if --insert-timestamp was used.
+
+2013-11-19 Roland McGrath <mcgrathr%google.com@localhost>
+
+ * elf-nacl.c (nacl_modify_segment_map): Calculate SIZEOF_HEADERS
+ when not doing linking (i.e. INFO is a null pointer).
+
+2013-11-19 H.J. Lu <hongjiu.lu%intel.com@localhost>
+
+ * elf64-x86-64.c (elf_x86_64_section_from_shdr): Re-indent.
+
+2013-11-17 H.J. Lu <hongjiu.lu%intel.com@localhost>
+
+ * elf64-x86-64.c (x86_64_elf_howto_table): Add R_X86_64_PC32_BND
+ and R_X86_64_PLT32_BND.
+ (R_X86_64_standard): Replace R_X86_64_RELATIVE64 with
+ R_X86_64_PLT32_BND.
+ (IS_X86_64_PCREL_TYPE): Add R_X86_64_PLT32_BND.
+ (x86_64_reloc_map): Add BFD_RELOC_X86_64_PC32_BND and
+ BFD_RELOC_X86_64_PLT32_BND.
+ (elf_x86_64_check_relocs): Handle R_X86_64_PC32_BND and
+ R_X86_64_PLT32_BND.
+ (elf_x86_64_gc_sweep_hook): Likewise.
+ (elf_x86_64_relocate_section): Likewise.
+ * reloc.c (bfd_reloc_code_real): Add BFD_RELOC_X86_64_PC32_BND
+ and BFD_RELOC_X86_64_PLT32_BND.
+ * bfd-in2.h: Regenerated.
+ * libbfd.h: Likewise.
+
+2013-11-15 H.J. Lu <hongjiu.lu%intel.com@localhost>
+
Home |
Main Index |
Thread Index |
Old Index