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/dist import current gdb-7.10.1 as gdb.old



details:   https://anonhg.NetBSD.org/src/rev/cc9d7870df0c
branches:  trunk
changeset: 348260:cc9d7870df0c
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 12 15:15:22 2016 +0000

description:
import current gdb-7.10.1 as gdb.old

diffstat:

 external/gpl3/gdb.old/dist/bfd/cpu-ft32.c                                                   |     41 +
 external/gpl3/gdb.old/dist/bfd/cpu-iamcu.c                                                  |     60 +
 external/gpl3/gdb.old/dist/bfd/elf32-ft32.c                                                 |    380 +
 external/gpl3/gdb.old/dist/gdb/break-catch-syscall.c                                        |    659 +
 external/gpl3/gdb.old/dist/gdb/build-with-cxx.m4                                            |     41 +
 external/gpl3/gdb.old/dist/gdb/common/btrace-common.c                                       |    180 +
 external/gpl3/gdb.old/dist/gdb/common/common.host                                           |     36 +
 external/gpl3/gdb.old/dist/gdb/common/fileio.c                                              |    255 +
 external/gpl3/gdb.old/dist/gdb/common/fileio.h                                              |     73 +
 external/gpl3/gdb.old/dist/gdb/common/mingw-strerror.c                                      |     64 +
 external/gpl3/gdb.old/dist/gdb/common/posix-strerror.c                                      |     38 +
 external/gpl3/gdb.old/dist/gdb/dtrace-probe.c                                               |    922 +
 external/gpl3/gdb.old/dist/gdb/features/btrace-conf.dtd                                     |     14 +
 external/gpl3/gdb.old/dist/gdb/features/s390-tevx-linux64.c                                 |    188 +
 external/gpl3/gdb.old/dist/gdb/features/s390-tevx-linux64.xml                               |     26 +
 external/gpl3/gdb.old/dist/gdb/features/s390-vx-linux64.c                                   |    166 +
 external/gpl3/gdb.old/dist/gdb/features/s390-vx-linux64.xml                                 |     25 +
 external/gpl3/gdb.old/dist/gdb/features/s390-vx.xml                                         |     59 +
 external/gpl3/gdb.old/dist/gdb/features/s390x-tevx-linux64.c                                |    172 +
 external/gpl3/gdb.old/dist/gdb/features/s390x-tevx-linux64.xml                              |     25 +
 external/gpl3/gdb.old/dist/gdb/features/s390x-vx-linux64.c                                  |    150 +
 external/gpl3/gdb.old/dist/gdb/features/s390x-vx-linux64.xml                                |     24 +
 external/gpl3/gdb.old/dist/gdb/ft32-tdep.c                                                  |    547 +
 external/gpl3/gdb.old/dist/gdb/ft32-tdep.h                                                  |     28 +
 external/gpl3/gdb.old/dist/gdb/gnulib/import/m4/strtok_r.m4                                 |     74 +
 external/gpl3/gdb.old/dist/gdb/gnulib/import/strtok_r.c                                     |     76 +
 external/gpl3/gdb.old/dist/gdb/hppaobsd-nat.c                                               |    265 +
 external/gpl3/gdb.old/dist/gdb/i386fbsd-tdep.h                                              |     31 +
 external/gpl3/gdb.old/dist/gdb/libiberty.m4                                                 |     31 +
 external/gpl3/gdb.old/dist/gdb/nat/linux-namespaces.c                                       |   1057 +
 external/gpl3/gdb.old/dist/gdb/nat/linux-namespaces.h                                       |     76 +
 external/gpl3/gdb.old/dist/gdb/nat/linux-personality.c                                      |     94 +
 external/gpl3/gdb.old/dist/gdb/nat/linux-personality.h                                      |     31 +
 external/gpl3/gdb.old/dist/gdb/nat/ppc-linux.c                                              |     75 +
 external/gpl3/gdb.old/dist/gdb/nat/ppc-linux.h                                              |     91 +
 external/gpl3/gdb.old/dist/gdb/nat/x86-linux-dregs.c                                        |    183 +
 external/gpl3/gdb.old/dist/gdb/nat/x86-linux-dregs.h                                        |     53 +
 external/gpl3/gdb.old/dist/gdb/nat/x86-linux.c                                              |     74 +
 external/gpl3/gdb.old/dist/gdb/nat/x86-linux.h                                              |     46 +
 external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/unwinders.py                          |    198 +
 external/gpl3/gdb.old/dist/gdb/python/lib/gdb/unwinder.py                                   |     94 +
 external/gpl3/gdb.old/dist/gdb/python/py-unwind.c                                           |    790 +
 external/gpl3/gdb.old/dist/gdb/regformats/s390-tevx-linux64.dat                             |    127 +
 external/gpl3/gdb.old/dist/gdb/regformats/s390-vx-linux64.dat                               |    107 +
 external/gpl3/gdb.old/dist/gdb/regformats/s390x-tevx-linux64.dat                            |    111 +
 external/gpl3/gdb.old/dist/gdb/regformats/s390x-vx-linux64.dat                              |     91 +
 external/gpl3/gdb.old/dist/gdb/stub-termcap.c                                               |    101 +
 external/gpl3/gdb.old/dist/gdb/syscalls/aarch64-linux.xml                                   |    271 +
 external/gpl3/gdb.old/dist/gdb/testsuite/boards/remote-gdbserver-on-localhost.exp           |     82 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/byte_packed_arr.exp                        |     32 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/byte_packed_arr/array_list_g.ads           |     27 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/byte_packed_arr/reprod.adb                 |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/byte_packed_arr/reprod.ads                 |     35 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/byte_packed_arr/reprod_main.adb            |     23 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/disc_arr_bound.exp                         |     36 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/disc_arr_bound/foo_n612_026.adb            |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/disc_arr_bound/pck.adb                     |     32 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/disc_arr_bound/pck.ads                     |     29 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/funcall_ref.exp                            |     44 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/funcall_ref/foo.adb                        |     34 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/mi_var_array.exp                           |     52 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/mi_var_array/bar.adb                       |     29 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/mi_var_array/pck.adb                       |     21 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/mi_var_array/pck.ads                       |     19 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/out_of_line_in_inlined.exp                 |     43 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/out_of_line_in_inlined/bar.adb             |     28 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/out_of_line_in_inlined/bar.ads             |     27 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/out_of_line_in_inlined/foo_o224_021.adb    |     44 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/pckd_neg.exp                               |     44 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/pckd_neg/foo_o508_021.adb                  |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/pckd_neg/pck.adb                           |     21 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/pckd_neg/pck.ads                           |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/rec_comp.exp                               |     37 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/rec_comp/bar_o203_012.adb                  |     32 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/rec_comp/pck.adb                           |     23 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/rec_comp/pck.ads                           |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_arr_attrs.exp                          |     39 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_arr_attrs/foo_o115_002.adb             |     25 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_arr_attrs/pck.adb                      |     21 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_arr_attrs/pck.ads                      |     36 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_rec_arr.exp                            |     51 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_rec_arr/foo_na09_042.adb               |     23 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_rec_arr/pck.adb                        |     28 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/var_rec_arr/pck.ads                        |     38 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-prologue-skip.S                     |     28 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-prologue-skip.exp                   |     35 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-tailcall-self.S                     |    614 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-tailcall-self.c                     |     40 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/amd64-tailcall-self.exp                   |     31 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/cordic.ko.bz2                             |    Bin 
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/cordic.ko.debug.bz2                       |    Bin 
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-biarch-core.core.bz2                 |    Bin 
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-biarch-core.exp                      |     58 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-mpx-map.c                            |     93 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/i386-mpx-map.exp                          |     76 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp                   |     51 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/s390-vregs.S                              |     96 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/s390-vregs.exp                            |    203 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/catch-gdb-caused-signals.c                |     36 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/catch-gdb-caused-signals.exp              |     63 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/coredump-filter.c                         |     77 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/coredump-filter.exp                       |    208 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dso2dso-dso1.c                            |     26 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dso2dso-dso1.h                            |     23 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dso2dso-dso2.c                            |     24 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dso2dso-dso2.h                            |     23 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dso2dso.c                                 |     25 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dso2dso.exp                               |     74 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dtrace-probe.c                            |     38 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dtrace-probe.d                            |     21 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/dtrace-probe.exp                          |    106 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/gdbhistsize-history.exp                   |     70 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/gdbinit-history.exp                       |    136 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/gdbinit-history/unlimited/.gdbinit        |      1 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/gdbinit-history/zero/.gdbinit             |      1 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/history-duplicates.exp                    |    117 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/noreturn-finish.c                         |     31 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/noreturn-finish.exp                       |     51 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/noreturn-return.c                         |     31 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/noreturn-return.exp                       |     51 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/step-over-no-symbols.exp                  |     92 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/buffer-size.exp                         |     57 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/i686-record_goto.S                      |    384 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/i686-tailcall.S                         |    351 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/record_goto-step.exp                    |     47 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/tailcall.c                              |     41 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/x86_64-record_goto.S                    |    355 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/x86_64-tailcall.S                       |    351 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-ifunc.c                        |     46 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-ifunc.exp                      |     54 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-print.c                        |     32 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/compile-print.exp                      |     58 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/iostream.cc                                 |     27 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/iostream.exp                                |     44 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/var-tag-2.cc                                |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/var-tag-3.cc                                |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/var-tag-4.cc                                |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/var-tag.cc                                  |     44 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/var-tag.exp                                 |    105 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/atomic-type.exp                         |     89 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/atomic.c                                |     34 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/opaque-type-lookup-2.c                  |     24 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/opaque-type-lookup.c                    |     23 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/opaque-type-lookup.exp                  |    200 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/staticvirtual.exp                       |     54 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/scm-ports.c                              |     22 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/keywords.c                            |     36 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/keywords.exp                          |     77 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-detach.exp                               |     35 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-dprintf-pending.c                        |     25 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-dprintf-pending.exp                      |     79 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-dprintf-pendshr.c                        |     27 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-pendshr2.c                               |     21 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-var-list-children-invalid-grandchild.c   |     46 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/mi-var-list-children-invalid-grandchild.exp |     63 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.pascal/stub-method.exp                         |     30 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.pascal/stub-method.pas                         |     33 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-bad-printers.c                       |     57 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-bad-printers.exp                     |     54 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-bad-printers.py                      |     80 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-lazy-string.c                        |     24 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-lazy-string.exp                      |     42 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-unwind-maint.c                       |     24 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-unwind-maint.exp                     |     64 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-unwind-maint.py                      |     59 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-unwind.c                             |     81 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-unwind.exp                           |     54 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/py-unwind.py                            |     99 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/aarch64.c                              |     99 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/aarch64.exp                            |    115 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/non-existing-program.exp                |     67 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/clone-thread_db.c                      |     75 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/clone-thread_db.exp                    |     37 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/continue-pending-status.c              |     58 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/continue-pending-status.exp            |    124 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/fork-plus-threads.c                    |    115 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/fork-plus-threads.exp                  |    105 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/forking-threads-plus-breakpoint.c      |    139 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/forking-threads-plus-breakpoint.exp    |    117 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/hand-call-new-thread.c                 |     50 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/hand-call-new-thread.exp               |     48 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/multi-create-ns-info-thr.exp           |     52 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/next-while-other-thread-longjmps.c     |    127 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/next-while-other-thread-longjmps.exp   |     40 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/signal-sigtrap.c                       |     46 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/signal-sigtrap.exp                     |     67 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/step-bg-decr-pc-switch-thread.c        |     54 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/step-bg-decr-pc-switch-thread.exp      |     91 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/tid-reuse.c                            |    151 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/tid-reuse.exp                          |     80 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/no-attach-trace.c                        |     26 +
 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/no-attach-trace.exp                      |     49 +
 external/gpl3/gdb.old/dist/gdb/testsuite/lib/dtrace.exp                                     |     71 +
 external/gpl3/gdb.old/dist/gdb/testsuite/lib/pdtrace                                        |   1033 +
 external/gpl3/gdb.old/dist/gdb/testsuite/lib/pdtrace.in                                     |   1033 +
 external/gpl3/gdb.old/dist/gdb/testsuite/lib/unbuffer_output.c                              |     39 +
 external/gpl3/gdb.old/dist/gdb/transform.m4                                                 |     23 +
 external/gpl3/gdb.old/dist/include/elf/ft32.h                                               |     37 +
 external/gpl3/gdb.old/dist/include/gdb/sim-ft32.h                                           |     35 +
 external/gpl3/gdb.old/dist/include/opcode/ft32.h                                            |    100 +
 external/gpl3/gdb.old/dist/include/opcode/nios2r2.h                                         |   1081 +
 external/gpl3/gdb.old/dist/opcodes/ft32-dis.c                                               |    177 +
 external/gpl3/gdb.old/dist/opcodes/ft32-opc.c                                               |     88 +
 external/gpl3/gdb.old/dist/sim/arm/sim-main.h                                               |     43 +
 external/gpl3/gdb.old/dist/sim/avr/sim-main.h                                               |     40 +
 external/gpl3/gdb.old/dist/sim/bfin/tconfig.h                                               |     15 +
 external/gpl3/gdb.old/dist/sim/common/sim-syscall.c                                         |    123 +
 external/gpl3/gdb.old/dist/sim/common/sim-syscall.h                                         |     45 +
 external/gpl3/gdb.old/dist/sim/common/tconfig.h                                             |      9 +
 external/gpl3/gdb.old/dist/sim/cr16/sim-main.h                                              |     44 +
 external/gpl3/gdb.old/dist/sim/cris/tconfig.h                                               |     44 +
 external/gpl3/gdb.old/dist/sim/d10v/sim-main.h                                              |     44 +
 external/gpl3/gdb.old/dist/sim/frv/tconfig.h                                                |     36 +
 external/gpl3/gdb.old/dist/sim/ft32/ChangeLog                                               |     64 +
 external/gpl3/gdb.old/dist/sim/ft32/Makefile.in                                             |     45 +
 external/gpl3/gdb.old/dist/sim/ft32/aclocal.m4                                              |    129 +
 external/gpl3/gdb.old/dist/sim/ft32/config.in                                               |    160 +
 external/gpl3/gdb.old/dist/sim/ft32/configure                                               |  15685 ++++++++++
 external/gpl3/gdb.old/dist/sim/ft32/configure.ac                                            |     15 +
 external/gpl3/gdb.old/dist/sim/ft32/ft32-sim.h                                              |     43 +
 external/gpl3/gdb.old/dist/sim/ft32/interp.c                                                |    891 +
 external/gpl3/gdb.old/dist/sim/ft32/sim-main.h                                              |     46 +
 external/gpl3/gdb.old/dist/sim/h8300/tconfig.h                                              |     11 +
 external/gpl3/gdb.old/dist/sim/iq2000/tconfig.h                                             |     36 +
 external/gpl3/gdb.old/dist/sim/lm32/tconfig.h                                               |     27 +
 external/gpl3/gdb.old/dist/sim/m32r/tconfig.h                                               |     38 +
 external/gpl3/gdb.old/dist/sim/mcore/sim-main.h                                             |     45 +
 external/gpl3/gdb.old/dist/sim/mips/tconfig.h                                               |     17 +
 external/gpl3/gdb.old/dist/sim/sh/sim-main.h                                                |    141 +
 external/gpl3/gdb.old/dist/sim/sh64/tconfig.h                                               |     36 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/avr/ChangeLog                                  |      7 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/avr/allinsn.exp                                |     15 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/avr/pass.s                                     |      7 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/avr/testutils.inc                              |     42 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/ft32/ChangeLog                                 |      3 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/ft32/allinsn.exp                               |     15 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/ft32/basic.s                                   |    862 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/ft32/testutils.inc                             |     65 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/iq2000/ChangeLog                               |      3 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/iq2000/allinsn.exp                             |     15 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/iq2000/pass.s                                  |      7 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/iq2000/testutils.inc                           |     53 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/lm32/ChangeLog                                 |      3 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/lm32/allinsn.exp                               |     15 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/lm32/pass.s                                    |      7 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/lm32/testutils.inc                             |     59 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/m68hc11/ChangeLog                              |      3 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/m68hc11/allinsn.exp                            |     15 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/m68hc11/pass.s                                 |      7 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/m68hc11/testutils.inc                          |     53 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/mcore/ChangeLog                                |      3 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/mcore/allinsn.exp                              |     15 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/mcore/pass.s                                   |      7 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/mcore/testutils.inc                            |     52 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/microblaze/ChangeLog                           |      3 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/microblaze/allinsn.exp                         |     15 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/microblaze/pass.s                              |      8 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/microblaze/testutils.inc                       |     29 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/mn10300/ChangeLog                              |      3 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/mn10300/allinsn.exp                            |     15 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/mn10300/pass.s                                 |      7 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/mn10300/testutils.inc                          |     63 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/moxie/ChangeLog                                |      3 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/moxie/allinsn.exp                              |     15 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/moxie/pass.s                                   |      7 +
 external/gpl3/gdb.old/dist/sim/testsuite/sim/moxie/testutils.inc                            |     46 +
 external/gpl3/gdb.old/dist/src-release.sh                                                   |    353 +
 external/gpl3/gdb.old/dist/zlib/CMakeLists.txt                                              |    211 +
 external/gpl3/gdb.old/dist/zlib/ChangeLog                                                   |   1409 +
 external/gpl3/gdb.old/dist/zlib/ChangeLog.gcj                                               |    365 +
 external/gpl3/gdb.old/dist/zlib/ChangeLog.jit                                               |     22 +
 external/gpl3/gdb.old/dist/zlib/FAQ                                                         |    368 +
 external/gpl3/gdb.old/dist/zlib/INDEX                                                       |     68 +
 external/gpl3/gdb.old/dist/zlib/Makefile.am                                                 |     61 +
 external/gpl3/gdb.old/dist/zlib/Makefile.in                                                 |    697 +
 external/gpl3/gdb.old/dist/zlib/README                                                      |    118 +
 external/gpl3/gdb.old/dist/zlib/acinclude.m4                                                |      9 +
 external/gpl3/gdb.old/dist/zlib/aclocal.m4                                                  |    979 +
 external/gpl3/gdb.old/dist/zlib/adler32.c                                                   |    179 +
 external/gpl3/gdb.old/dist/zlib/amiga/Makefile.pup                                          |     69 +
 external/gpl3/gdb.old/dist/zlib/amiga/Makefile.sas                                          |     68 +
 external/gpl3/gdb.old/dist/zlib/as400/bndsrc                                                |    205 +
 external/gpl3/gdb.old/dist/zlib/as400/compile.clp                                           |    110 +
 external/gpl3/gdb.old/dist/zlib/as400/readme.txt                                            |    115 +
 external/gpl3/gdb.old/dist/zlib/as400/zlib.inc                                              |    445 +
 external/gpl3/gdb.old/dist/zlib/compress.c                                                  |     80 +
 external/gpl3/gdb.old/dist/zlib/configure                                                   |  13426 ++++++++
 external/gpl3/gdb.old/dist/zlib/configure.ac                                                |    131 +
 external/gpl3/gdb.old/dist/zlib/contrib/README.contrib                                      |     77 +
 external/gpl3/gdb.old/dist/zlib/contrib/ada/buffer_demo.adb                                 |    106 +
 external/gpl3/gdb.old/dist/zlib/contrib/ada/mtest.adb                                       |    156 +
 external/gpl3/gdb.old/dist/zlib/contrib/ada/read.adb                                        |    156 +
 external/gpl3/gdb.old/dist/zlib/contrib/ada/readme.txt                                      |     65 +
 external/gpl3/gdb.old/dist/zlib/contrib/ada/test.adb                                        |    463 +
 external/gpl3/gdb.old/dist/zlib/contrib/ada/zlib-streams.adb                                |    225 +
 external/gpl3/gdb.old/dist/zlib/contrib/ada/zlib-streams.ads                                |    114 +
 external/gpl3/gdb.old/dist/zlib/contrib/ada/zlib-thin.adb                                   |    141 +
 external/gpl3/gdb.old/dist/zlib/contrib/ada/zlib-thin.ads                                   |    450 +
 external/gpl3/gdb.old/dist/zlib/contrib/ada/zlib.adb                                        |    701 +
 external/gpl3/gdb.old/dist/zlib/contrib/ada/zlib.ads                                        |    328 +
 external/gpl3/gdb.old/dist/zlib/contrib/ada/zlib.gpr                                        |     20 +
 external/gpl3/gdb.old/dist/zlib/contrib/amd64/amd64-match.S                                 |    452 +
 external/gpl3/gdb.old/dist/zlib/contrib/asm686/README.686                                   |     51 +
 external/gpl3/gdb.old/dist/zlib/contrib/asm686/match.S                                      |    357 +
 external/gpl3/gdb.old/dist/zlib/contrib/blast/Makefile                                      |      8 +
 external/gpl3/gdb.old/dist/zlib/contrib/blast/README                                        |      4 +
 external/gpl3/gdb.old/dist/zlib/contrib/blast/blast.c                                       |    444 +
 external/gpl3/gdb.old/dist/zlib/contrib/blast/blast.h                                       |     71 +
 external/gpl3/gdb.old/dist/zlib/contrib/blast/test.pk                                       |    Bin 
 external/gpl3/gdb.old/dist/zlib/contrib/blast/test.txt                                      |      1 +
 external/gpl3/gdb.old/dist/zlib/contrib/delphi/ZLib.pas                                     |    557 +
 external/gpl3/gdb.old/dist/zlib/contrib/delphi/ZLibConst.pas                                |     11 +
 external/gpl3/gdb.old/dist/zlib/contrib/delphi/readme.txt                                   |     76 +
 external/gpl3/gdb.old/dist/zlib/contrib/delphi/zlibd32.mak                                  |     99 +
 external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib.build                               |     33 +
 external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib.chm                                 |    Bin 
 external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib.sln                                 |     21 +
 external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/AssemblyInfo.cs                     |     58 +
 external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs                     |    202 +
 external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/CircularBuffer.cs                   |     83 +
 external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/CodecBase.cs                        |    198 +
 external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/Deflater.cs                         |    106 +
 external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/DotZLib.cs                          |    288 +
 external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/DotZLib.csproj                      |    141 +
 external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/GZipStream.cs                       |    301 +
 external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/Inflater.cs                         |    105 +
 external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/UnitTests.cs                        |    274 +
 external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/LICENSE_1_0.txt                             |     23 +
 external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/readme.txt                                  |     58 +
 external/gpl3/gdb.old/dist/zlib/contrib/gcc_gvmat64/gvmat64.S                               |    574 +
 external/gpl3/gdb.old/dist/zlib/contrib/infback9/README                                     |      1 +
 external/gpl3/gdb.old/dist/zlib/contrib/infback9/infback9.c                                 |    617 +
 external/gpl3/gdb.old/dist/zlib/contrib/infback9/infback9.h                                 |     37 +
 external/gpl3/gdb.old/dist/zlib/contrib/infback9/inffix9.h                                  |    107 +
 external/gpl3/gdb.old/dist/zlib/contrib/infback9/inflate9.h                                 |     47 +
 external/gpl3/gdb.old/dist/zlib/contrib/infback9/inftree9.c                                 |    324 +
 external/gpl3/gdb.old/dist/zlib/contrib/infback9/inftree9.h                                 |     61 +
 external/gpl3/gdb.old/dist/zlib/contrib/inflate86/inffas86.c                                |   1157 +
 external/gpl3/gdb.old/dist/zlib/contrib/inflate86/inffast.S                                 |   1368 +
 external/gpl3/gdb.old/dist/zlib/contrib/iostream/test.cpp                                   |     24 +
 external/gpl3/gdb.old/dist/zlib/contrib/iostream/zfstream.cpp                               |    329 +
 external/gpl3/gdb.old/dist/zlib/contrib/iostream/zfstream.h                                 |    128 +
 external/gpl3/gdb.old/dist/zlib/contrib/iostream2/zstream.h                                 |    307 +
 external/gpl3/gdb.old/dist/zlib/contrib/iostream2/zstream_test.cpp                          |     25 +
 external/gpl3/gdb.old/dist/zlib/contrib/iostream3/README                                    |     35 +
 external/gpl3/gdb.old/dist/zlib/contrib/iostream3/TODO                                      |     17 +
 external/gpl3/gdb.old/dist/zlib/contrib/iostream3/test.cc                                   |     50 +
 external/gpl3/gdb.old/dist/zlib/contrib/iostream3/zfstream.cc                               |    479 +
 external/gpl3/gdb.old/dist/zlib/contrib/iostream3/zfstream.h                                |    466 +
 external/gpl3/gdb.old/dist/zlib/contrib/masmx64/bld_ml64.bat                                |      2 +
 external/gpl3/gdb.old/dist/zlib/contrib/masmx64/gvmat64.asm                                 |    553 +
 external/gpl3/gdb.old/dist/zlib/contrib/masmx64/inffas8664.c                                |    186 +
 external/gpl3/gdb.old/dist/zlib/contrib/masmx64/inffasx64.asm                               |    396 +
 external/gpl3/gdb.old/dist/zlib/contrib/masmx64/readme.txt                                  |     31 +
 external/gpl3/gdb.old/dist/zlib/contrib/masmx86/bld_ml32.bat                                |      2 +
 external/gpl3/gdb.old/dist/zlib/contrib/masmx86/inffas32.asm                                |   1080 +
 external/gpl3/gdb.old/dist/zlib/contrib/masmx86/match686.asm                                |    479 +
 external/gpl3/gdb.old/dist/zlib/contrib/masmx86/readme.txt                                  |     27 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/Makefile                                    |     25 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/Makefile.am                                 |     45 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/MiniZip64_Changes.txt                       |      6 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/MiniZip64_info.txt                          |     74 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/configure.ac                                |     32 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/crypt.h                                     |    131 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/ioapi.c                                     |    247 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/ioapi.h                                     |    208 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/iowin32.c                                   |    389 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/iowin32.h                                   |     28 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/make_vms.com                                |     25 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/miniunz.c                                   |    660 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/minizip.c                                   |    520 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/minizip.pc.in                               |     12 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/mztools.c                                   |    291 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/mztools.h                                   |     37 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/unzip.c                                     |   2125 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/unzip.h                                     |    437 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/zip.c                                       |   2007 +
 external/gpl3/gdb.old/dist/zlib/contrib/minizip/zip.h                                       |    362 +
 external/gpl3/gdb.old/dist/zlib/contrib/pascal/example.pas                                  |    599 +
 external/gpl3/gdb.old/dist/zlib/contrib/pascal/readme.txt                                   |     76 +
 external/gpl3/gdb.old/dist/zlib/contrib/pascal/zlibd32.mak                                  |     99 +
 external/gpl3/gdb.old/dist/zlib/contrib/pascal/zlibpas.pas                                  |    276 +
 external/gpl3/gdb.old/dist/zlib/contrib/puff/Makefile                                       |     42 +
 external/gpl3/gdb.old/dist/zlib/contrib/puff/README                                         |     63 +
 external/gpl3/gdb.old/dist/zlib/contrib/puff/puff.c                                         |    837 +
 external/gpl3/gdb.old/dist/zlib/contrib/puff/puff.h                                         |     35 +
 external/gpl3/gdb.old/dist/zlib/contrib/puff/pufftest.c                                     |    165 +
 external/gpl3/gdb.old/dist/zlib/contrib/puff/zeros.raw                                      |    Bin 
 external/gpl3/gdb.old/dist/zlib/contrib/testzlib/testzlib.c                                 |    275 +
 external/gpl3/gdb.old/dist/zlib/contrib/testzlib/testzlib.txt                               |     10 +
 external/gpl3/gdb.old/dist/zlib/contrib/untgz/Makefile                                      |     14 +
 external/gpl3/gdb.old/dist/zlib/contrib/untgz/Makefile.msc                                  |     17 +
 external/gpl3/gdb.old/dist/zlib/contrib/untgz/untgz.c                                       |    674 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/readme.txt                                  |     60 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/miniunz.vcxproj                        |    310 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/miniunz.vcxproj.filters                |     22 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/miniunz.vcxproj.user                   |      3 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/minizip.vcxproj                        |    307 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/minizip.vcxproj.filters                |     22 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/minizip.vcxproj.user                   |      3 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/testzlib.vcxproj                       |    420 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/testzlib.vcxproj.filters               |     58 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/testzlib.vcxproj.user                  |      3 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj                    |    310 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj.filters            |     22 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj.user               |      3 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/zlib.rc                                |     32 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/zlibstat.vcxproj                       |    457 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/zlibstat.vcxproj.filters               |     77 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/zlibstat.vcxproj.user                  |      3 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/zlibvc.def                             |    139 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/zlibvc.sln                             |    135 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/zlibvc.vcxproj                         |    681 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/zlibvc.vcxproj.filters                 |    118 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc10/zlibvc.vcxproj.user                    |      3 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc9/miniunz.vcproj                          |    565 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc9/minizip.vcproj                          |    562 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc9/testzlib.vcproj                         |    852 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc9/testzlibdll.vcproj                      |    565 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc9/zlib.rc                                 |     32 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc9/zlibstat.vcproj                         |    835 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc9/zlibvc.def                              |    139 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc9/zlibvc.sln                              |    144 +
 external/gpl3/gdb.old/dist/zlib/contrib/vstudio/vc9/zlibvc.vcproj                           |   1156 +
 external/gpl3/gdb.old/dist/zlib/crc32.c                                                     |    425 +
 external/gpl3/gdb.old/dist/zlib/crc32.h                                                     |    441 +
 external/gpl3/gdb.old/dist/zlib/deflate.c                                                   |   1965 +
 external/gpl3/gdb.old/dist/zlib/deflate.h                                                   |    346 +
 external/gpl3/gdb.old/dist/zlib/doc/algorithm.txt                                           |    209 +
 external/gpl3/gdb.old/dist/zlib/doc/rfc1950.txt                                             |    619 +
 external/gpl3/gdb.old/dist/zlib/doc/rfc1951.txt                                             |    955 +
 external/gpl3/gdb.old/dist/zlib/doc/rfc1952.txt                                             |    675 +
 external/gpl3/gdb.old/dist/zlib/doc/txtvsbin.txt                                            |    107 +
 external/gpl3/gdb.old/dist/zlib/example.c                                                   |    565 +
 external/gpl3/gdb.old/dist/zlib/examples/README.examples                                    |     49 +
 external/gpl3/gdb.old/dist/zlib/examples/enough.c                                           |    569 +
 external/gpl3/gdb.old/dist/zlib/examples/fitblk.c                                           |    233 +
 external/gpl3/gdb.old/dist/zlib/examples/gun.c                                              |    701 +
 external/gpl3/gdb.old/dist/zlib/examples/gzappend.c                                         |    500 +
 external/gpl3/gdb.old/dist/zlib/examples/gzjoin.c                                           |    448 +
 external/gpl3/gdb.old/dist/zlib/examples/gzlog.c                                            |   1058 +
 external/gpl3/gdb.old/dist/zlib/examples/gzlog.h                                            |     89 +
 external/gpl3/gdb.old/dist/zlib/examples/zlib_how.html                                      |    545 +
 external/gpl3/gdb.old/dist/zlib/examples/zpipe.c                                            |    205 +
 external/gpl3/gdb.old/dist/zlib/examples/zran.c                                             |    404 +
 external/gpl3/gdb.old/dist/zlib/gzclose.c                                                   |     25 +
 external/gpl3/gdb.old/dist/zlib/gzguts.h                                                    |    193 +
 external/gpl3/gdb.old/dist/zlib/gzlib.c                                                     |    620 +
 external/gpl3/gdb.old/dist/zlib/gzread.c                                                    |    589 +
 external/gpl3/gdb.old/dist/zlib/gzwrite.c                                                   |    565 +
 external/gpl3/gdb.old/dist/zlib/infback.c                                                   |    640 +
 external/gpl3/gdb.old/dist/zlib/inffast.c                                                   |    340 +
 external/gpl3/gdb.old/dist/zlib/inffast.h                                                   |     11 +
 external/gpl3/gdb.old/dist/zlib/inffixed.h                                                  |     94 +
 external/gpl3/gdb.old/dist/zlib/inflate.c                                                   |   1496 +
 external/gpl3/gdb.old/dist/zlib/inflate.h                                                   |    122 +
 external/gpl3/gdb.old/dist/zlib/inftrees.c                                                  |    306 +
 external/gpl3/gdb.old/dist/zlib/inftrees.h                                                  |     62 +
 external/gpl3/gdb.old/dist/zlib/make_vms.com                                                |    867 +
 external/gpl3/gdb.old/dist/zlib/minigzip.c                                                  |    440 +
 external/gpl3/gdb.old/dist/zlib/msdos/Makefile.bor                                          |    115 +
 external/gpl3/gdb.old/dist/zlib/msdos/Makefile.dj2                                          |    104 +
 external/gpl3/gdb.old/dist/zlib/msdos/Makefile.emx                                          |     69 +
 external/gpl3/gdb.old/dist/zlib/msdos/Makefile.msc                                          |    112 +
 external/gpl3/gdb.old/dist/zlib/msdos/Makefile.tc                                           |    100 +
 external/gpl3/gdb.old/dist/zlib/nintendods/Makefile                                         |    126 +
 external/gpl3/gdb.old/dist/zlib/nintendods/README                                           |      5 +
 external/gpl3/gdb.old/dist/zlib/old/Makefile.emx                                            |     69 +
 external/gpl3/gdb.old/dist/zlib/old/Makefile.riscos                                         |    151 +
 external/gpl3/gdb.old/dist/zlib/old/README                                                  |      3 +
 external/gpl3/gdb.old/dist/zlib/old/descrip.mms                                             |     48 +
 external/gpl3/gdb.old/dist/zlib/old/os2/Makefile.os2                                        |    136 +
 external/gpl3/gdb.old/dist/zlib/old/os2/zlib.def                                            |     51 +
 external/gpl3/gdb.old/dist/zlib/old/visual-basic.txt                                        |    160 +
 external/gpl3/gdb.old/dist/zlib/qnx/package.qpg                                             |    141 +
 external/gpl3/gdb.old/dist/zlib/test/example.c                                              |    601 +
 external/gpl3/gdb.old/dist/zlib/test/infcover.c                                             |    671 +
 external/gpl3/gdb.old/dist/zlib/test/minigzip.c                                             |    631 +
 external/gpl3/gdb.old/dist/zlib/treebuild.xml                                               |    116 +
 external/gpl3/gdb.old/dist/zlib/trees.c                                                     |   1224 +
 external/gpl3/gdb.old/dist/zlib/trees.h                                                     |    128 +
 external/gpl3/gdb.old/dist/zlib/uncompr.c                                                   |     59 +
 external/gpl3/gdb.old/dist/zlib/watcom/watcom_f.mak                                         |     43 +
 external/gpl3/gdb.old/dist/zlib/watcom/watcom_l.mak                                         |     43 +
 external/gpl3/gdb.old/dist/zlib/win32/DLL_FAQ.txt                                           |    397 +
 external/gpl3/gdb.old/dist/zlib/win32/Makefile.bor                                          |    110 +
 external/gpl3/gdb.old/dist/zlib/win32/Makefile.gcc                                          |    182 +
 external/gpl3/gdb.old/dist/zlib/win32/Makefile.msc                                          |    160 +
 external/gpl3/gdb.old/dist/zlib/win32/README-WIN32.txt                                      |    103 +
 external/gpl3/gdb.old/dist/zlib/win32/VisualC.txt                                           |      3 +
 external/gpl3/gdb.old/dist/zlib/win32/zlib.def                                              |     84 +
 external/gpl3/gdb.old/dist/zlib/win32/zlib1.rc                                              |     40 +
 external/gpl3/gdb.old/dist/zlib/zconf.h                                                     |    522 +
 external/gpl3/gdb.old/dist/zlib/zconf.h.cmakein                                             |    508 +
 external/gpl3/gdb.old/dist/zlib/zconf.h.in                                                  |    506 +
 external/gpl3/gdb.old/dist/zlib/zlib.3                                                      |    151 +
 external/gpl3/gdb.old/dist/zlib/zlib.h                                                      |   1744 +
 external/gpl3/gdb.old/dist/zlib/zlib.map                                                    |     78 +
 external/gpl3/gdb.old/dist/zlib/zlib.pc.cmakein                                             |     13 +
 external/gpl3/gdb.old/dist/zlib/zlib.pc.in                                                  |     13 +
 external/gpl3/gdb.old/dist/zlib/zlib2ansi                                                   |    152 +
 external/gpl3/gdb.old/dist/zlib/zutil.c                                                     |    324 +
 external/gpl3/gdb.old/dist/zlib/zutil.h                                                     |    252 +
 503 files changed, 122849 insertions(+), 0 deletions(-)

diffs (truncated from 124872 to 300 lines):

diff -r cf71cb0d0864 -r cc9d7870df0c external/gpl3/gdb.old/dist/bfd/cpu-ft32.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gdb.old/dist/bfd/cpu-ft32.c Wed Oct 12 15:15:22 2016 +0000
@@ -0,0 +1,41 @@
+/* BFD support for the ft32 processor.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
+   Written by FTDI (support%ftdichip.com@localhost)
+
+   This file is part of BFD, the Binary File Descriptor library.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software Foundation,
+   Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+#include "sysdep.h"
+#include "bfd.h"
+#include "libbfd.h"
+
+
+const bfd_arch_info_type bfd_ft32_arch =
+  {
+    32,               /* 32 bits in a word.  */
+    32,               /* 32 bits in an address.  */
+    8,                /*  8 bits in a byte.  */
+    bfd_arch_ft32,   /* enum bfd_architecture arch.  */
+    bfd_mach_ft32,
+    "ft32",          /* Arch name.  */
+    "ft32",          /* Printable name.  */
+    2,                /* Unsigned int section alignment power.  */
+    TRUE,             /* The one and only.  */
+    bfd_default_compatible,
+    bfd_default_scan,
+    bfd_arch_default_fill,
+    0,
+  };
diff -r cf71cb0d0864 -r cc9d7870df0c external/gpl3/gdb.old/dist/bfd/cpu-iamcu.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gdb.old/dist/bfd/cpu-iamcu.c        Wed Oct 12 15:15:22 2016 +0000
@@ -0,0 +1,60 @@
+/* BFD support for the Intel MCU architecture.
+   Copyright (C) 2015 Free Software Foundation, Inc.
+
+   This file is part of BFD, the Binary File Descriptor library.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
+
+#include "sysdep.h"
+#include "bfd.h"
+#include "libbfd.h"
+
+extern void * bfd_arch_i386_short_nop_fill (bfd_size_type, bfd_boolean,
+                                           bfd_boolean);
+
+static const bfd_arch_info_type bfd_iamcu_arch_intel_syntax =
+{
+  32, /* 32 bits in a word */
+  32, /* 32 bits in an address */
+  8,  /* 8 bits in a byte */
+  bfd_arch_iamcu,
+  bfd_mach_i386_iamcu_intel_syntax,
+  "iamcu:intel",
+  "iamcu:intel",
+  3,
+  TRUE,
+  bfd_default_compatible,
+  bfd_default_scan,
+  bfd_arch_i386_short_nop_fill,
+  0
+};
+
+const bfd_arch_info_type bfd_iamcu_arch =
+{
+  32, /* 32 bits in a word */
+  32, /* 32 bits in an address */
+  8,  /* 8 bits in a byte */
+  bfd_arch_iamcu,
+  bfd_mach_i386_iamcu,
+  "iamcu",
+  "iamcu",
+  3,
+  TRUE,
+  bfd_default_compatible,
+  bfd_default_scan,
+  bfd_arch_i386_short_nop_fill,
+  &bfd_iamcu_arch_intel_syntax
+};
diff -r cf71cb0d0864 -r cc9d7870df0c external/gpl3/gdb.old/dist/bfd/elf32-ft32.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gdb.old/dist/bfd/elf32-ft32.c       Wed Oct 12 15:15:22 2016 +0000
@@ -0,0 +1,380 @@
+/* ft32-specific support for 32-bit ELF.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
+
+   Copied from elf32-moxie.c which is..
+   Copyright (C) 2009-2015 Free Software Foundation, Inc.
+   Free Software Foundation, Inc.
+
+   This file is part of BFD, the Binary File Descriptor library.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
+
+#include "sysdep.h"
+#include "bfd.h"
+#include "libbfd.h"
+#include "elf-bfd.h"
+#include "elf/ft32.h"
+
+/* Forward declarations.  */
+
+static reloc_howto_type ft32_elf_howto_table [] =
+{
+  /* This reloc does nothing.  */
+  HOWTO (R_FT32_NONE,          /* type */
+        0,                     /* rightshift */
+        2,                     /* size (0 = byte, 1 = short, 2 = long) */
+        32,                    /* bitsize */
+        FALSE,                 /* pc_relative */
+        0,                     /* bitpos */
+        complain_overflow_bitfield, /* complain_on_overflow */
+        bfd_elf_generic_reloc, /* special_function */
+        "R_FT32_NONE",         /* name */
+        FALSE,                 /* partial_inplace */
+        0,                     /* src_mask */
+        0,                     /* dst_mask */
+        FALSE),                /* pcrel_offset */
+
+  /* A 32 bit absolute relocation.  */
+
+  HOWTO (R_FT32_32,            /* type */
+        0,                     /* rightshift */
+        2,                     /* size (0 = byte, 1 = short, 2 = long) */
+        32,                    /* bitsize */
+        FALSE,                 /* pc_relative */
+        0,                     /* bitpos */
+        complain_overflow_bitfield, /* complain_on_overflow */
+        bfd_elf_generic_reloc, /* special_function */
+        "R_FT32_32",           /* name */
+        FALSE,                 /* partial_inplace */
+        0x00000000,            /* src_mask */
+        0xffffffff,            /* dst_mask */
+        FALSE),                /* pcrel_offset */
+
+  HOWTO (R_FT32_16,            /* type */
+        0,                     /* rightshift */
+        1,                     /* size (0 = byte, 1 = short, 2 = long) */
+        16,                    /* bitsize */
+        FALSE,                 /* pc_relative */
+        0,                     /* bitpos */
+        complain_overflow_bitfield, /* complain_on_overflow */
+        bfd_elf_generic_reloc, /* special_function */
+        "R_FT32_16",           /* name */
+        FALSE,                 /* partial_inplace */
+        0x00000000,            /* src_mask */
+        0x0000ffff,            /* dst_mask */
+        FALSE),                /* pcrel_offset */
+
+  HOWTO (R_FT32_8,             /* type */
+        0,                     /* rightshift */
+        0,                     /* size (0 = byte, 1 = short, 2 = long) */
+        8,                     /* bitsize */
+        FALSE,                 /* pc_relative */
+        0,                     /* bitpos */
+        complain_overflow_signed, /* complain_on_overflow */
+        bfd_elf_generic_reloc, /* special_function */
+        "R_FT32_8",            /* name */
+        FALSE,                 /* partial_inplace */
+        0x00000000,            /* src_mask */
+        0x000000ff,            /* dst_mask */
+        FALSE),                /* pcrel_offset */
+
+  HOWTO (R_FT32_10,            /* type */
+        0,                     /* rightshift */
+        1,                     /* size (0 = byte, 1 = short, 2 = long) */
+        10,                    /* bitsize */
+        FALSE,                 /* pc_relative */
+        4,                     /* bitpos */
+        complain_overflow_signed, /* complain_on_overflow */
+        bfd_elf_generic_reloc, /* special_function */
+        "R_FT32_10",           /* name */
+        FALSE,                 /* partial_inplace */
+        0x00000000,            /* src_mask */
+        0x00003ff0,            /* dst_mask */
+        FALSE),                /* pcrel_offset */
+
+  HOWTO (R_FT32_20,            /* type */
+        0,                     /* rightshift */
+        2,                     /* size (0 = byte, 1 = short, 2 = long) */
+        20,                    /* bitsize */
+        FALSE,                 /* pc_relative */
+        0,                     /* bitpos */
+        complain_overflow_dont, /* complain_on_overflow */
+        bfd_elf_generic_reloc, /* special_function */
+        "R_FT32_20",           /* name */
+        FALSE,                 /* partial_inplace */
+        0x00000000,            /* src_mask */
+        0x000fffff,            /* dst_mask */
+        FALSE),                /* pcrel_offset */
+
+  HOWTO (R_FT32_17,            /* type */
+        0,                     /* rightshift */
+        2,                     /* size (0 = byte, 1 = short, 2 = long) */
+        17,                    /* bitsize */
+        FALSE,                 /* pc_relative */
+        0,                     /* bitpos */
+        complain_overflow_dont, /* complain_on_overflow */
+        bfd_elf_generic_reloc, /* special_function */
+        "R_FT32_17",           /* name */
+        FALSE,                 /* partial_inplace */
+        0x00000000,            /* src_mask */
+        0x0001ffff,            /* dst_mask */
+        FALSE),                /* pcrel_offset */
+
+  HOWTO (R_FT32_18,            /* type */
+        2,                     /* rightshift */
+        2,                     /* size (0 = byte, 1 = short, 2 = long) */
+        18,                    /* bitsize */
+        FALSE,                 /* pc_relative */
+        0,                     /* bitpos */
+        complain_overflow_signed, /* complain_on_overflow */
+        bfd_elf_generic_reloc, /* special_function */
+        "R_FT32_18",           /* name */
+        FALSE,         /* partial_inplace */
+        0x00000000,            /* src_mask */
+        0x0003ffff,            /* dst_mask */
+        FALSE),                /* pcrel_offset */
+
+};
+
+/* Map BFD reloc types to FT32 ELF reloc types.  */
+
+struct ft32_reloc_map
+{
+  bfd_reloc_code_real_type bfd_reloc_val;
+  unsigned int ft32_reloc_val;
+};
+
+static const struct ft32_reloc_map ft32_reloc_map [] =
+{
+  { BFD_RELOC_NONE,            R_FT32_NONE },
+  { BFD_RELOC_32,              R_FT32_20 },
+  { BFD_RELOC_16,              R_FT32_16 },
+  { BFD_RELOC_8,               R_FT32_8 },
+  { BFD_RELOC_FT32_10,           R_FT32_10 },
+  { BFD_RELOC_FT32_20,           R_FT32_20 },
+  { BFD_RELOC_FT32_17,           R_FT32_17 },
+  { BFD_RELOC_FT32_18,           R_FT32_18 },
+};
+
+static reloc_howto_type *
+ft32_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
+                        bfd_reloc_code_real_type code)
+{
+  unsigned int i;
+
+  for (i = sizeof (ft32_reloc_map) / sizeof (ft32_reloc_map[0]);
+       --i;)
+    if (ft32_reloc_map [i].bfd_reloc_val == code)
+      return & ft32_elf_howto_table [ft32_reloc_map[i].ft32_reloc_val];
+
+  return NULL;
+}
+
+static reloc_howto_type *
+ft32_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED, const char *r_name)



Home | Main Index | Thread Index | Old Index