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-7.12



details:   https://anonhg.NetBSD.org/src/rev/497af9d9ace6
branches:  trunk
changeset: 828109:497af9d9ace6
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Nov 28 17:51:23 2017 +0000

description:
Import HEAD of gdb-7.12

diffstat:

 external/gpl3/gdb.old/Makefile.gdb_arch                                                     |      4 +-
 external/gpl3/gdb.old/dist/bfd/ChangeLog-2015                                               |   4247 ++
 external/gpl3/gdb.old/dist/bfd/arc-got.h                                                    |    513 +
 external/gpl3/gdb.old/dist/bfd/arc-plt.def                                                  |     94 +
 external/gpl3/gdb.old/dist/bfd/arc-plt.h                                                    |    196 +
 external/gpl3/gdb.old/dist/bfd/cpu-ft32.c                                                   |      2 +-
 external/gpl3/gdb.old/dist/bfd/cpu-iamcu.c                                                  |      2 +-
 external/gpl3/gdb.old/dist/bfd/doc/ChangeLog-0415                                           |    342 +
 external/gpl3/gdb.old/dist/bfd/elf-linux-core.h                                             |    123 +
 external/gpl3/gdb.old/dist/bfd/elf32-dlx.h                                                  |     34 +
 external/gpl3/gdb.old/dist/bfd/elf32-ft32.c                                                 |     22 +-
 external/gpl3/gdb.old/dist/bfd/mach-o-aarch64.c                                             |    308 +
 external/gpl3/gdb.old/dist/bfd/mach-o-arm.c                                                 |    326 +
 external/gpl3/gdb.old/dist/bfd/po/sr.gmo                                                    |    Bin 
 external/gpl3/gdb.old/dist/bfd/po/sr.po                                                     |   6811 +++
 external/gpl3/gdb.old/dist/config/bitfields.m4                                              |     25 +
 external/gpl3/gdb.old/dist/config/bootstrap-lto-noplugin.mk                                 |      6 +
 external/gpl3/gdb.old/dist/config/bootstrap-mpx.mk                                          |      9 +
 external/gpl3/gdb.old/dist/config/gcc-plugin.m4                                             |    113 +
 external/gpl3/gdb.old/dist/config/mh-alpha-linux                                            |      3 +
 external/gpl3/gdb.old/dist/config/sjlj.m4                                                   |     12 +
 external/gpl3/gdb.old/dist/config/target-posix                                              |     12 +
 external/gpl3/gdb.old/dist/gdb/ChangeLog-2015                                               |  14485 +++++++
 external/gpl3/gdb.old/dist/gdb/aarch32-linux-nat.c                                          |    111 +
 external/gpl3/gdb.old/dist/gdb/aarch32-linux-nat.h                                          |     34 +
 external/gpl3/gdb.old/dist/gdb/arch/aarch64-insn.c                                          |    389 +
 external/gpl3/gdb.old/dist/gdb/arch/aarch64-insn.h                                          |    324 +
 external/gpl3/gdb.old/dist/gdb/arch/arm-get-next-pcs.c                                      |    938 +
 external/gpl3/gdb.old/dist/gdb/arch/arm-get-next-pcs.h                                      |     66 +
 external/gpl3/gdb.old/dist/gdb/arch/arm-linux.c                                             |    139 +
 external/gpl3/gdb.old/dist/gdb/arch/arm-linux.h                                             |     81 +
 external/gpl3/gdb.old/dist/gdb/arch/arm.c                                                   |    373 +
 external/gpl3/gdb.old/dist/gdb/arch/arm.h                                                   |    141 +
 external/gpl3/gdb.old/dist/gdb/arch/xtensa.h                                                |     46 +
 external/gpl3/gdb.old/dist/gdb/break-catch-syscall.c                                        |    115 +-
 external/gpl3/gdb.old/dist/gdb/build-with-cxx.m4                                            |     12 +-
 external/gpl3/gdb.old/dist/gdb/cli/cli-interp.h                                             |     32 +
 external/gpl3/gdb.old/dist/gdb/common/btrace-common.c                                       |     30 +-
 external/gpl3/gdb.old/dist/gdb/common/common-regcache.c                                     |     36 +
 external/gpl3/gdb.old/dist/gdb/common/common.host                                           |      2 +-
 external/gpl3/gdb.old/dist/gdb/common/enum-flags.h                                          |    224 +
 external/gpl3/gdb.old/dist/gdb/common/fileio.c                                              |      2 +-
 external/gpl3/gdb.old/dist/gdb/common/fileio.h                                              |      2 +-
 external/gpl3/gdb.old/dist/gdb/common/gdb_sys_time.h                                        |     38 +
 external/gpl3/gdb.old/dist/gdb/common/mingw-strerror.c                                      |      2 +-
 external/gpl3/gdb.old/dist/gdb/common/posix-strerror.c                                      |      2 +-
 external/gpl3/gdb.old/dist/gdb/common/signals-state-save-restore.c                          |     94 +
 external/gpl3/gdb.old/dist/gdb/common/signals-state-save-restore.h                          |     39 +
 external/gpl3/gdb.old/dist/gdb/d-namespace.c                                                |    565 +
 external/gpl3/gdb.old/dist/gdb/dtrace-probe.c                                               |     16 +-
 external/gpl3/gdb.old/dist/gdb/features/btrace-conf.dtd                                     |      2 +-
 external/gpl3/gdb.old/dist/gdb/features/i386/amd64-avx-mpx-linux.c                          |    211 +
 external/gpl3/gdb.old/dist/gdb/features/i386/amd64-avx-mpx-linux.xml                        |     19 +
 external/gpl3/gdb.old/dist/gdb/features/i386/amd64-avx-mpx.c                                |    206 +
 external/gpl3/gdb.old/dist/gdb/features/i386/amd64-avx-mpx.xml                              |     17 +
 external/gpl3/gdb.old/dist/gdb/features/i386/i386-avx-mpx-linux.c                           |    187 +
 external/gpl3/gdb.old/dist/gdb/features/i386/i386-avx-mpx-linux.xml                         |     19 +
 external/gpl3/gdb.old/dist/gdb/features/i386/i386-avx-mpx.c                                 |    182 +
 external/gpl3/gdb.old/dist/gdb/features/i386/i386-avx-mpx.xml                               |     17 +
 external/gpl3/gdb.old/dist/gdb/features/nds32-core.xml                                      |     44 +
 external/gpl3/gdb.old/dist/gdb/features/nds32-fpu.xml                                       |     42 +
 external/gpl3/gdb.old/dist/gdb/features/nds32-system.xml                                    |     14 +
 external/gpl3/gdb.old/dist/gdb/features/nds32.c                                             |     92 +
 external/gpl3/gdb.old/dist/gdb/features/nds32.xml                                           |     14 +
 external/gpl3/gdb.old/dist/gdb/features/s390-tevx-linux64.xml                               |      2 +-
 external/gpl3/gdb.old/dist/gdb/features/s390-vx-linux64.xml                                 |      2 +-
 external/gpl3/gdb.old/dist/gdb/features/s390-vx.xml                                         |      2 +-
 external/gpl3/gdb.old/dist/gdb/features/s390x-tevx-linux64.xml                              |      2 +-
 external/gpl3/gdb.old/dist/gdb/features/s390x-vx-linux64.xml                                |      2 +-
 external/gpl3/gdb.old/dist/gdb/ft32-tdep.c                                                  |    169 +-
 external/gpl3/gdb.old/dist/gdb/ft32-tdep.h                                                  |      5 +-
 external/gpl3/gdb.old/dist/gdb/gdbserver/linux-aarch32-low.c                                |    313 +
 external/gpl3/gdb.old/dist/gdb/gdbserver/linux-aarch32-low.h                                |     36 +
 external/gpl3/gdb.old/dist/gdb/gdbserver/linux-aarch64-ipa.c                                |    211 +
 external/gpl3/gdb.old/dist/gdb/gdbserver/linux-ppc-ipa.c                                    |    246 +
 external/gpl3/gdb.old/dist/gdb/gdbserver/linux-ppc-tdesc.h                                  |    101 +
 external/gpl3/gdb.old/dist/gdb/gdbserver/linux-s390-ipa.c                                   |    454 +
 external/gpl3/gdb.old/dist/gdb/gdbserver/linux-s390-tdesc.h                                 |    102 +
 external/gpl3/gdb.old/dist/gdb/gdbserver/linux-x86-tdesc.h                                  |     98 +
 external/gpl3/gdb.old/dist/gdb/gnulib/import/gettimeofday.c                                 |    154 +
 external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/absolute-header.m4                          |    102 +
 external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/gettimeofday.m4                             |    138 +
 external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/rawmemchr.m4                                |     20 +
 external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/signal_h.m4                                 |     83 +
 external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/strchrnul.m4                                |     50 +
 external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/strtok_r.m4                                 |      2 +-
 external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/sys_socket_h.m4                             |    176 +
 external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/sys_time_h.m4                               |    111 +
 external/gpl3/gdb.old/dist/gdb/gnulib/import/rawmemchr.c                                    |    136 +
 external/gpl3/gdb.old/dist/gdb/gnulib/import/rawmemchr.valgrind                             |     12 +
 external/gpl3/gdb.old/dist/gdb/gnulib/import/signal.in.h                                    |    463 +
 external/gpl3/gdb.old/dist/gdb/gnulib/import/strchrnul.c                                    |    142 +
 external/gpl3/gdb.old/dist/gdb/gnulib/import/strchrnul.valgrind                             |     12 +
 external/gpl3/gdb.old/dist/gdb/gnulib/import/strtok_r.c                                     |      2 +-
 external/gpl3/gdb.old/dist/gdb/gnulib/import/sys_time.in.h                                  |    213 +
 external/gpl3/gdb.old/dist/gdb/hppaobsd-nat.c                                               |      2 +-
 external/gpl3/gdb.old/dist/gdb/i386fbsd-tdep.h                                              |      2 +-
 external/gpl3/gdb.old/dist/gdb/libiberty.m4                                                 |      2 +-
 external/gpl3/gdb.old/dist/gdb/location.c                                                   |    740 +
 external/gpl3/gdb.old/dist/gdb/location.h                                                   |    253 +
 external/gpl3/gdb.old/dist/gdb/namespace.c                                                  |    123 +
 external/gpl3/gdb.old/dist/gdb/namespace.h                                                  |    118 +
 external/gpl3/gdb.old/dist/gdb/nat/aarch64-linux-hw-point.c                                 |    714 +
 external/gpl3/gdb.old/dist/gdb/nat/aarch64-linux-hw-point.h                                 |    189 +
 external/gpl3/gdb.old/dist/gdb/nat/aarch64-linux.c                                          |    239 +
 external/gpl3/gdb.old/dist/gdb/nat/aarch64-linux.h                                          |    129 +
 external/gpl3/gdb.old/dist/gdb/nat/amd64-linux-siginfo.c                                    |    596 +
 external/gpl3/gdb.old/dist/gdb/nat/amd64-linux-siginfo.h                                    |     56 +
 external/gpl3/gdb.old/dist/gdb/nat/gdb_ptrace.h                                             |    153 +
 external/gpl3/gdb.old/dist/gdb/nat/linux-namespaces.c                                       |     17 +-
 external/gpl3/gdb.old/dist/gdb/nat/linux-namespaces.h                                       |      2 +-
 external/gpl3/gdb.old/dist/gdb/nat/linux-personality.c                                      |      2 +-
 external/gpl3/gdb.old/dist/gdb/nat/linux-personality.h                                      |      2 +-
 external/gpl3/gdb.old/dist/gdb/nat/ppc-linux.c                                              |      2 +-
 external/gpl3/gdb.old/dist/gdb/nat/ppc-linux.h                                              |      2 +-
 external/gpl3/gdb.old/dist/gdb/nat/x86-linux-dregs.c                                        |      4 +-
 external/gpl3/gdb.old/dist/gdb/nat/x86-linux-dregs.h                                        |      2 +-
 external/gpl3/gdb.old/dist/gdb/nat/x86-linux.c                                              |      2 +-
 external/gpl3/gdb.old/dist/gdb/nat/x86-linux.h                                              |      2 +-
 external/gpl3/gdb.old/dist/gdb/nds32-tdep.c                                                 |   2184 +
 external/gpl3/gdb.old/dist/gdb/nds32-tdep.h                                                 |     54 +
 external/gpl3/gdb.old/dist/gdb/ptrace.m4                                                    |     94 +
 external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/unwinders.py                          |      4 +-
 external/gpl3/gdb.old/dist/gdb/python/lib/gdb/function/as_string.py                         |     39 +
 external/gpl3/gdb.old/dist/gdb/python/lib/gdb/unwinder.py                                   |      3 +-
 external/gpl3/gdb.old/dist/gdb/python/py-unwind.c                                           |     22 +-
 external/gpl3/gdb.old/dist/gdb/record-btrace.h                                              |     28 +
 external/gpl3/gdb.old/dist/gdb/regformats/i386/amd64-avx-mpx-linux.dat                      |     85 +
 external/gpl3/gdb.old/dist/gdb/regformats/i386/amd64-avx-mpx.dat                            |     84 +
 external/gpl3/gdb.old/dist/gdb/regformats/i386/i386-avx-mpx-linux.dat                       |     61 +
 external/gpl3/gdb.old/dist/gdb/regformats/i386/i386-avx-mpx.dat                             |     60 +
 external/gpl3/gdb.old/dist/gdb/rust-exp.c                                                   |   4242 ++
 external/gpl3/gdb.old/dist/gdb/rust-exp.y                                                   |   2764 +
 external/gpl3/gdb.old/dist/gdb/rust-lang.c                                                  |   2129 +
 external/gpl3/gdb.old/dist/gdb/rust-lang.h                                                  |     50 +
 external/gpl3/gdb.old/dist/gdb/selftest.c                                                   |     67 +
 external/gpl3/gdb.old/dist/gdb/selftest.h                                                   |     44 +
 external/gpl3/gdb.old/dist/gdb/ser-event.c                                                  |    220 +
 external/gpl3/gdb.old/dist/gdb/ser-event.h                                                  |     51 +
 external/gpl3/gdb.old/dist/gdb/stub-termcap.c                                               |      2 +-
 external/gpl3/gdb.old/dist/gdb/syscalls/aarch64-linux.xml                                   |    320 +-
 external/gpl3/gdb.old/dist/gdb/syscalls/aarch64-linux.xml.in                                |    271 +
 external/gpl3/gdb.old/dist/gdb/syscalls/amd64-linux.xml.in                                  |    314 +
 external/gpl3/gdb.old/dist/gdb/syscalls/apply-defaults.xsl                                  |     43 +
 external/gpl3/gdb.old/dist/gdb/syscalls/arm-linux.xml.in                                    |    398 +
 external/gpl3/gdb.old/dist/gdb/syscalls/bfin-linux.xml.in                                   |    326 +
 external/gpl3/gdb.old/dist/gdb/syscalls/freebsd.xml                                         |    410 +
 external/gpl3/gdb.old/dist/gdb/syscalls/i386-linux.xml.in                                   |    340 +
 external/gpl3/gdb.old/dist/gdb/syscalls/linux-defaults.xml.in                               |    243 +
 external/gpl3/gdb.old/dist/gdb/syscalls/mips-n32-linux.xml.in                               |    319 +
 external/gpl3/gdb.old/dist/gdb/syscalls/mips-n64-linux.xml.in                               |    312 +
 external/gpl3/gdb.old/dist/gdb/syscalls/mips-o32-linux.xml.in                               |    347 +
 external/gpl3/gdb.old/dist/gdb/syscalls/ppc-linux.xml.in                                    |    310 +
 external/gpl3/gdb.old/dist/gdb/syscalls/ppc64-linux.xml.in                                  |    295 +
 external/gpl3/gdb.old/dist/gdb/syscalls/s390-linux.xml.in                                   |    367 +
 external/gpl3/gdb.old/dist/gdb/syscalls/s390x-linux.xml.in                                  |    334 +
 external/gpl3/gdb.old/dist/gdb/syscalls/sparc-linux.xml.in                                  |    344 +
 external/gpl3/gdb.old/dist/gdb/syscalls/sparc64-linux.xml.in                                |    326 +
 external/gpl3/gdb.old/dist/gdb/testsuite/analyze-racy-logs.py                               |    177 +
 external/gpl3/gdb.old/dist/gdb/testsuite/boards/remote-gdbserver-on-localhost.exp           |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/access_to_packed_array.exp                 |     33 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/access_to_packed_array/foo.adb             |     21 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/access_to_packed_array/pack.adb            |     23 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/access_to_packed_array/pack.ads            |     29 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_of_variable_length.exp               |     44 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_of_variable_length/foo.adb           |     21 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_of_variable_length/pck.adb           |     23 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_of_variable_length/pck.ads           |     32 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_ptr_renaming.exp                     |     39 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_ptr_renaming/foo.adb                 |     25 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_ptr_renaming/pack.ads                |     25 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/attr_ref_and_charlit.exp                   |     42 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/attr_ref_and_charlit/foo.adb               |     24 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/byte_packed_arr.exp                        |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/byte_packed_arr/array_list_g.ads           |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/byte_packed_arr/reprod.adb                 |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/byte_packed_arr/reprod.ads                 |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/byte_packed_arr/reprod_main.adb            |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/complete/aux_pck.adb                       |     28 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/complete/aux_pck.ads                       |     21 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/disc_arr_bound.exp                         |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/disc_arr_bound/foo_n612_026.adb            |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/disc_arr_bound/pck.adb                     |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/disc_arr_bound/pck.ads                     |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/fin_fun_out.exp                            |     38 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/fin_fun_out/bar.adb                        |     23 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/fin_fun_out/bar.ads                        |     25 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/fin_fun_out/foo_o525_013.adb               |     23 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/fun_overload_menu.exp                      |     71 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/fun_overload_menu/foo.adb                  |     47 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/fun_renaming.exp                           |     83 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/fun_renaming/fun_renaming.adb              |     23 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/fun_renaming/pack.adb                      |     26 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/fun_renaming/pack.ads                      |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/funcall_char.exp                           |     32 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/funcall_char/foo.adb                       |     33 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/funcall_ref.exp                            |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/funcall_ref/foo.adb                        |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/mi_var_array.exp                           |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/mi_var_array/bar.adb                       |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/mi_var_array/pck.adb                       |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/mi_var_array/pck.ads                       |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/out_of_line_in_inlined.exp                 |      8 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/out_of_line_in_inlined/bar.adb             |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/out_of_line_in_inlined/bar.ads             |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/out_of_line_in_inlined/foo_o224_021.adb    |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/pckd_neg.exp                               |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/pckd_neg/foo_o508_021.adb                  |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/pckd_neg/pck.adb                           |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/pckd_neg/pck.ads                           |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/rec_comp.exp                               |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/rec_comp/bar_o203_012.adb                  |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/rec_comp/pck.adb                           |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/rec_comp/pck.ads                           |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_arr_attrs.exp                          |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_arr_attrs/foo_o115_002.adb             |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_arr_attrs/pck.adb                      |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_arr_attrs/pck.ads                      |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_arr_typedef.exp                        |     44 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_arr_typedef/pack.adb                   |     25 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_arr_typedef/pack.ads                   |     29 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_arr_typedef/var_arr_typedef.adb        |     28 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_rec_arr.exp                            |      8 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_rec_arr/foo_na09_042.adb               |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_rec_arr/pck.adb                        |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_rec_arr/pck.ads                        |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-prologue-skip.S                     |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-prologue-skip.exp                   |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-tailcall-self.S                     |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-tailcall-self.c                     |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-tailcall-self.exp                   |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/arm-neon.c                                |    102 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/arm-neon.exp                              |     62 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/arm-single-step-kernel-helper.c           |     30 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/arm-single-step-kernel-helper.exp         |     97 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/disp-step-insn-reloc.exp                  |     84 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ftrace-insn-reloc.exp                     |    114 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-biarch-core.exp                      |     35 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-mpx-map.c                            |      7 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-mpx-map.exp                          |      4 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-mpx-sigsegv.c                        |    120 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-mpx-sigsegv.exp                      |     76 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-mpx-simple_segv.c                    |     66 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-mpx-simple_segv.exp                  |    140 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/insn-reloc.c                              |    552 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/mips-fcr.c                                |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/mips-fcr.exp                              |     54 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp                   |      7 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/s390-stackless.S                          |     33 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/s390-stackless.exp                        |     39 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/s390-vregs.S                              |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/s390-vregs.exp                            |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/aarch64.inc                                |     34 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/asmlabel.c                                |     30 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/asmlabel.exp                              |     64 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/bad-file.exp                              |     54 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/branch-to-self.c                          |     40 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/branch-to-self.exp                        |     74 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/break-fun-addr.exp                        |     84 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/break-fun-addr1.c                         |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/break-fun-addr2.c                         |     28 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/catch-fork-kill.c                         |     98 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/catch-fork-kill.exp                       |     99 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/catch-fork-static.exp                     |     47 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/catch-gdb-caused-signals.c                |      6 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/catch-gdb-caused-signals.exp              |      4 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/catch-signal-siginfo-cond.c               |     33 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/catch-signal-siginfo-cond.exp             |     61 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/checkpoint-ns.exp                         |     25 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/command-line-input.exp                    |     36 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/coredump-filter.c                         |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/coredump-filter.exp                       |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/disasm-optim.S                            |    352 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/disasm-optim.c                            |     27 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/disasm-optim.exp                          |     40 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/disasm-optim.h                            |     26 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dso2dso-dso1.c                            |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dso2dso-dso1.h                            |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dso2dso-dso2.c                            |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dso2dso-dso2.h                            |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dso2dso.c                                 |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dso2dso.exp                               |      7 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dtrace-probe.c                            |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dtrace-probe.d                            |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dtrace-probe.exp                          |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/examine-backward.c                        |    106 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/examine-backward.exp                      |    324 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/foll-exec-mode.c                          |     45 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/foll-exec-mode.exp                        |    202 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/fork-running-state.c                      |     83 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/fork-running-state.exp                    |    163 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/gdb-sigterm-2.exp                         |     32 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/gdbhistsize-history.exp                   |     51 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/gdbinit-history.exp                       |    128 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/history-duplicates.exp                    |     11 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/hook-stop.c                               |     38 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/hook-stop.exp                             |    168 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/infcall-exec.c                            |     28 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/infcall-exec.exp                          |     48 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/infcall-exec2.c                           |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/infcall-input.c                           |     34 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/infcall-input.exp                         |     55 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/jit-attach-pie.c                          |     61 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/jit-attach-pie.exp                        |     48 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/jit-protocol.h                            |     54 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/jit-reader.exp                            |    251 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/jit-simple-dl.c                           |     25 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/jit-simple-jit.c                          |     50 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/jithost.c                                 |     75 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/jithost.h                                 |     27 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/jitreader.c                               |    199 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/kill-detach-inferiors-cmd.c               |     25 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/kill-detach-inferiors-cmd.exp             |     62 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/killed-outside.c                          |     34 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/killed-outside.exp                        |    130 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/max-value-size.c                          |     26 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/max-value-size.exp                        |     97 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/nested-addr.c                             |     35 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/nested-addr.exp                           |     34 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/nested-subp1.c                            |     37 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/nested-subp1.exp                          |     55 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/nested-subp2.c                            |     48 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/nested-subp2.exp                          |     64 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/nested-subp3.c                            |     66 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/nested-subp3.exp                          |     55 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/new-ui-echo.c                             |     30 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/new-ui-echo.exp                           |    127 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/new-ui-pending-input.c                    |     26 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/new-ui-pending-input.exp                  |    123 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/new-ui.c                                  |     42 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/new-ui.exp                                |    173 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/noreturn-finish.c                         |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/noreturn-finish.exp                       |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/noreturn-return.c                         |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/noreturn-return.exp                       |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/offsets.c                                 |     28 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/offsets.exp                               |     45 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/run-after-attach.c                        |     25 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/run-after-attach.exp                      |     62 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/set-inferior-tty.c                        |     24 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/set-inferior-tty.exp                      |     40 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/signals-state-child.c                     |    101 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/signals-state-child.exp                   |     98 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/step-over-clone.c                         |     54 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/step-over-exit.c                          |     50 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/step-over-exit.exp                        |    127 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/step-over-fork.c                          |     58 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/step-over-no-symbols.exp                  |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/step-over-syscall.exp                     |    286 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/step-over-vfork.c                         |     70 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/valgrind-disp-step.c                      |     32 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/valgrind-disp-step.exp                    |    136 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/wrong_frame_bt_full-main.c                |     34 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/wrong_frame_bt_full-opaque.c              |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/wrong_frame_bt_full.exp                   |     56 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/buffer-size.exp                         |     14 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/dlopen-dso.c                            |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/dlopen.c                                |     50 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/dlopen.exp                              |     52 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/i686-record_goto.S                      |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/i686-tailcall-only.S                    |    447 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/i686-tailcall.S                         |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/non-stop.c                              |     45 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/non-stop.exp                            |    245 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/reconnect.c                             |     25 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/reconnect.exp                           |     79 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/record_goto-step.exp                    |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/tailcall-only.c                         |     53 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/tailcall-only.exp                       |     99 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/tailcall.c                              |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/tsx.c                                   |     26 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/tsx.exp                                 |     66 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/x86-tsx.S                               |     29 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/x86_64-record_goto.S                    |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/x86_64-tailcall-only.S                  |    446 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/x86_64-tailcall.S                       |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-ifunc.c                        |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-ifunc.exp                      |      8 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-print.c                        |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-print.exp                      |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/iostream.cc                                 |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/iostream.exp                                |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/scope-err.cc                                |     35 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/scope-err.exp                               |     49 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/var-tag-2.cc                                |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/var-tag-3.cc                                |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/var-tag-4.cc                                |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/var-tag.cc                                  |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/var-tag.exp                                 |     16 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dlang/circular.c                               |     33 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dlang/circular.exp                             |    149 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dlang/properties.exp                           |     93 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/atomic-type.exp                         |     12 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/atomic.c                                |      4 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/bad-regnum.c                            |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/bad-regnum.exp                          |     76 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/bitfield-parent-optimized-out.exp       |     87 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/comp-unit-lang.c                        |     34 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/comp-unit-lang.exp                      |     80 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-bad-mips-linkage-name.c             |     41 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-bad-mips-linkage-name.exp           |     82 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-bad-unresolved.c                    |     24 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-bad-unresolved.exp                  |     59 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-dummy-cu.S                          |     33 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-dummy-cu.exp                        |     39 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-lexical-block-bare.exp              |     76 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-opt-structptr.c                     |     41 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-opt-structptr.exp                   |    250 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-ranges-base.c                       |     36 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp                     |    143 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dw2-regno-invalid.exp                   |     71 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dwp-sepdebug.c                          |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/dwp-sepdebug.exp                        |     40 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/fission-loclists-pie.S                  |    482 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/fission-loclists-pie.exp                |     61 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/implref-array.c                         |     27 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/implref-array.exp                       |    171 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/implref-const.exp                       |    119 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/implref-global.c                        |     27 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/implref-global.exp                      |    125 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/implref-struct.c                        |     43 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/implref-struct.exp                      |    186 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/opaque-type-lookup-2.c                  |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/opaque-type-lookup.c                    |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/opaque-type-lookup.exp                  |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/staticvirtual.exp                       |      9 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/derived-type-function.exp              |     38 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/derived-type-function.f90              |     62 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/nested-funcs.exp                       |     64 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/nested-funcs.f90                       |     50 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/vla-alloc-assoc.exp                    |     65 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/vla-datatypes.exp                      |     89 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/vla-datatypes.f90                      |     51 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/vla-history.exp                        |     55 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/vla-ptr-info.exp                       |     32 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/vla-ptype-sub.exp                      |     92 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/vla-ptype.exp                          |    100 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/vla-sizeof.exp                         |     46 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/vla-sub.f90                            |     82 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/vla-type.exp                           |    171 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/vla-type.f90                           |    104 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/vla-value-sub-arbitrary.exp            |     35 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/vla-value-sub-finish.exp               |     51 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/vla-value-sub.exp                      |     92 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/vla-value.exp                          |    158 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/vla.f90                                |     57 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.gdb/unittest.exp                               |     17 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-ports.c                              |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/3explicit.c                           |     28 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/cpexplicit.cc                         |     63 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/cpexplicit.exp                        |    112 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/explicit.c                            |     56 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/explicit.exp                          |    409 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/explicit2.c                           |     24 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/keywords.c                            |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/keywords.exp                          |     10 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-async-run.c                              |     31 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-async-run.exp                            |     50 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-cmd-error.exp                            |     80 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-detach.exp                               |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-dprintf-pending.c                        |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-dprintf-pending.exp                      |      4 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-dprintf-pendshr.c                        |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-editing.exp                              |     37 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-exec-run.exp                             |    158 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-linespec-err-cp.cc                       |     35 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-linespec-err-cp.exp                      |     59 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-pendshr2.c                               |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-threads-interrupt.c                      |     61 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-threads-interrupt.exp                    |     69 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-var-list-children-invalid-grandchild.c   |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-var-list-children-invalid-grandchild.exp |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-vla-fortran.exp                          |    198 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/new-ui-mi-sync.c                            |     25 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/new-ui-mi-sync.exp                          |    114 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/user-selected-context-sync.c                |     63 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/user-selected-context-sync.exp              |   1285 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/vla.f90                                     |     43 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/info-threads.exp                         |     39 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/tids.c                                   |     56 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/tids.exp                                 |    450 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/watchpoint-multi-exit.c                  |     66 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/watchpoint-multi-exit.exp                |     87 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/solib-intra-step-lib.c                     |     30 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/solib-intra-step-main.c                    |     25 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/solib-intra-step.exp                       |     86 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.pascal/stub-method.exp                         |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.pascal/stub-method.pas                         |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/README                                    |    211 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gm-hello.cc                               |     25 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gm-pervasive-typedef.cc                   |     30 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gm-pervasive-typedef.h                    |     30 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gm-std.cc                                 |     36 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gm-std.h                                  |     57 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gm-use-cerr.cc                            |     29 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gm-utils.h                                |     25 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster-null-lookup.py                   |     46 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster-pervasive-typedef.py             |     45 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster-print-cerr.py                    |     52 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster-ptype-string.py                  |     48 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster-runto-main.py                    |     40 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster-select-file.py                   |     43 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster1-null-lookup.exp                 |     26 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster1-pervasive-typedef.exp           |     28 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster1-print-cerr.exp                  |     26 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster1-ptype-string.exp                |     26 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster1-runto-main.exp                  |     26 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster1-select-file.exp                 |     26 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster1.cc                              |     24 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster1.exp                             |    116 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster2-null-lookup.exp                 |     27 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster2-pervasive-typedef.exp           |     28 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster2-print-cerr.exp                  |     26 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster2-ptype-string.exp                |     27 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster2-runto-main.exp                  |     26 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster2-select-file.exp                 |     27 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster2.cc                              |     24 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/gmonster2.exp                             |    118 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/lib/perftest/utils.py                     |     69 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/skip-command.cc                           |     46 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/skip-command.exp                          |    138 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/skip-command.py                           |     34 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-as-string.c                          |     32 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-as-string.exp                        |     40 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-bad-printers.c                       |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-bad-printers.exp                     |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-bad-printers.py                      |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-breakpoint-create-fail.c             |     28 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-breakpoint-create-fail.exp           |     56 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-breakpoint-create-fail.py            |     31 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-lazy-string.c                        |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-lazy-string.exp                      |      6 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-mi-events-gdb.py                     |     52 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-mi-events.c                          |     26 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-mi-events.exp                        |     87 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-mi-objfile-gdb.py                    |     26 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-mi-objfile.c                         |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-mi-objfile.exp                       |     58 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-unwind-maint.c                       |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-unwind-maint.exp                     |     13 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-unwind-maint.py                      |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-unwind.c                             |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-unwind.exp                           |      4 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-unwind.py                            |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/fstatat-reverse.c                      |     43 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/fstatat-reverse.exp                    |     55 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/getresuid-reverse.c                    |     42 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/getresuid-reverse.exp                  |     62 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/insn-reverse.c                         |    164 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/insn-reverse.exp                       |    130 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/pipe-reverse.c                         |     40 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/pipe-reverse.exp                       |     55 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/readv-reverse.c                        |     50 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/readv-reverse.exp                      |     58 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/recvmsg-reverse.c                      |     94 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/recvmsg-reverse.exp                    |     65 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/s390-mvcle.c                           |     54 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/s390-mvcle.exp                         |     63 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/time-reverse.c                         |     42 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/time-reverse.exp                       |     55 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/waitpid-reverse.c                      |     44 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/waitpid-reverse.exp                    |     57 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rust/expr.exp                                  |    139 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rust/generics.exp                              |     45 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rust/generics.rs                               |     44 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rust/methods.exp                               |     63 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rust/methods.rs                                |    129 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rust/modules.exp                               |     89 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rust/modules.rs                                |     90 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rust/simple.exp                                |    222 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rust/simple.rs                                 |    123 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/connect-stopped-target.c                |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/connect-stopped-target.exp              |     82 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/connect-with-no-symbol-file.c           |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/connect-with-no-symbol-file.exp         |     97 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/connect-without-multi-process.c         |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/connect-without-multi-process.exp       |     61 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/ext-restart.exp                         |     65 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/ext-wrapper.exp                         |     70 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/non-existing-program.exp                |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/clone-attach-detach.c                  |     66 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/clone-attach-detach.exp                |     98 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/clone-thread_db.c                      |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/clone-thread_db.exp                    |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/continue-pending-status.c              |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/continue-pending-status.exp            |      9 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/fork-plus-threads.c                    |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/fork-plus-threads.exp                  |      9 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/forking-threads-plus-breakpoint.c      |     16 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/forking-threads-plus-breakpoint.exp    |    110 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/hand-call-new-thread.c                 |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/hand-call-new-thread.exp               |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/multi-create-ns-info-thr.exp           |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/names.c                                |     97 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/names.exp                              |     38 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/next-while-other-thread-longjmps.c     |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/next-while-other-thread-longjmps.exp   |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/non-ldr-exit.c                         |     41 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/non-ldr-exit.exp                       |     45 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/process-dies-while-detaching.c         |    116 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/process-dies-while-detaching.exp       |    327 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/process-dies-while-handling-bp.c       |     73 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/process-dies-while-handling-bp.exp     |    135 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/signal-sigtrap.c                       |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/signal-sigtrap.exp                     |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/step-bg-decr-pc-switch-thread.c        |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/step-bg-decr-pc-switch-thread.exp      |      4 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/tid-reuse.c                            |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/tid-reuse.exp                          |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/tls-so_extern.c                        |     19 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/tls-so_extern.exp                      |     81 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/tls-so_extern_main.c                   |     47 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ftrace-lock.c                            |     86 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ftrace-lock.exp                          |     88 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/no-attach-trace.c                        |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/no-attach-trace.exp                      |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/signal.c                                 |     68 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/signal.exp                               |    187 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/trace-common.h                           |     63 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/trace-condition.c                        |     50 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/trace-condition.exp                      |    305 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/trace-enable-disable.c                   |     38 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/trace-enable-disable.exp                 |    128 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/tracefile-pseudo-reg.c                   |     53 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/tracefile-pseudo-reg.exp                 |     73 +
 external/gpl3/gdb.old/dist/gdb/testsuite/lib/build-piece.exp                                |     39 +
 external/gpl3/gdb.old/dist/gdb/testsuite/lib/dtrace.exp                                     |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/lib/gen-perf-test.exp                              |   1509 +
 external/gpl3/gdb.old/dist/gdb/testsuite/lib/pdtrace                                        |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/lib/pdtrace.in                                     |      2 +-
 external/gpl3/gdb.old/dist/gdb/testsuite/lib/rust-support.exp                               |     37 +
 external/gpl3/gdb.old/dist/gdb/testsuite/lib/unbuffer_output.c                              |      2 +-
 external/gpl3/gdb.old/dist/gdb/thread-fsm.c                                                 |    109 +
 external/gpl3/gdb.old/dist/gdb/thread-fsm.h                                                 |    115 +
 external/gpl3/gdb.old/dist/gdb/tid-parse.c                                                  |    327 +
 external/gpl3/gdb.old/dist/gdb/tid-parse.h                                                  |    177 +
 external/gpl3/gdb.old/dist/gdb/transform.m4                                                 |      2 +-
 external/gpl3/gdb.old/dist/gdb/warning.m4                                                   |    133 +
 external/gpl3/gdb.old/dist/gdb/x86bsd-nat.c                                                 |    156 +
 external/gpl3/gdb.old/dist/gdb/x86bsd-nat.h                                                 |     31 +
 external/gpl3/gdb.old/dist/gdb/yy-remap.h                                                   |     92 +
 external/gpl3/gdb.old/dist/include/ChangeLog-0415                                           |   2183 +
 external/gpl3/gdb.old/dist/include/aout/ChangeLog-9115                                      |    285 +
 external/gpl3/gdb.old/dist/include/cgen/ChangeLog-0915                                      |     44 +
 external/gpl3/gdb.old/dist/include/coff/ChangeLog-0415                                      |    419 +
 external/gpl3/gdb.old/dist/include/elf/ChangeLog-0415                                       |   2348 +
 external/gpl3/gdb.old/dist/include/elf/arc-reloc.def                                        |    499 +
 external/gpl3/gdb.old/dist/include/elf/ft32.h                                               |      2 +-
 external/gpl3/gdb.old/dist/include/environ.h                                                |     33 +
 external/gpl3/gdb.old/dist/include/gdb/sim-aarch64.h                                        |     48 +
 external/gpl3/gdb.old/dist/include/gdb/sim-ft32.h                                           |      2 +-
 external/gpl3/gdb.old/dist/include/mach-o/ChangeLog-1115                                    |    136 +
 external/gpl3/gdb.old/dist/include/mach-o/arm64.h                                           |     50 +
 external/gpl3/gdb.old/dist/include/nlm/ChangeLog-9315                                       |    127 +
 external/gpl3/gdb.old/dist/include/opcode/ChangeLog-0415                                    |   2596 +
 external/gpl3/gdb.old/dist/include/opcode/arc-func.h                                        |    266 +
 external/gpl3/gdb.old/dist/include/opcode/ft32.h                                            |      8 +-
 external/gpl3/gdb.old/dist/include/opcode/nios2r2.h                                         |      2 +-
 external/gpl3/gdb.old/dist/include/som/ChangeLog-1015                                       |     28 +
 external/gpl3/gdb.old/dist/include/vms/ChangeLog-1015                                       |     95 +
 external/gpl3/gdb.old/dist/opcodes/ChangeLog-2015                                           |   1185 +
 external/gpl3/gdb.old/dist/opcodes/arc-ext-tbl.h                                            |    122 +
 external/gpl3/gdb.old/dist/opcodes/arc-fxi.h                                                |   1317 +
 external/gpl3/gdb.old/dist/opcodes/arc-nps400-tbl.h                                         |    650 +
 external/gpl3/gdb.old/dist/opcodes/arc-regs.h                                               |    383 +
 external/gpl3/gdb.old/dist/opcodes/arc-tbl.h                                                |  18210 ++++++++++
 external/gpl3/gdb.old/dist/opcodes/ft32-dis.c                                               |      4 +-
 external/gpl3/gdb.old/dist/opcodes/ft32-opc.c                                               |      6 +-
 external/gpl3/gdb.old/dist/sim/aarch64/ChangeLog                                            |    290 +
 external/gpl3/gdb.old/dist/sim/aarch64/Makefile.in                                          |     35 +
 external/gpl3/gdb.old/dist/sim/aarch64/aclocal.m4                                           |    110 +
 external/gpl3/gdb.old/dist/sim/aarch64/config.in                                            |    248 +
 external/gpl3/gdb.old/dist/sim/aarch64/configure                                            |  15907 ++++++++
 external/gpl3/gdb.old/dist/sim/aarch64/configure.ac                                         |     36 +
 external/gpl3/gdb.old/dist/sim/aarch64/cpustate.c                                           |    634 +
 external/gpl3/gdb.old/dist/sim/aarch64/cpustate.h                                           |    352 +
 external/gpl3/gdb.old/dist/sim/aarch64/decode.h                                             |    374 +
 external/gpl3/gdb.old/dist/sim/aarch64/interp.c                                             |    389 +
 external/gpl3/gdb.old/dist/sim/aarch64/memory.c                                             |    187 +
 external/gpl3/gdb.old/dist/sim/aarch64/memory.h                                             |     58 +
 external/gpl3/gdb.old/dist/sim/aarch64/sim-main.h                                           |     70 +
 external/gpl3/gdb.old/dist/sim/aarch64/simulator.c                                          |  14126 +++++++
 external/gpl3/gdb.old/dist/sim/aarch64/simulator.h                                          |     54 +
 external/gpl3/gdb.old/dist/sim/arm/sim-main.h                                               |      2 +-
 external/gpl3/gdb.old/dist/sim/avr/sim-main.h                                               |     13 +-
 external/gpl3/gdb.old/dist/sim/bfin/arch.h                                                  |     44 +
 external/gpl3/gdb.old/dist/sim/common/sim-close.c                                           |     55 +
 external/gpl3/gdb.old/dist/sim/common/sim-syscall.c                                         |      2 +-
 external/gpl3/gdb.old/dist/sim/common/sim-syscall.h                                         |      2 +-
 external/gpl3/gdb.old/dist/sim/cr16/sim-main.h                                              |      2 +-
 external/gpl3/gdb.old/dist/sim/cris/dv-cris_900000xx.c                                      |     91 +
 external/gpl3/gdb.old/dist/sim/d10v/sim-main.h                                              |      2 +-
 external/gpl3/gdb.old/dist/sim/ft32/ChangeLog                                               |    101 +
 external/gpl3/gdb.old/dist/sim/ft32/Makefile.in                                             |     23 +-
 external/gpl3/gdb.old/dist/sim/ft32/config.in                                               |     92 +-
 external/gpl3/gdb.old/dist/sim/ft32/configure                                               |   1268 +-
 external/gpl3/gdb.old/dist/sim/ft32/configure.ac                                            |      5 +-
 external/gpl3/gdb.old/dist/sim/ft32/ft32-sim.h                                              |      2 +-
 external/gpl3/gdb.old/dist/sim/ft32/interp.c                                                |     38 +-
 external/gpl3/gdb.old/dist/sim/ft32/sim-main.h                                              |      2 +-
 external/gpl3/gdb.old/dist/sim/m32r/dv-m32r_cache.c                                         |     96 +
 external/gpl3/gdb.old/dist/sim/m32r/dv-m32r_cache.h                                         |     48 +
 external/gpl3/gdb.old/dist/sim/m32r/dv-m32r_uart.c                                          |    143 +
 external/gpl3/gdb.old/dist/sim/m32r/dv-m32r_uart.h                                          |     47 +
 external/gpl3/gdb.old/dist/sim/mcore/sim-main.h                                             |     38 +-
 external/gpl3/gdb.old/dist/sim/mips/micromips.dc                                            |     15 +
 external/gpl3/gdb.old/dist/sim/mips/micromips.igen                                          |   3113 +
 external/gpl3/gdb.old/dist/sim/mips/micromips16.dc                                          |     11 +
 external/gpl3/gdb.old/dist/sim/mips/micromipsdsp.igen                                       |   1137 +
 external/gpl3/gdb.old/dist/sim/mips/micromipsrun.c                                          |    135 +
 external/gpl3/gdb.old/dist/sim/sh/sim-main.h                                                |      2 +-
 external/gpl3/gdb.old/dist/sim/testsuite/sim/aarch64/ChangeLog                              |      3 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/aarch64/allinsn.exp                            |     15 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/aarch64/pass.s                                 |      7 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/aarch64/testutils.inc                          |     72 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/ashift_left.s                             |     17 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/ft32/ChangeLog                                 |      5 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/ft32/basic.s                                   |     37 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/m32c/ChangeLog                                 |     10 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/m32c/allinsn.exp                               |     16 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/m32c/blinky.s                                  |     34 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/m32c/fail.s                                    |      9 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/m32c/gloss.s                                   |     32 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/m32c/pass.s                                    |      8 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/m32c/sample.ld                                 |     41 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/m32c/sample.s                                  |     27 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/m32c/sample2.c                                 |     29 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/m32c/testutils.inc                             |     53 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/mcore/ChangeLog                                |      5 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/mcore/fail.s                                   |      8 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/mcore/testutils.inc                            |      2 +-
 external/gpl3/gdb.old/dist/sim/testsuite/sim/mips/hilo-hazard-4.s                           |     36 +
 external/gpl3/gdb.old/dist/src-release.sh                                                   |      2 +-
 external/gpl3/gdb.old/dist/zlib/CMakeLists.txt                                              |     52 +-
 external/gpl3/gdb.old/dist/zlib/ChangeLog                                                   |     63 +
 external/gpl3/gdb.old/dist/zlib/ChangeLog.gcj                                               |     12 +-
 external/gpl3/gdb.old/dist/zlib/Makefile.in                                                 |     60 +-
 external/gpl3/gdb.old/dist/zlib/README                                                      |      6 +-
 external/gpl3/gdb.old/dist/zlib/aclocal.m4                                                  |     74 +-
 external/gpl3/gdb.old/dist/zlib/as400/bndsrc                                                |     10 +
 external/gpl3/gdb.old/dist/zlib/as400/compile.clp                                           |      2 +-
 external/gpl3/gdb.old/dist/zlib/as400/readme.txt                                            |      2 +-
 external/gpl3/gdb.old/dist/zlib/as400/zlib.inc                                              |     14 +-
 external/gpl3/gdb.old/dist/zlib/compress.c                                                  |      2 +-
 external/gpl3/gdb.old/dist/zlib/configure                                                   |     21 +-
 external/gpl3/gdb.old/dist/zlib/contrib/README.contrib                                      |      1 +
 external/gpl3/gdb.old/dist/zlib/contrib/blast/blast.c                                       |      8 +-
 external/gpl3/gdb.old/dist/zlib/contrib/blast/blast.h                                       |      8 +-
 external/gpl3/gdb.old/dist/zlib/contrib/delphi/ZLib.pas                                     |      2 +-
 external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/UnitTests.cs                        |      4 +-
 external/gpl3/gdb.old/dist/zlib/contrib/infback9/infback9.c                                 |      4 +-
 external/gpl3/gdb.old/dist/zlib/contrib/infback9/inftree9.c                                 |      6 +-
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/configure.ac                                |      2 +-
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/crypt.h                                     |      8 +-
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/iowin32.c                                   |     98 +-
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/miniunzip.1                                 |     63 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/minizip.1                                   |     46 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/unzip.c                                     |     12 +-
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/unzip.h                                     |      4 +-
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/zip.c                                       |      2 +-
 external/gpl3/gdb.old/dist/zlib/contrib/pascal/zlibpas.pas                                  |      4 +-
 external/gpl3/gdb.old/dist/zlib/contrib/puff/puff.c                                         |      7 +-
 external/gpl3/gdb.old/dist/zlib/contrib/puff/puff.h                                         |      4 +-
 external/gpl3/gdb.old/dist/zlib/contrib/puff/pufftest.c                                     |      4 +-
 external/gpl3/gdb.old/dist/zlib/contrib/testzlib/testzlib.c                                 |      4 +-
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/readme.txt                                  |      7 +-
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/zlib.rc                                |     10 +-
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/zlibstat.vcxproj                       |     16 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/zlibvc.def                             |     12 +-
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/zlibvc.vcxproj                         |     30 +-
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc11/miniunz.vcxproj                        |    314 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc11/minizip.vcxproj                        |    311 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc11/testzlib.vcxproj                       |    426 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc11/testzlibdll.vcxproj                    |    314 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc11/zlib.rc                                |     32 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc11/zlibstat.vcxproj                       |    464 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc11/zlibvc.def                             |    143 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc11/zlibvc.sln                             |    117 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc11/zlibvc.vcxproj                         |    688 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc9/zlib.rc                                 |     10 +-
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc9/zlibvc.def                              |     14 +-
 external/gpl3/gdb.old/dist/zlib/deflate.c                                                   |     12 +-
 external/gpl3/gdb.old/dist/zlib/deflate.h                                                   |      2 +-
 external/gpl3/gdb.old/dist/zlib/examples/enough.c                                           |     39 +-
 external/gpl3/gdb.old/dist/zlib/examples/gun.c                                              |     11 +-
 external/gpl3/gdb.old/dist/zlib/examples/gzappend.c                                         |     22 +-
 external/gpl3/gdb.old/dist/zlib/examples/gzjoin.c                                           |     13 +-
 external/gpl3/gdb.old/dist/zlib/examples/gzlog.c                                            |     21 +-
 external/gpl3/gdb.old/dist/zlib/examples/gzlog.h                                            |      6 +-
 external/gpl3/gdb.old/dist/zlib/examples/zran.c                                             |     11 +-
 external/gpl3/gdb.old/dist/zlib/gzguts.h                                                    |     22 +-
 external/gpl3/gdb.old/dist/zlib/gzlib.c                                                     |     48 +-
 external/gpl3/gdb.old/dist/zlib/gzread.c                                                    |     21 +-
 external/gpl3/gdb.old/dist/zlib/gzwrite.c                                                   |     64 +-
 external/gpl3/gdb.old/dist/zlib/infback.c                                                   |      2 +-
 external/gpl3/gdb.old/dist/zlib/inffast.c                                                   |      6 +-
 external/gpl3/gdb.old/dist/zlib/inflate.c                                                   |     64 +-
 external/gpl3/gdb.old/dist/zlib/inftrees.c                                                  |     14 +-
 external/gpl3/gdb.old/dist/zlib/qnx/package.qpg                                             |     10 +-
 external/gpl3/gdb.old/dist/zlib/test/example.c                                              |      8 +-
 external/gpl3/gdb.old/dist/zlib/test/minigzip.c                                             |     20 +
 external/gpl3/gdb.old/dist/zlib/treebuild.xml                                               |      4 +-
 external/gpl3/gdb.old/dist/zlib/trees.c                                                     |     14 +-
 external/gpl3/gdb.old/dist/zlib/uncompr.c                                                   |      2 +-
 external/gpl3/gdb.old/dist/zlib/win32/Makefile.msc                                          |     77 +-
 external/gpl3/gdb.old/dist/zlib/win32/README-WIN32.txt                                      |      4 +-
 external/gpl3/gdb.old/dist/zlib/win32/zlib.def                                              |      2 +
 external/gpl3/gdb.old/dist/zlib/win32/zlib1.rc                                              |      2 +-
 external/gpl3/gdb.old/dist/zlib/zconf.h                                                     |     33 +-
 external/gpl3/gdb.old/dist/zlib/zconf.h.cmakein                                             |     33 +-
 external/gpl3/gdb.old/dist/zlib/zconf.h.in                                                  |     33 +-
 external/gpl3/gdb.old/dist/zlib/zlib.3                                                      |      6 +-
 external/gpl3/gdb.old/dist/zlib/zlib.h                                                      |     48 +-
 external/gpl3/gdb.old/dist/zlib/zlib.map                                                    |      5 +
 external/gpl3/gdb.old/dist/zlib/zutil.c                                                     |      2 +-
 external/gpl3/gdb.old/dist/zlib/zutil.h                                                     |      9 +-
 816 files changed, 160056 insertions(+), 1623 deletions(-)

diffs (truncated from 169020 to 300 lines):

diff -r 90fe845c286e -r 497af9d9ace6 external/gpl3/gdb.old/Makefile.gdb_arch
--- a/external/gpl3/gdb.old/Makefile.gdb_arch   Tue Nov 28 15:31:33 2017 +0000
+++ b/external/gpl3/gdb.old/Makefile.gdb_arch   Tue Nov 28 17:51:23 2017 +0000
@@ -1,3 +1,3 @@
-#      $NetBSD#
+#      $NetBSD: Makefile.gdb_arch,v 1.1.1.1 2017/11/28 17:51:23 christos Exp $
 
-GDB_MACHINE_ARCH=      ${MACHINE_ARCH:C/armv[4-7]/arm/}
+GDB_MACHINE_ARCH=      ${MACHINE_ARCH:C/^e//:C/e?armv?[4-7]?h?f?/arm/}
diff -r 90fe845c286e -r 497af9d9ace6 external/gpl3/gdb.old/dist/bfd/ChangeLog-2015
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gdb.old/dist/bfd/ChangeLog-2015     Tue Nov 28 17:51:23 2017 +0000
@@ -0,0 +1,4247 @@
+2015-12-27  Sandra Loosemore  <sandra%codesourcery.com@localhost>
+
+       * elf32-nios2.c (nios2_elf_assign_gp): Correct computation of _gp
+       address.
+       (nios2_elf32_relocate_section): Tidy code for R_NIOS2_GPREL error
+       messages.
+
+2015-12-24  Thomas Preud'homme  <thomas.preudhomme%arm.com@localhost>
+
+       * elf32-arm.c (using_thumb_only): Check that profile is 'M' and update
+       logic around Tag_CPU_arch values to return TRUE for ARMv8-M
+       architectures.
+       (tag_cpu_arch_combine): Define v8m_baseline and v8m_mainline and update
+       v4t_plus_v6_m and comb to deal with ARMv8-M Tag_CPU_arch merging logic.
+       (elf32_arm_merge_eabi_attributes): Add Tag_CPU_name values for
+       ARMv8-M.
+
+2015-12-24  Thomas Preud'homme  <thomas.preudhomme%arm.com@localhost>
+
+       (tag_cpu_arch_combine): Adjust comment in v4t_plus_v6_m with regards
+       to merging with ARMv8-M Baseline.
+
+2015-12-24  Thomas Preud'homme  <thomas.preudhomme%arm.com@localhost>
+
+       (tag_cpu_arch_combine): Adjust v4t_plus_v6_m and comb array to account
+       for new TAG_CPU_ARCH_V4T_PLUS_V6_M value.  Deal with NULL values in
+       comb array.
+
+2015-12-22 Yury Usishchev <y.usishchev%samsung.com@localhost>
+
+       * elf-bfd.h: Add callback to count additional relocations.
+       * elf32-arm.c (_arm_elf_section_data): Add new counter.
+       (insert_cantunwind_after): Increment relocations counter.
+       (elf32_arm_fix_exidx_coverage): Remove exidx entries and add
+       terminating CANTUNWIND entry only in final builds.
+       (elf32_arm_add_relocation): New function.
+       (elf32_arm_write_section): Add relocations in relocatable builds.
+       (elf32_arm_count_additional_relocs): New function.
+       (elf_backend_count_additional_relocs): New define.
+       * elflink.c (bfd_elf_final_link): Use callback and adjust size of
+       .rel section.
+       * elfxx-target.h (elf_backend_count_additional_relocs): New define.
+
+2015-12-22  Yoshinori Sato <ysato%users.sourceforge.jp@localhost>
+
+       * archures.c: Add bfd_mach_rx_v2.
+       * bfd-in2.h: Regenerate.
+       * cpu-rx.c (arch_info_struct): Add v2 information.
+       * elf32-rx.c (elf32_rx_machine): Add v2 support.
+
+2015-12-22 Mickael Guene <mickael.guene%st.com@localhost>
+
+       * bfd-in2.h: Regenerate.
+       * section.c: Add SEC_ELF_NOREAD.
+       * elf32-arm.c (elf32_arm_post_process_headers): Only set
+       PF_X attribute if a segment only contains section with
+       SHF_ARM_NOREAD flag.
+       (elf32_arm_fake_sections): Add SEC_ELF_NOREAD conversion.
+       (elf32_arm_section_flags): New function to convert SHF_ARM_NOREAD
+       to bfd flag.
+       (elf32_arm_lookup_section_flags): New function to allow
+       INPUT_SECTION_FLAGS directive with SHF_ARM_NOREAD flag.
+       (elf32_arm_special_sections): Add special sections array
+       to catch section prefix by '.text.noread' pattern.
+
+2015-12-18  H.J. Lu  <hongjiu.lu%intel.com@localhost>
+
+       * coff-x86_64.c (coff_amd64_reloc): Fix formatting.
+
+2015-12-18  Nick Clifton  <nickc%redhat.com@localhost>
+
+       * coff-i386.c (coff_i386_reloc): Fix formatting.
+
+2015-12-16  Mickael Guene <mickael.guene%st.com@localhost>
+
+       * bfd-in2.h: Regenerate.
+       * reloc.c: Add new relocations.
+       * libbfd.h (bfd_reloc_code_real_names): Add new relocations
+       display names.
+       * elf32-arm.c (elf32_arm_howto_table_1): Add HOWTO for new
+       relocations.
+       (elf32_arm_reloc_map): Add bfd/arm mapping for new relocations.
+       (elf32_arm_final_link_relocate): Implement new relocations
+       resolution.
+
+2015-12-15  Jan Beulich  <jbeulich%suse.com@localhost>
+
+       * coffgen.c (coff_write_alien_symbol): New parameter "iaux".
+       (coff_write_symbols): Pass NULL for new argument.
+       * cofflink.c (_bfd_coff_final_link): New local variables
+       "iaux".
+       Extend scope of local variables "indx" and "hash". Pass address
+       of "iaux" to coff_write_alien_symbol(). Handle ".file" and the
+       file name ending up in the string table separately. Avoid
+       setting "rewrite" on more than one path.
+       * libcoff-in.h (coff_write_alien_symbol): New parameter of type
+       "union internal_auxent *".
+       * libcoff.h: Re-generate.
+
+2015-12-15  Nick Clifton  <nickc%redhat.com@localhost>
+
+       PR 19339
+       * elf-vxworks.h: Update copyright notice.
+       * elf-vxworks.c: Update copyright notice.
+       * elf-nacl.h: Update copyright notice.
+       * elf-nacl.c: Update copyright notice.
+
+2015-12-10  H.J. Lu  <hongjiu.lu%intel.com@localhost>
+
+       PR ld/19317
+       * linker.c (_bfd_generic_link_add_one_symbol): Don't complain
+       plugin needed to handle slim lto object for relocatable link.
+
+2015-12-09  Sandra Loosemore  <sandra%codesourcery.com@localhost>
+
+       * elf32-nios2.c (nios2_elf32_finish_dynamic_sections): Correct
+       %hiadj/%lo computations for _GLOBAL_OFFSET_TABLE_ in initial
+       PLT entries.  Assert alignment requirements.
+
+2015-12-08  DJ Delorie  <dj%redhat.com@localhost>
+
+       * elf32-rl78.c (rl78_offset_for_reloc): Add more relocs.
+       (rl78_elf_relax_section): Add bc/bz/bnc/bnz/bh/bnh.  Fix reloc
+       choices.
+
+       * elf32-rx.c (rx_elf_object_p): Ignore empty and nobits sections.
+
+2015-12-07  Nick Clifton  <nickc%redhat.com@localhost>
+
+       * elf32-rx.c (elf32_rx_relax_delete_bytes): Add extra parameter -
+       the start of the relocs for the section.  Delete code to load in
+       the relocs.
+       (elf32_rx_relax_section): Do not free the loaded relocs.
+
+2015-12-07  Alan Modra  <amodra%gmail.com@localhost>
+
+       * elf32-ppc.c (ppc_elf_check_relocs): Don't error on local ifunc
+       plt call.  Wrap long lines.
+       (ppc_elf_relocate_section): Wrap long lines.
+       * elf64-ppc.c (ppc64_elf_check_relocs): Don't error on local ifunc
+       plt calls.  Move __tls_get_addr checks later.  Don't create plt
+       for addr14/addr24 relocs.
+       (ppc64_elf_gc_sweep_hook): Adjust to suit check_relocs changes.
+       (ppc64_elf_relocate_section): Correct local ifunc handling for
+       PLT64, PLT32 and PLT16 relocs.
+
+2015-12-07  Alan Modra  <amodra%gmail.com@localhost>
+
+       PR19323
+       * elfcode.h (elf_object_p): Check for ridiculous e_shnum and
+       e_phnum values.
+
+2015-12-07  Alan Modra  <amodra%gmail.com@localhost>
+
+       * reloc.c (BFD_RELOC_PPC64_ENTRY): New.
+       * elf64-ppc.c (reloc_howto_type ppc64_elf_howto_raw): Add
+       entry for R_PPC64_ENTRY.
+       (LD_R2_0R12, ADD_R2_R2_R12, LIS_R2, ADDIS_R2_R12): Define.
+       (ppc64_elf_reloc_type_lookup): Handle R_PPC64_ENTRY.
+       (ppc64_elf_relocate_section): Edit code at R_PPC64_ENTTY.  Use
+       new insn defines.
+       * libbfd.h: Regenerate.
+       * bfd-in2.h: Regenerate.
+
+2015-12-07  Kaz Kojima  <kkojima%rr.iij4u.or.jp@localhost>
+
+       * config.bfd: Mark sh5*-*-* and sh64*-*-* as obsolete.
+
+2015-12-04  H.J. Lu  <hongjiu.lu%intel.com@localhost>
+
+       * elf32-i386.c (elf_i386_convert_load): Skip if addend isn't 0.
+       (elf_i386_relocate_section): Skip R_386_GOT32X optimization if
+       addend isn't 0.
+
+2015-12-04  Tristan Gingold  <gingold%adacore.com@localhost>
+
+       * elf.c (rewrite_elf_program_header): Remove useless loop.
+
+2015-12-02  Alan Modra  <amodra%gmail.com@localhost>
+
+       PR binutils/19315
+       * dwarf2.c (_bfd_elf_find_function): Return symbol matched.
+       (_bfd_dwarf2_find_nearest_line): Check symbol returned above
+       against dwarf range.
+       * elf-bfd.h (_bfd_elf_find_function): Update prototype.
+
+2015-12-02  Alan Modra  <amodra%gmail.com@localhost>
+
+       * elf64-ppc.c (ppc64_elf_tls_optimize): Don't segfault on NULL
+       symbol section or output section.
+       (ppc64_elf_edit_toc): Similarly for ld -R objects.
+       (ppc64_elf_size_stubs): Likewise.
+
+2015-12-01  H.J. Lu  <hongjiu.lu%intel.com@localhost>
+
+       PR ld/19319
+       * elf32-i386.c (elf_i386_convert_load): Check h->def_regular
+       instead of bfd_link_hash_new.
+       * elf64-x86-64.c (elf_x86_64_convert_load): Likewise.  Skip
+       relocation overflow for bfd_link_hash_undefined and
+       bfd_link_hash_new if h->def_regular is set.
+
+2015-12-01  Alan Modra  <amodra%gmail.com@localhost>
+
+       * aoutx.h (adjust_sizes_and_vmas): Remove unused text_size and
+       text_end parameters.  Update callers.
+       * aout-tic30.c: Update adjust_sizes_and_vmas callers.
+       * hp300hpux.c: Likewise.
+       * i386lynx.c: Likewise.
+       * libaout.h: Likewise.
+       * netbsd.h: Likewise.
+       * pdp11.c: Likewise.
+       * riscix.c: Likewise.
+
+2015-12-01  Alan Modra  <amodra%gmail.com@localhost>
+
+       * aout-adobe.c: Invoke aout N_* macros with pointer to
+       struct internal_exec.
+       * aout-arm.c: Likewise.
+       * aout-cris.c: Likewise.
+       * aout-target.h: Likewise.
+       * aout-tic30.c: Likewise.
+       * aoutf1.h: Likewise.
+       * aoutx.h: Likewise.
+       * bout.c: Likewise.
+       * freebsd.h: Likewise.
+       * gen-aout.c: Likewise.
+       * hp300hpux.c: Likewise.
+       * i386aout.c: Likewise.
+       * i386linux.c: Likewise.
+       * i386lynx.c: Likewise.
+       * i386mach3.c: Likewise.
+       * i386os9k.c: Likewise.
+       * libaout.h: Likewise.
+       * m68klinux.c: Likewise.
+       * m88kmach3.c: Likewise.
+       * mipsbsd.c: Likewise.
+       * netbsd.h: Likewise.
+       * pc532-mach.c: Likewise.
+       * pdp11.c: Likewise.
+       * riscix.c: Likewise.
+       * sparclinux.c: Likewise.
+       * sparclynx.c: Likewise.
+
+2015-12-01  Alan Modra  <amodra%gmail.com@localhost>
+
+       * coff-rs6000.c (_bfd_xcoff_put_symbol_name): Replace abfd param
+       with info param.  Test info->traditional_format rather than
+       BFD_TRADITIONAL_FORMAT flag.
+       * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Likewise.
+       * libxcoff.h (struct xcoff_backend_data_rec): Update
+       _xcoff_put_symbol_name prototype.
+       (bfd_xcoff_put_symbol_name): Add info param.
+       * xcofflink.c (xcoff_find_tc0): Update bfd_xcoff_put_symbol_name call.
+       (xcoff_write_global_symbol): Likewise.
+       (xcoff_link_input_bfd): Test info->traditional_format rather than
+       BFD_TRADITIONAL_FORMAT flag.
+       * cofflink.c (_bfd_coff_final_link): Likewise.
+       (_bfd_coff_link_input_bfd, _bfd_coff_write_global_sym): Likewise.
+
+2015-12-01  Alan Modra  <amodra%gmail.com@localhost>
+
+       * po/SRC-POTFILES.in: Regenerate.
+
+2015-12-01  Alan Modra  <amodra%gmail.com@localhost>
+
+       * elf32-arc.c (ARC_ELF_HOWTO): Delete.
+       (arc_elf_howto): New function.
+       (bfd_elf32_bfd_reloc_type_lookup): Use it in place of existing
+       init code.
+       (bfd_elf32_bfd_reloc_name_lookup): Use arc_elf_howto.
+       (arc_info_to_howto_rel, elf_arc_relocate_section): Likwise.
+       (elf_arc_check_relocs): Likewise.
+
+2015-12-01  Cupertino Miranda  <cupertino.miranda%synopsys.com@localhost>
+
+       * elf32-arc.c (arc_elf_howto_init): Init dst_mask.
+
+2015-11-20  Stefan Teleman  <stefan.teleman%oracle.com@localhost>
+
+       PR ld/19260
+       * cache.c (bfd_cache_max_open): Avoid using getrlimit on 32-bit
+       Solaris as the result is unreliable.
+
+2015-11-20  Tristan Gingold  <gingold%adacore.com@localhost>
+
+       * mach-o-x86-64.c (x86_64_howto_table): Change name here too.




Home | Main Index | Thread Index | Old Index