Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/FSF]: src/external/gpl3/gdb/dist import 7.3.1



details:   https://anonhg.NetBSD.org/src/rev/9ca6d89ffa1e
branches:  FSF
changeset: 746637:9ca6d89ffa1e
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 24 19:41:36 2011 +0000

description:
import 7.3.1

diffstat:

 external/gpl3/gdb/dist/COPYING                                  |    340 +
 external/gpl3/gdb/dist/COPYING.LIB                              |    482 +
 external/gpl3/gdb/dist/COPYING3                                 |    674 +
 external/gpl3/gdb/dist/COPYING3.LIB                             |    165 +
 external/gpl3/gdb/dist/ChangeLog                                |  14216 ++
 external/gpl3/gdb/dist/MAINTAINERS                              |    121 +
 external/gpl3/gdb/dist/Makefile.def                             |    630 +
 external/gpl3/gdb/dist/Makefile.in                              |  61154 ++++++++++
 external/gpl3/gdb/dist/Makefile.tpl                             |   1880 +
 external/gpl3/gdb/dist/README                                   |     47 +
 external/gpl3/gdb/dist/README-maintainer-mode                   |     25 +
 external/gpl3/gdb/dist/bfd/.gitignore                           |     40 +
 external/gpl3/gdb/dist/bfd/COPYING                              |    674 +
 external/gpl3/gdb/dist/bfd/ChangeLog                            |    638 +
 external/gpl3/gdb/dist/bfd/ChangeLog-0001                       |   9592 +
 external/gpl3/gdb/dist/bfd/ChangeLog-0203                       |  11405 +
 external/gpl3/gdb/dist/bfd/ChangeLog-2004                       |   5063 +
 external/gpl3/gdb/dist/bfd/ChangeLog-2005                       |   5269 +
 external/gpl3/gdb/dist/bfd/ChangeLog-2006                       |   3601 +
 external/gpl3/gdb/dist/bfd/ChangeLog-2007                       |   3561 +
 external/gpl3/gdb/dist/bfd/ChangeLog-2008                       |   3386 +
 external/gpl3/gdb/dist/bfd/ChangeLog-2009                       |   5154 +
 external/gpl3/gdb/dist/bfd/ChangeLog-2010                       |   3562 +
 external/gpl3/gdb/dist/bfd/ChangeLog-9193                       |   7848 +
 external/gpl3/gdb/dist/bfd/ChangeLog-9495                       |  10043 +
 external/gpl3/gdb/dist/bfd/ChangeLog-9697                       |   6729 +
 external/gpl3/gdb/dist/bfd/ChangeLog-9899                       |   5599 +
 external/gpl3/gdb/dist/bfd/MAINTAINERS                          |      1 +
 external/gpl3/gdb/dist/bfd/Makefile.am                          |    982 +
 external/gpl3/gdb/dist/bfd/Makefile.in                          |   2018 +
 external/gpl3/gdb/dist/bfd/PORTING                              |     83 +
 external/gpl3/gdb/dist/bfd/README                               |     49 +
 external/gpl3/gdb/dist/bfd/TODO                                 |     25 +
 external/gpl3/gdb/dist/bfd/acinclude.m4                         |     73 +
 external/gpl3/gdb/dist/bfd/aclocal.m4                           |    989 +
 external/gpl3/gdb/dist/bfd/aix386-core.c                        |    272 +
 external/gpl3/gdb/dist/bfd/aix5ppc-core.c                       |    358 +
 external/gpl3/gdb/dist/bfd/aout-adobe.c                         |    518 +
 external/gpl3/gdb/dist/bfd/aout-arm.c                           |    547 +
 external/gpl3/gdb/dist/bfd/aout-cris.c                          |    289 +
 external/gpl3/gdb/dist/bfd/aout-ns32k.c                         |    364 +
 external/gpl3/gdb/dist/bfd/aout-sparcle.c                       |     36 +
 external/gpl3/gdb/dist/bfd/aout-target.h                        |    667 +
 external/gpl3/gdb/dist/bfd/aout-tic30.c                         |   1110 +
 external/gpl3/gdb/dist/bfd/aout0.c                              |     38 +
 external/gpl3/gdb/dist/bfd/aout32.c                             |     25 +
 external/gpl3/gdb/dist/bfd/aout64.c                             |     33 +
 external/gpl3/gdb/dist/bfd/aoutf1.h                             |    794 +
 external/gpl3/gdb/dist/bfd/aoutx.h                              |   5644 +
 external/gpl3/gdb/dist/bfd/archive.c                            |   2557 +
 external/gpl3/gdb/dist/bfd/archive64.c                          |    239 +
 external/gpl3/gdb/dist/bfd/archures.c                           |   1284 +
 external/gpl3/gdb/dist/bfd/armnetbsd.c                          |     40 +
 external/gpl3/gdb/dist/bfd/bfd-in.h                             |    959 +
 external/gpl3/gdb/dist/bfd/bfd-in2.h                            |   5972 +
 external/gpl3/gdb/dist/bfd/bfd.c                                |   1934 +
 external/gpl3/gdb/dist/bfd/bfd.m4                               |     45 +
 external/gpl3/gdb/dist/bfd/bfdio.c                              |    598 +
 external/gpl3/gdb/dist/bfd/bfdwin.c                             |    255 +
 external/gpl3/gdb/dist/bfd/binary.c                             |    367 +
 external/gpl3/gdb/dist/bfd/bout.c                               |   1481 +
 external/gpl3/gdb/dist/bfd/cache.c                              |    594 +
 external/gpl3/gdb/dist/bfd/cf-i386lynx.c                        |     35 +
 external/gpl3/gdb/dist/bfd/cf-sparclynx.c                       |     29 +
 external/gpl3/gdb/dist/bfd/cisco-core.c                         |    423 +
 external/gpl3/gdb/dist/bfd/coff-alpha.c                         |   2448 +
 external/gpl3/gdb/dist/bfd/coff-apollo.c                        |    124 +
 external/gpl3/gdb/dist/bfd/coff-arm.c                           |   2566 +
 external/gpl3/gdb/dist/bfd/coff-aux.c                           |    141 +
 external/gpl3/gdb/dist/bfd/coff-go32.c                          |     46 +
 external/gpl3/gdb/dist/bfd/coff-h8300.c                         |   1445 +
 external/gpl3/gdb/dist/bfd/coff-h8500.c                         |    313 +
 external/gpl3/gdb/dist/bfd/coff-i386.c                          |    693 +
 external/gpl3/gdb/dist/bfd/coff-i860.c                          |    709 +
 external/gpl3/gdb/dist/bfd/coff-i960.c                          |    687 +
 external/gpl3/gdb/dist/bfd/coff-ia64.c                          |    208 +
 external/gpl3/gdb/dist/bfd/coff-m68k.c                          |    566 +
 external/gpl3/gdb/dist/bfd/coff-m88k.c                          |    296 +
 external/gpl3/gdb/dist/bfd/coff-mcore.c                         |    578 +
 external/gpl3/gdb/dist/bfd/coff-mips.c                          |   1553 +
 external/gpl3/gdb/dist/bfd/coff-or32.c                          |    645 +
 external/gpl3/gdb/dist/bfd/coff-pmac.c                          |     34 +
 external/gpl3/gdb/dist/bfd/coff-ppc.c                           |   2680 +
 external/gpl3/gdb/dist/bfd/coff-rs6000.c                        |   4512 +
 external/gpl3/gdb/dist/bfd/coff-sh.c                            |   3260 +
 external/gpl3/gdb/dist/bfd/coff-sparc.c                         |    221 +
 external/gpl3/gdb/dist/bfd/coff-stgo32.c                        |    416 +
 external/gpl3/gdb/dist/bfd/coff-svm68k.c                        |     27 +
 external/gpl3/gdb/dist/bfd/coff-tic30.c                         |    233 +
 external/gpl3/gdb/dist/bfd/coff-tic4x.c                         |    292 +
 external/gpl3/gdb/dist/bfd/coff-tic54x.c                        |    700 +
 external/gpl3/gdb/dist/bfd/coff-tic80.c                         |    744 +
 external/gpl3/gdb/dist/bfd/coff-u68k.c                          |     36 +
 external/gpl3/gdb/dist/bfd/coff-w65.c                           |    390 +
 external/gpl3/gdb/dist/bfd/coff-we32k.c                         |     74 +
 external/gpl3/gdb/dist/bfd/coff-x86_64.c                        |    794 +
 external/gpl3/gdb/dist/bfd/coff-z80.c                           |    289 +
 external/gpl3/gdb/dist/bfd/coff-z8k.c                           |    388 +
 external/gpl3/gdb/dist/bfd/coff64-rs6000.c                      |   3086 +
 external/gpl3/gdb/dist/bfd/coffcode.h                           |   5784 +
 external/gpl3/gdb/dist/bfd/coffgen.c                            |   2396 +
 external/gpl3/gdb/dist/bfd/cofflink.c                           |   3080 +
 external/gpl3/gdb/dist/bfd/coffswap.h                           |    842 +
 external/gpl3/gdb/dist/bfd/compress.c                           |    396 +
 external/gpl3/gdb/dist/bfd/config.bfd                           |   1627 +
 external/gpl3/gdb/dist/bfd/config.in                            |    351 +
 external/gpl3/gdb/dist/bfd/configure                            |  18588 +++
 external/gpl3/gdb/dist/bfd/configure.com                        |    414 +
 external/gpl3/gdb/dist/bfd/configure.host                       |     85 +
 external/gpl3/gdb/dist/bfd/configure.in                         |   1132 +
 external/gpl3/gdb/dist/bfd/corefile.c                           |    191 +
 external/gpl3/gdb/dist/bfd/cpu-alpha.c                          |     53 +
 external/gpl3/gdb/dist/bfd/cpu-arc.c                            |     72 +
 external/gpl3/gdb/dist/bfd/cpu-arm.c                            |    433 +
 external/gpl3/gdb/dist/bfd/cpu-avr.c                            |    162 +
 external/gpl3/gdb/dist/bfd/cpu-bfin.c                           |     40 +
 external/gpl3/gdb/dist/bfd/cpu-cr16.c                           |     40 +
 external/gpl3/gdb/dist/bfd/cpu-cr16c.c                          |     39 +
 external/gpl3/gdb/dist/bfd/cpu-cris.c                           |    110 +
 external/gpl3/gdb/dist/bfd/cpu-crx.c                            |     40 +
 external/gpl3/gdb/dist/bfd/cpu-d10v.c                           |     73 +
 external/gpl3/gdb/dist/bfd/cpu-d30v.c                           |     40 +
 external/gpl3/gdb/dist/bfd/cpu-dlx.c                            |     40 +
 external/gpl3/gdb/dist/bfd/cpu-fr30.c                           |     39 +
 external/gpl3/gdb/dist/bfd/cpu-frv.c                            |     64 +
 external/gpl3/gdb/dist/bfd/cpu-h8300.c                          |    262 +
 external/gpl3/gdb/dist/bfd/cpu-h8500.c                          |     60 +
 external/gpl3/gdb/dist/bfd/cpu-hppa.c                           |     90 +
 external/gpl3/gdb/dist/bfd/cpu-i370.c                           |     75 +
 external/gpl3/gdb/dist/bfd/cpu-i386.c                           |    150 +
 external/gpl3/gdb/dist/bfd/cpu-i860.c                           |     42 +
 external/gpl3/gdb/dist/bfd/cpu-i960.c                           |    183 +
 external/gpl3/gdb/dist/bfd/cpu-ia64-opc.c                       |    616 +
 external/gpl3/gdb/dist/bfd/cpu-ia64.c                           |     58 +
 external/gpl3/gdb/dist/bfd/cpu-ip2k.c                           |     55 +
 external/gpl3/gdb/dist/bfd/cpu-iq2000.c                         |     57 +
 external/gpl3/gdb/dist/bfd/cpu-l1om.c                           |     56 +
 external/gpl3/gdb/dist/bfd/cpu-lm32.c                           |     41 +
 external/gpl3/gdb/dist/bfd/cpu-m10200.c                         |     39 +
 external/gpl3/gdb/dist/bfd/cpu-m10300.c                         |     72 +
 external/gpl3/gdb/dist/bfd/cpu-m32c.c                           |     70 +
 external/gpl3/gdb/dist/bfd/cpu-m32r.c                           |     40 +
 external/gpl3/gdb/dist/bfd/cpu-m68hc11.c                        |     39 +
 external/gpl3/gdb/dist/bfd/cpu-m68hc12.c                        |     55 +
 external/gpl3/gdb/dist/bfd/cpu-m68k.c                           |    273 +
 external/gpl3/gdb/dist/bfd/cpu-m88k.c                           |     41 +
 external/gpl3/gdb/dist/bfd/cpu-mcore.c                          |     39 +
 external/gpl3/gdb/dist/bfd/cpu-mep.c                            |     29 +
 external/gpl3/gdb/dist/bfd/cpu-microblaze.c                     |     40 +
 external/gpl3/gdb/dist/bfd/cpu-mips.c                           |    144 +
 external/gpl3/gdb/dist/bfd/cpu-mmix.c                           |     42 +
 external/gpl3/gdb/dist/bfd/cpu-moxie.c                          |     40 +
 external/gpl3/gdb/dist/bfd/cpu-msp430.c                         |    113 +
 external/gpl3/gdb/dist/bfd/cpu-mt.c                             |     72 +
 external/gpl3/gdb/dist/bfd/cpu-ns32k.c                          |    835 +
 external/gpl3/gdb/dist/bfd/cpu-openrisc.c                       |     43 +
 external/gpl3/gdb/dist/bfd/cpu-or32.c                           |     41 +
 external/gpl3/gdb/dist/bfd/cpu-pdp11.c                          |     40 +
 external/gpl3/gdb/dist/bfd/cpu-pj.c                             |     41 +
 external/gpl3/gdb/dist/bfd/cpu-plugin.c                         |     40 +
 external/gpl3/gdb/dist/bfd/cpu-powerpc.c                        |    357 +
 external/gpl3/gdb/dist/bfd/cpu-rs6000.c                         |    114 +
 external/gpl3/gdb/dist/bfd/cpu-rx.c                             |     57 +
 external/gpl3/gdb/dist/bfd/cpu-s390.c                           |     56 +
 external/gpl3/gdb/dist/bfd/cpu-score.c                          |     68 +
 external/gpl3/gdb/dist/bfd/cpu-sh.c                             |    525 +
 external/gpl3/gdb/dist/bfd/cpu-sparc.c                          |    170 +
 external/gpl3/gdb/dist/bfd/cpu-spu.c                            |     54 +
 external/gpl3/gdb/dist/bfd/cpu-tic30.c                          |     39 +
 external/gpl3/gdb/dist/bfd/cpu-tic4x.c                          |     86 +
 external/gpl3/gdb/dist/bfd/cpu-tic54x.c                         |     39 +
 external/gpl3/gdb/dist/bfd/cpu-tic6x.c                          |     40 +
 external/gpl3/gdb/dist/bfd/cpu-tic80.c                          |     40 +
 external/gpl3/gdb/dist/bfd/cpu-v850.c                           |     45 +
 external/gpl3/gdb/dist/bfd/cpu-vax.c                            |     41 +
 external/gpl3/gdb/dist/bfd/cpu-w65.c                            |     56 +
 external/gpl3/gdb/dist/bfd/cpu-we32k.c                          |     40 +
 external/gpl3/gdb/dist/bfd/cpu-xc16x.c                          |     73 +
 external/gpl3/gdb/dist/bfd/cpu-xstormy16.c                      |     39 +
 external/gpl3/gdb/dist/bfd/cpu-xtensa.c                         |     39 +
 external/gpl3/gdb/dist/bfd/cpu-z80.c                            |     57 +
 external/gpl3/gdb/dist/bfd/cpu-z8k.c                            |     48 +
 external/gpl3/gdb/dist/bfd/demo64.c                             |     31 +
 external/gpl3/gdb/dist/bfd/dep-in.sed                           |     28 +
 external/gpl3/gdb/dist/bfd/doc/ChangeLog                        |    242 +
 external/gpl3/gdb/dist/bfd/doc/ChangeLog-9103                   |    594 +
 external/gpl3/gdb/dist/bfd/doc/Makefile.am                      |    306 +
 external/gpl3/gdb/dist/bfd/doc/Makefile.in                      |    943 +
 external/gpl3/gdb/dist/bfd/doc/aoutx.texi                       |    213 +
 external/gpl3/gdb/dist/bfd/doc/archive.texi                     |     99 +
 external/gpl3/gdb/dist/bfd/doc/archures.texi                    |    640 +
 external/gpl3/gdb/dist/bfd/doc/bfd.info                         |    Bin 
 external/gpl3/gdb/dist/bfd/doc/bfd.texinfo                      |    339 +
 external/gpl3/gdb/dist/bfd/doc/bfdint.texi                      |   1902 +
 external/gpl3/gdb/dist/bfd/doc/bfdio.texi                       |     86 +
 external/gpl3/gdb/dist/bfd/doc/bfdsumm.texi                     |    148 +
 external/gpl3/gdb/dist/bfd/doc/bfdt.texi                        |    890 +
 external/gpl3/gdb/dist/bfd/doc/bfdver.texi                      |      4 +
 external/gpl3/gdb/dist/bfd/doc/bfdwin.texi                      |      2 +
 external/gpl3/gdb/dist/bfd/doc/cache.texi                       |     65 +
 external/gpl3/gdb/dist/bfd/doc/chew.c                           |   1571 +
 external/gpl3/gdb/dist/bfd/doc/coffcode.texi                    |    685 +
 external/gpl3/gdb/dist/bfd/doc/core.texi                        |     70 +
 external/gpl3/gdb/dist/bfd/doc/doc.str                          |    158 +
 external/gpl3/gdb/dist/bfd/doc/elf.texi                         |      9 +
 external/gpl3/gdb/dist/bfd/doc/fdl.texi                         |    506 +
 external/gpl3/gdb/dist/bfd/doc/format.texi                      |    112 +
 external/gpl3/gdb/dist/bfd/doc/hash.texi                        |    247 +
 external/gpl3/gdb/dist/bfd/doc/header.sed                       |     13 +
 external/gpl3/gdb/dist/bfd/doc/init.texi                        |     16 +
 external/gpl3/gdb/dist/bfd/doc/libbfd.texi                      |    179 +
 external/gpl3/gdb/dist/bfd/doc/linker.texi                      |    420 +
 external/gpl3/gdb/dist/bfd/doc/makefile.vms                     |      5 +
 external/gpl3/gdb/dist/bfd/doc/mmo.texi                         |    365 +
 external/gpl3/gdb/dist/bfd/doc/opncls.texi                      |    377 +
 external/gpl3/gdb/dist/bfd/doc/proto.str                        |    135 +
 external/gpl3/gdb/dist/bfd/doc/reloc.texi                       |   2984 +
 external/gpl3/gdb/dist/bfd/doc/section.texi                     |   1018 +
 external/gpl3/gdb/dist/bfd/doc/syms.texi                        |    479 +
 external/gpl3/gdb/dist/bfd/doc/targets.texi                     |    604 +
 external/gpl3/gdb/dist/bfd/dwarf1.c                             |    564 +
 external/gpl3/gdb/dist/bfd/dwarf2.c                             |   3580 +
 external/gpl3/gdb/dist/bfd/ecoff.c                              |   4606 +
 external/gpl3/gdb/dist/bfd/ecofflink.c                          |   2550 +
 external/gpl3/gdb/dist/bfd/ecoffswap.h                          |    773 +
 external/gpl3/gdb/dist/bfd/elf-attrs.c                          |    699 +
 external/gpl3/gdb/dist/bfd/elf-bfd.h                            |   2414 +
 external/gpl3/gdb/dist/bfd/elf-eh-frame.c                       |   1851 +
 external/gpl3/gdb/dist/bfd/elf-hppa.h                           |   1221 +
 external/gpl3/gdb/dist/bfd/elf-ifunc.c                          |    322 +
 external/gpl3/gdb/dist/bfd/elf-m10200.c                         |   1423 +
 external/gpl3/gdb/dist/bfd/elf-m10300.c                         |   4944 +
 external/gpl3/gdb/dist/bfd/elf-strtab.c                         |    395 +
 external/gpl3/gdb/dist/bfd/elf-vxworks.c                        |    299 +
 external/gpl3/gdb/dist/bfd/elf-vxworks.h                        |     38 +
 external/gpl3/gdb/dist/bfd/elf.c                                |   9525 +
 external/gpl3/gdb/dist/bfd/elf32-am33lin.c                      |    105 +
 external/gpl3/gdb/dist/bfd/elf32-arc.c                          |    253 +
 external/gpl3/gdb/dist/bfd/elf32-arm.c                          |  15800 ++
 external/gpl3/gdb/dist/bfd/elf32-avr.c                          |   3025 +
 external/gpl3/gdb/dist/bfd/elf32-avr.h                          |     38 +
 external/gpl3/gdb/dist/bfd/elf32-bfin.c                         |   5892 +
 external/gpl3/gdb/dist/bfd/elf32-cr16.c                         |   3036 +
 external/gpl3/gdb/dist/bfd/elf32-cr16c.c                        |    962 +
 external/gpl3/gdb/dist/bfd/elf32-cris.c                         |   4439 +
 external/gpl3/gdb/dist/bfd/elf32-crx.c                          |   1331 +
 external/gpl3/gdb/dist/bfd/elf32-d10v.c                         |    553 +
 external/gpl3/gdb/dist/bfd/elf32-d30v.c                         |    551 +
 external/gpl3/gdb/dist/bfd/elf32-dlx.c                          |    577 +
 external/gpl3/gdb/dist/bfd/elf32-fr30.c                         |    740 +
 external/gpl3/gdb/dist/bfd/elf32-frv.c                          |   7101 +
 external/gpl3/gdb/dist/bfd/elf32-gen.c                          |    103 +
 external/gpl3/gdb/dist/bfd/elf32-h8300.c                        |   1632 +
 external/gpl3/gdb/dist/bfd/elf32-hppa.c                         |   4701 +
 external/gpl3/gdb/dist/bfd/elf32-hppa.h                         |     78 +
 external/gpl3/gdb/dist/bfd/elf32-i370.c                         |   1410 +
 external/gpl3/gdb/dist/bfd/elf32-i386.c                         |   4875 +
 external/gpl3/gdb/dist/bfd/elf32-i860.c                         |   1269 +
 external/gpl3/gdb/dist/bfd/elf32-i960.c                         |    168 +
 external/gpl3/gdb/dist/bfd/elf32-ip2k.c                         |   1519 +
 external/gpl3/gdb/dist/bfd/elf32-iq2000.c                       |    934 +
 external/gpl3/gdb/dist/bfd/elf32-lm32.c                         |   2905 +
 external/gpl3/gdb/dist/bfd/elf32-m32c.c                         |   2038 +
 external/gpl3/gdb/dist/bfd/elf32-m32r.c                         |   4117 +
 external/gpl3/gdb/dist/bfd/elf32-m68hc11.c                      |   1316 +
 external/gpl3/gdb/dist/bfd/elf32-m68hc12.c                      |    595 +
 external/gpl3/gdb/dist/bfd/elf32-m68hc1x.c                      |   1349 +
 external/gpl3/gdb/dist/bfd/elf32-m68hc1x.h                      |    190 +
 external/gpl3/gdb/dist/bfd/elf32-m68k.c                         |   4863 +
 external/gpl3/gdb/dist/bfd/elf32-m88k.c                         |     38 +
 external/gpl3/gdb/dist/bfd/elf32-mcore.c                        |    672 +
 external/gpl3/gdb/dist/bfd/elf32-mep.c                          |    787 +
 external/gpl3/gdb/dist/bfd/elf32-microblaze.c                   |   3061 +
 external/gpl3/gdb/dist/bfd/elf32-mips.c                         |   1825 +
 external/gpl3/gdb/dist/bfd/elf32-moxie.c                        |    384 +
 external/gpl3/gdb/dist/bfd/elf32-msp430.c                       |   1179 +
 external/gpl3/gdb/dist/bfd/elf32-mt.c                           |    618 +
 external/gpl3/gdb/dist/bfd/elf32-openrisc.c                     |    566 +
 external/gpl3/gdb/dist/bfd/elf32-or32.c                         |    514 +
 external/gpl3/gdb/dist/bfd/elf32-pj.c                           |    353 +
 external/gpl3/gdb/dist/bfd/elf32-ppc.c                          |   9132 +
 external/gpl3/gdb/dist/bfd/elf32-ppc.h                          |     33 +
 external/gpl3/gdb/dist/bfd/elf32-rx.c                           |   3384 +
 external/gpl3/gdb/dist/bfd/elf32-s390.c                         |   3533 +
 external/gpl3/gdb/dist/bfd/elf32-score.c                        |   4502 +
 external/gpl3/gdb/dist/bfd/elf32-score.h                        |    152 +
 external/gpl3/gdb/dist/bfd/elf32-score7.c                       |   3874 +
 external/gpl3/gdb/dist/bfd/elf32-sh-relocs.h                    |   1880 +
 external/gpl3/gdb/dist/bfd/elf32-sh-symbian.c                   |    628 +
 external/gpl3/gdb/dist/bfd/elf32-sh.c                           |   7729 +
 external/gpl3/gdb/dist/bfd/elf32-sh64-com.c                     |    246 +
 external/gpl3/gdb/dist/bfd/elf32-sh64.c                         |    813 +
 external/gpl3/gdb/dist/bfd/elf32-sh64.h                         |     88 +
 external/gpl3/gdb/dist/bfd/elf32-sparc.c                        |    330 +
 external/gpl3/gdb/dist/bfd/elf32-spu.c                          |   5479 +
 external/gpl3/gdb/dist/bfd/elf32-spu.h                          |    124 +
 external/gpl3/gdb/dist/bfd/elf32-tic6x.c                        |   3923 +
 external/gpl3/gdb/dist/bfd/elf32-tic6x.h                        |     35 +
 external/gpl3/gdb/dist/bfd/elf32-v850.c                         |   3573 +
 external/gpl3/gdb/dist/bfd/elf32-vax.c                          |   2122 +
 external/gpl3/gdb/dist/bfd/elf32-xc16x.c                        |    477 +
 external/gpl3/gdb/dist/bfd/elf32-xstormy16.c                    |   1046 +
 external/gpl3/gdb/dist/bfd/elf32-xtensa.c                       |  10825 +
 external/gpl3/gdb/dist/bfd/elf32.c                              |     24 +
 external/gpl3/gdb/dist/bfd/elf64-alpha.c                        |   5531 +
 external/gpl3/gdb/dist/bfd/elf64-gen.c                          |    103 +
 external/gpl3/gdb/dist/bfd/elf64-hppa.c                         |   4123 +
 external/gpl3/gdb/dist/bfd/elf64-hppa.h                         |     51 +
 external/gpl3/gdb/dist/bfd/elf64-mips.c                         |   3389 +
 external/gpl3/gdb/dist/bfd/elf64-mmix.c                         |   2942 +
 external/gpl3/gdb/dist/bfd/elf64-ppc.c                          |  13658 ++
 external/gpl3/gdb/dist/bfd/elf64-ppc.h                          |     56 +
 external/gpl3/gdb/dist/bfd/elf64-s390.c                         |   3451 +
 external/gpl3/gdb/dist/bfd/elf64-sh64.c                         |   4089 +
 external/gpl3/gdb/dist/bfd/elf64-sparc.c                        |    957 +
 external/gpl3/gdb/dist/bfd/elf64-x86-64.c                       |   4848 +
 external/gpl3/gdb/dist/bfd/elf64.c                              |     23 +
 external/gpl3/gdb/dist/bfd/elfcode.h                            |   1906 +
 external/gpl3/gdb/dist/bfd/elfcore.h                            |    341 +
 external/gpl3/gdb/dist/bfd/elflink.c                            |  12738 ++
 external/gpl3/gdb/dist/bfd/elfn32-mips.c                        |   2582 +
 external/gpl3/gdb/dist/bfd/elfxx-ia64.c                         |   6194 +
 external/gpl3/gdb/dist/bfd/elfxx-mips.c                         |  13001 ++
 external/gpl3/gdb/dist/bfd/elfxx-mips.h                         |    168 +
 external/gpl3/gdb/dist/bfd/elfxx-sparc.c                        |   4764 +
 external/gpl3/gdb/dist/bfd/elfxx-sparc.h                        |    148 +
 external/gpl3/gdb/dist/bfd/elfxx-target.h                       |    965 +
 external/gpl3/gdb/dist/bfd/epoc-pe-arm.c                        |     38 +
 external/gpl3/gdb/dist/bfd/epoc-pei-arm.c                       |     31 +
 external/gpl3/gdb/dist/bfd/format.c                             |    407 +
 external/gpl3/gdb/dist/bfd/freebsd.h                            |    107 +
 external/gpl3/gdb/dist/bfd/gen-aout.c                           |    110 +
 external/gpl3/gdb/dist/bfd/genlink.h                            |    110 +
 external/gpl3/gdb/dist/bfd/go32stub.h                           |    128 +
 external/gpl3/gdb/dist/bfd/hash.c                               |    893 +
 external/gpl3/gdb/dist/bfd/host-aout.c                          |     88 +
 external/gpl3/gdb/dist/bfd/hosts/alphalinux.h                   |     25 +
 external/gpl3/gdb/dist/bfd/hosts/alphavms.h                     |     81 +
 external/gpl3/gdb/dist/bfd/hosts/decstation.h                   |     36 +
 external/gpl3/gdb/dist/bfd/hosts/delta68.h                      |     33 +
 external/gpl3/gdb/dist/bfd/hosts/dpx2.h                         |     27 +
 external/gpl3/gdb/dist/bfd/hosts/hp300bsd.h                     |     32 +
 external/gpl3/gdb/dist/bfd/hosts/i386bsd.h                      |     51 +
 external/gpl3/gdb/dist/bfd/hosts/i386linux.h                    |     27 +
 external/gpl3/gdb/dist/bfd/hosts/i386mach3.h                    |     44 +
 external/gpl3/gdb/dist/bfd/hosts/i386sco.h                      |     38 +
 external/gpl3/gdb/dist/bfd/hosts/i860mach3.h                    |     46 +
 external/gpl3/gdb/dist/bfd/hosts/m68kaux.h                      |     35 +
 external/gpl3/gdb/dist/bfd/hosts/m68klinux.h                    |     25 +
 external/gpl3/gdb/dist/bfd/hosts/m88kmach3.h                    |     30 +
 external/gpl3/gdb/dist/bfd/hosts/mipsbsd.h                      |     31 +
 external/gpl3/gdb/dist/bfd/hosts/mipsmach3.h                    |     29 +
 external/gpl3/gdb/dist/bfd/hosts/news-mips.h                    |     31 +
 external/gpl3/gdb/dist/bfd/hosts/news.h                         |     28 +
 external/gpl3/gdb/dist/bfd/hosts/pc532mach.h                    |     43 +
 external/gpl3/gdb/dist/bfd/hosts/riscos.h                       |     29 +
 external/gpl3/gdb/dist/bfd/hosts/symmetry.h                     |     39 +
 external/gpl3/gdb/dist/bfd/hosts/tahoe.h                        |     31 +
 external/gpl3/gdb/dist/bfd/hosts/vaxbsd.h                       |     31 +
 external/gpl3/gdb/dist/bfd/hosts/vaxlinux.h                     |     21 +
 external/gpl3/gdb/dist/bfd/hosts/vaxult.h                       |     27 +
 external/gpl3/gdb/dist/bfd/hosts/vaxult2.h                      |     27 +
 external/gpl3/gdb/dist/bfd/hosts/x86-64linux.h                  |    195 +
 external/gpl3/gdb/dist/bfd/hp300bsd.c                           |     41 +
 external/gpl3/gdb/dist/bfd/hp300hpux.c                          |    882 +
 external/gpl3/gdb/dist/bfd/hppabsd-core.c                       |    285 +
 external/gpl3/gdb/dist/bfd/hpux-core.c                          |    428 +
 external/gpl3/gdb/dist/bfd/i386aout.c                           |     89 +
 external/gpl3/gdb/dist/bfd/i386bsd.c                            |     51 +
 external/gpl3/gdb/dist/bfd/i386dynix.c                          |     83 +
 external/gpl3/gdb/dist/bfd/i386freebsd.c                        |     39 +
 external/gpl3/gdb/dist/bfd/i386linux.c                          |    773 +
 external/gpl3/gdb/dist/bfd/i386lynx.c                           |    574 +
 external/gpl3/gdb/dist/bfd/i386mach3.c                          |     72 +
 external/gpl3/gdb/dist/bfd/i386msdos.c                          |    232 +
 external/gpl3/gdb/dist/bfd/i386netbsd.c                         |     39 +
 external/gpl3/gdb/dist/bfd/i386os9k.c                           |    223 +
 external/gpl3/gdb/dist/bfd/ieee.c                               |   3870 +
 external/gpl3/gdb/dist/bfd/ihex.c                               |    999 +
 external/gpl3/gdb/dist/bfd/init.c                               |     55 +
 external/gpl3/gdb/dist/bfd/irix-core.c                          |    333 +
 external/gpl3/gdb/dist/bfd/libaout.h                            |    691 +
 external/gpl3/gdb/dist/bfd/libbfd-in.h                          |    820 +
 external/gpl3/gdb/dist/bfd/libbfd.c                             |   1113 +
 external/gpl3/gdb/dist/bfd/libbfd.h                             |   2309 +
 external/gpl3/gdb/dist/bfd/libcoff-in.h                         |    605 +
 external/gpl3/gdb/dist/bfd/libcoff.h                            |    956 +
 external/gpl3/gdb/dist/bfd/libecoff.h                           |    348 +
 external/gpl3/gdb/dist/bfd/libhppa.h                            |    595 +
 external/gpl3/gdb/dist/bfd/libieee.h                            |    136 +
 external/gpl3/gdb/dist/bfd/libnlm.h                             |    223 +
 external/gpl3/gdb/dist/bfd/liboasys.h                           |     84 +
 external/gpl3/gdb/dist/bfd/libpei.h                             |    356 +
 external/gpl3/gdb/dist/bfd/libxcoff.h                           |    238 +
 external/gpl3/gdb/dist/bfd/linker.c                             |   3398 +
 external/gpl3/gdb/dist/bfd/lynx-core.c                          |    231 +
 external/gpl3/gdb/dist/bfd/m68k4knetbsd.c                       |     37 +
 external/gpl3/gdb/dist/bfd/m68klinux.c                          |    778 +
 external/gpl3/gdb/dist/bfd/m68knetbsd.c                         |     39 +
 external/gpl3/gdb/dist/bfd/m88kmach3.c                          |     42 +
 external/gpl3/gdb/dist/bfd/m88kopenbsd.c                        |     34 +
 external/gpl3/gdb/dist/bfd/mach-o-i386.c                        |    294 +
 external/gpl3/gdb/dist/bfd/mach-o-target.c                      |    184 +
 external/gpl3/gdb/dist/bfd/mach-o-x86-64.c                      |    280 +
 external/gpl3/gdb/dist/bfd/mach-o.c                             |   4058 +
 external/gpl3/gdb/dist/bfd/mach-o.h                             |    918 +
 external/gpl3/gdb/dist/bfd/makefile.vms                         |     56 +
 external/gpl3/gdb/dist/bfd/mep-relocs.pl                        |    275 +
 external/gpl3/gdb/dist/bfd/merge.c                              |    887 +
 external/gpl3/gdb/dist/bfd/mipsbsd.c                            |    496 +
 external/gpl3/gdb/dist/bfd/mmo.c                                |   3280 +
 external/gpl3/gdb/dist/bfd/netbsd-core.c                        |    320 +
 external/gpl3/gdb/dist/bfd/netbsd.h                             |    120 +
 external/gpl3/gdb/dist/bfd/newsos3.c                            |     44 +
 external/gpl3/gdb/dist/bfd/nlm-target.h                         |    259 +
 external/gpl3/gdb/dist/bfd/nlm.c                                |     56 +
 external/gpl3/gdb/dist/bfd/nlm32-alpha.c                        |    860 +
 external/gpl3/gdb/dist/bfd/nlm32-i386.c                         |    430 +
 external/gpl3/gdb/dist/bfd/nlm32-ppc.c                          |    987 +
 external/gpl3/gdb/dist/bfd/nlm32-sparc.c                        |    379 +
 external/gpl3/gdb/dist/bfd/nlm32.c                              |     22 +
 external/gpl3/gdb/dist/bfd/nlm64.c                              |     22 +
 external/gpl3/gdb/dist/bfd/nlmcode.h                            |   1981 +
 external/gpl3/gdb/dist/bfd/nlmswap.h                            |    153 +
 external/gpl3/gdb/dist/bfd/ns32k.h                              |     30 +
 external/gpl3/gdb/dist/bfd/ns32knetbsd.c                        |     53 +
 external/gpl3/gdb/dist/bfd/oasys.c                              |   1265 +
 external/gpl3/gdb/dist/bfd/opncls.c                             |   1529 +
 external/gpl3/gdb/dist/bfd/osf-core.c                           |    239 +
 external/gpl3/gdb/dist/bfd/pc532-mach.c                         |    113 +
 external/gpl3/gdb/dist/bfd/pdp11.c                              |   4541 +
 external/gpl3/gdb/dist/bfd/pe-arm-wince.c                       |     45 +
 external/gpl3/gdb/dist/bfd/pe-arm.c                             |     66 +
 external/gpl3/gdb/dist/bfd/pe-i386.c                            |     44 +
 external/gpl3/gdb/dist/bfd/pe-mcore.c                           |     41 +
 external/gpl3/gdb/dist/bfd/pe-mips.c                            |    922 +
 external/gpl3/gdb/dist/bfd/pe-ppc.c                             |     48 +
 external/gpl3/gdb/dist/bfd/pe-sh.c                              |     31 +
 external/gpl3/gdb/dist/bfd/pe-x86_64.c                          |     58 +
 external/gpl3/gdb/dist/bfd/peXXigen.c                           |   2479 +
 external/gpl3/gdb/dist/bfd/pef-traceback.h                      |    217 +
 external/gpl3/gdb/dist/bfd/pef.c                                |   1208 +
 external/gpl3/gdb/dist/bfd/pef.h                                |    187 +
 external/gpl3/gdb/dist/bfd/pei-arm-wince.c                      |     31 +
 external/gpl3/gdb/dist/bfd/pei-arm.c                            |     56 +
 external/gpl3/gdb/dist/bfd/pei-i386.c                           |     46 +
 external/gpl3/gdb/dist/bfd/pei-ia64.c                           |     39 +
 external/gpl3/gdb/dist/bfd/pei-mcore.c                          |     44 +
 external/gpl3/gdb/dist/bfd/pei-mips.c                           |     33 +
 external/gpl3/gdb/dist/bfd/pei-ppc.c                            |     51 +
 external/gpl3/gdb/dist/bfd/pei-sh.c                             |     36 +
 external/gpl3/gdb/dist/bfd/pei-x86_64.c                         |    593 +
 external/gpl3/gdb/dist/bfd/peicode.h                            |   1315 +
 external/gpl3/gdb/dist/bfd/plugin.c                             |    522 +
 external/gpl3/gdb/dist/bfd/plugin.h                             |     36 +
 external/gpl3/gdb/dist/bfd/po/BLD-POTFILES.in                   |     10 +
 external/gpl3/gdb/dist/bfd/po/Make-in                           |    298 +
 external/gpl3/gdb/dist/bfd/po/SRC-POTFILES.in                   |    353 +
 external/gpl3/gdb/dist/bfd/po/bfd.pot                           |   6002 +
 external/gpl3/gdb/dist/bfd/po/da.gmo                            |    Bin 
 external/gpl3/gdb/dist/bfd/po/da.po                             |   6159 +
 external/gpl3/gdb/dist/bfd/po/es.gmo                            |    Bin 
 external/gpl3/gdb/dist/bfd/po/es.po                             |   6385 +
 external/gpl3/gdb/dist/bfd/po/fi.gmo                            |    Bin 
 external/gpl3/gdb/dist/bfd/po/fi.po                             |   6157 +
 external/gpl3/gdb/dist/bfd/po/fr.gmo                            |    Bin 
 external/gpl3/gdb/dist/bfd/po/fr.po                             |   6035 +
 external/gpl3/gdb/dist/bfd/po/id.gmo                            |    Bin 
 external/gpl3/gdb/dist/bfd/po/id.po                             |   4163 +
 external/gpl3/gdb/dist/bfd/po/ja.gmo                            |    Bin 
 external/gpl3/gdb/dist/bfd/po/ja.po                             |   6408 +
 external/gpl3/gdb/dist/bfd/po/ro.gmo                            |    Bin 
 external/gpl3/gdb/dist/bfd/po/ro.po                             |   3026 +
 external/gpl3/gdb/dist/bfd/po/ru.gmo                            |    Bin 
 external/gpl3/gdb/dist/bfd/po/ru.po                             |   6033 +
 external/gpl3/gdb/dist/bfd/po/rw.gmo                            |    Bin 
 external/gpl3/gdb/dist/bfd/po/rw.po                             |   3101 +
 external/gpl3/gdb/dist/bfd/po/sv.gmo                            |    Bin 
 external/gpl3/gdb/dist/bfd/po/sv.po                             |   3221 +
 external/gpl3/gdb/dist/bfd/po/tr.gmo                            |    Bin 
 external/gpl3/gdb/dist/bfd/po/tr.po                             |   3193 +
 external/gpl3/gdb/dist/bfd/po/vi.gmo                            |    Bin 
 external/gpl3/gdb/dist/bfd/po/vi.po                             |   4146 +
 external/gpl3/gdb/dist/bfd/po/zh_CN.gmo                         |    Bin 
 external/gpl3/gdb/dist/bfd/po/zh_CN.po                          |   2702 +
 external/gpl3/gdb/dist/bfd/ppcboot.c                            |    548 +
 external/gpl3/gdb/dist/bfd/ptrace-core.c                        |    221 +
 external/gpl3/gdb/dist/bfd/reloc.c                              |   5862 +
 external/gpl3/gdb/dist/bfd/reloc16.c                            |    341 +
 external/gpl3/gdb/dist/bfd/riscix.c                             |    656 +
 external/gpl3/gdb/dist/bfd/rs6000-core.c                        |    753 +
 external/gpl3/gdb/dist/bfd/sco5-core.c                          |    410 +
 external/gpl3/gdb/dist/bfd/section.c                            |   1574 +
 external/gpl3/gdb/dist/bfd/simple.c                             |    256 +
 external/gpl3/gdb/dist/bfd/som.c                                |   6810 +
 external/gpl3/gdb/dist/bfd/som.h                                |    238 +
 external/gpl3/gdb/dist/bfd/sparclinux.c                         |    772 +
 external/gpl3/gdb/dist/bfd/sparclynx.c                          |    252 +
 external/gpl3/gdb/dist/bfd/sparcnetbsd.c                        |     40 +
 external/gpl3/gdb/dist/bfd/srec.c                               |   1377 +
 external/gpl3/gdb/dist/bfd/stab-syms.c                          |     59 +
 external/gpl3/gdb/dist/bfd/stabs.c                              |    789 +
 external/gpl3/gdb/dist/bfd/stamp-h.in                           |      1 +
 external/gpl3/gdb/dist/bfd/sunos.c                              |   2854 +
 external/gpl3/gdb/dist/bfd/syms.c                               |   1423 +
 external/gpl3/gdb/dist/bfd/sysdep.h                             |    202 +
 external/gpl3/gdb/dist/bfd/targets.c                            |   1656 +
 external/gpl3/gdb/dist/bfd/targmatch.sed                        |     33 +
 external/gpl3/gdb/dist/bfd/tekhex.c                             |   1014 +
 external/gpl3/gdb/dist/bfd/ticoff.h                             |    124 +
 external/gpl3/gdb/dist/bfd/trad-core.c                          |    325 +
 external/gpl3/gdb/dist/bfd/vax1knetbsd.c                        |     38 +
 external/gpl3/gdb/dist/bfd/vaxbsd.c                             |     40 +
 external/gpl3/gdb/dist/bfd/vaxnetbsd.c                          |     39 +
 external/gpl3/gdb/dist/bfd/verilog.c                            |    374 +
 external/gpl3/gdb/dist/bfd/versados.c                           |    876 +
 external/gpl3/gdb/dist/bfd/version.h                            |      4 +
 external/gpl3/gdb/dist/bfd/vms-alpha.c                          |   9364 +
 external/gpl3/gdb/dist/bfd/vms-lib.c                            |   2296 +
 external/gpl3/gdb/dist/bfd/vms-misc.c                           |    663 +
 external/gpl3/gdb/dist/bfd/vms.h                                |    143 +
 external/gpl3/gdb/dist/bfd/warning.m4                           |     60 +
 external/gpl3/gdb/dist/bfd/xcoff-target.h                       |    194 +
 external/gpl3/gdb/dist/bfd/xcofflink.c                          |   6452 +
 external/gpl3/gdb/dist/bfd/xsym.c                               |   2357 +
 external/gpl3/gdb/dist/bfd/xsym.h                               |    700 +
 external/gpl3/gdb/dist/bfd/xtensa-isa.c                         |   1793 +
 external/gpl3/gdb/dist/bfd/xtensa-modules.c                     |  21292 +++
 external/gpl3/gdb/dist/compile                                  |    143 +
 external/gpl3/gdb/dist/config-ml.in                             |    877 +
 external/gpl3/gdb/dist/config.guess                             |   1511 +
 external/gpl3/gdb/dist/config.rpath                             |    543 +
 external/gpl3/gdb/dist/config.sub                               |   1758 +
 external/gpl3/gdb/dist/config/ChangeLog                         |   1630 +
 external/gpl3/gdb/dist/config/acinclude.m4                      |    746 +
 external/gpl3/gdb/dist/config/acx.m4                            |    621 +
 external/gpl3/gdb/dist/config/bootstrap-O1.mk                   |      1 +
 external/gpl3/gdb/dist/config/bootstrap-O3.mk                   |      1 +
 external/gpl3/gdb/dist/config/bootstrap-debug-big.mk            |      8 +
 external/gpl3/gdb/dist/config/bootstrap-debug-ckovw.mk          |     16 +
 external/gpl3/gdb/dist/config/bootstrap-debug-lean.mk           |     11 +
 external/gpl3/gdb/dist/config/bootstrap-debug-lib.mk            |     12 +
 external/gpl3/gdb/dist/config/bootstrap-debug.mk                |     12 +
 external/gpl3/gdb/dist/config/bootstrap-lto.mk                  |      6 +
 external/gpl3/gdb/dist/config/bootstrap-time.mk                 |      2 +
 external/gpl3/gdb/dist/config/cloog.m4                          |    288 +
 external/gpl3/gdb/dist/config/codeset.m4                        |     23 +
 external/gpl3/gdb/dist/config/depstand.m4                       |    137 +
 external/gpl3/gdb/dist/config/dfp.m4                            |     56 +
 external/gpl3/gdb/dist/config/elf.m4                            |     27 +
 external/gpl3/gdb/dist/config/enable.m4                         |     38 +
 external/gpl3/gdb/dist/config/extensions.m4                     |     79 +
 external/gpl3/gdb/dist/config/futex.m4                          |     64 +
 external/gpl3/gdb/dist/config/gc++filt.m4                       |     26 +
 external/gpl3/gdb/dist/config/gettext-sister.m4                 |     80 +
 external/gpl3/gdb/dist/config/gettext.m4                        |    415 +
 external/gpl3/gdb/dist/config/glibc21.m4                        |     32 +
 external/gpl3/gdb/dist/config/gxx-include-dir.m4                |     32 +
 external/gpl3/gdb/dist/config/iconv.m4                          |    103 +
 external/gpl3/gdb/dist/config/intdiv0.m4                        |     72 +
 external/gpl3/gdb/dist/config/inttypes-pri.m4                   |     32 +
 external/gpl3/gdb/dist/config/inttypes.m4                       |     27 +
 external/gpl3/gdb/dist/config/inttypes_h.m4                     |     28 +
 external/gpl3/gdb/dist/config/largefile.m4                      |     34 +
 external/gpl3/gdb/dist/config/lcmessage.m4                      |     32 +
 external/gpl3/gdb/dist/config/ld-symbolic.m4                    |     45 +
 external/gpl3/gdb/dist/config/lead-dot.m4                       |     31 +
 external/gpl3/gdb/dist/config/lib-ld.m4                         |    110 +
 external/gpl3/gdb/dist/config/lib-link.m4                       |    551 +
 external/gpl3/gdb/dist/config/lib-prefix.m4                     |    155 +
 external/gpl3/gdb/dist/config/lthostflags.m4                    |     33 +
 external/gpl3/gdb/dist/config/mh-cygwin                         |      4 +
 external/gpl3/gdb/dist/config/mh-darwin                         |      5 +
 external/gpl3/gdb/dist/config/mh-djgpp                          |     14 +
 external/gpl3/gdb/dist/config/mh-interix                        |      7 +
 external/gpl3/gdb/dist/config/mh-mingw                          |      8 +
 external/gpl3/gdb/dist/config/mh-pa                             |      4 +
 external/gpl3/gdb/dist/config/mh-pa-hpux10                      |      4 +
 external/gpl3/gdb/dist/config/mh-ppc-aix                        |      8 +
 external/gpl3/gdb/dist/config/mt-alphaieee                      |      2 +
 external/gpl3/gdb/dist/config/mt-d30v                           |      4 +
 external/gpl3/gdb/dist/config/mt-gnu                            |      1 +
 external/gpl3/gdb/dist/config/mt-mips-elfoabi                   |      1 +
 external/gpl3/gdb/dist/config/mt-mips-gnu                       |      2 +
 external/gpl3/gdb/dist/config/mt-mips16-compat                  |      5 +
 external/gpl3/gdb/dist/config/mt-ospace                         |      3 +
 external/gpl3/gdb/dist/config/mt-sde                            |     10 +
 external/gpl3/gdb/dist/config/mt-spu                            |      2 +
 external/gpl3/gdb/dist/config/multi.m4                          |     68 +
 external/gpl3/gdb/dist/config/nls.m4                            |     49 +
 external/gpl3/gdb/dist/config/no-executables.m4                 |     69 +
 external/gpl3/gdb/dist/config/override.m4                       |    104 +
 external/gpl3/gdb/dist/config/plugins.m4                        |     11 +
 external/gpl3/gdb/dist/config/po.m4                             |    197 +
 external/gpl3/gdb/dist/config/proginstall.m4                    |     98 +
 external/gpl3/gdb/dist/config/progtest.m4                       |     91 +
 external/gpl3/gdb/dist/config/stdint.m4                         |    586 +
 external/gpl3/gdb/dist/config/stdint_h.m4                       |     28 +
 external/gpl3/gdb/dist/config/tcl.m4                            |   3246 +
 external/gpl3/gdb/dist/config/tls.m4                            |    129 +
 external/gpl3/gdb/dist/config/uintmax_t.m4                      |     32 +
 external/gpl3/gdb/dist/config/ulonglong.m4                      |     23 +
 external/gpl3/gdb/dist/config/unwind_ipinfo.m4                  |     37 +
 external/gpl3/gdb/dist/config/warnings.m4                       |    107 +
 external/gpl3/gdb/dist/config/zlib.m4                           |     18 +
 external/gpl3/gdb/dist/configure                                |  15194 ++
 external/gpl3/gdb/dist/configure.ac                             |   3226 +
 external/gpl3/gdb/dist/depcomp                                  |    630 +
 external/gpl3/gdb/dist/djunpack.bat                             |     52 +
 external/gpl3/gdb/dist/include/COPYING                          |    340 +
 external/gpl3/gdb/dist/include/COPYING3                         |    674 +
 external/gpl3/gdb/dist/include/ChangeLog                        |   1421 +
 external/gpl3/gdb/dist/include/ChangeLog-9103                   |   2682 +
 external/gpl3/gdb/dist/include/MAINTAINERS                      |      1 +
 external/gpl3/gdb/dist/include/alloca-conf.h                    |     45 +
 external/gpl3/gdb/dist/include/ansidecl.h                       |    423 +
 external/gpl3/gdb/dist/include/aout/ChangeLog                   |    253 +
 external/gpl3/gdb/dist/include/aout/adobe.h                     |    314 +
 external/gpl3/gdb/dist/include/aout/aout64.h                    |    516 +
 external/gpl3/gdb/dist/include/aout/ar.h                        |     55 +
 external/gpl3/gdb/dist/include/aout/dynix3.h                    |     87 +
 external/gpl3/gdb/dist/include/aout/encap.h                     |    135 +
 external/gpl3/gdb/dist/include/aout/host.h                      |     43 +
 external/gpl3/gdb/dist/include/aout/hp.h                        |     83 +
 external/gpl3/gdb/dist/include/aout/hp300hpux.h                 |    132 +
 external/gpl3/gdb/dist/include/aout/hppa.h                      |      7 +
 external/gpl3/gdb/dist/include/aout/ranlib.h                    |     63 +
 external/gpl3/gdb/dist/include/aout/reloc.h                     |     67 +
 external/gpl3/gdb/dist/include/aout/stab.def                    |    283 +
 external/gpl3/gdb/dist/include/aout/stab_gnu.h                  |     55 +
 external/gpl3/gdb/dist/include/aout/sun4.h                      |    239 +
 external/gpl3/gdb/dist/include/bfdlink.h                        |    786 +
 external/gpl3/gdb/dist/include/binary-io.h                      |     62 +
 external/gpl3/gdb/dist/include/bout.h                           |    192 +
 external/gpl3/gdb/dist/include/cgen/ChangeLog                   |     10 +
 external/gpl3/gdb/dist/include/cgen/basic-modes.h               |     52 +
 external/gpl3/gdb/dist/include/cgen/basic-ops.h                 |    347 +
 external/gpl3/gdb/dist/include/cgen/bitset.h                    |     56 +
 external/gpl3/gdb/dist/include/coff/ChangeLog                   |    317 +
 external/gpl3/gdb/dist/include/coff/ChangeLog-9103              |   1177 +
 external/gpl3/gdb/dist/include/coff/alpha.h                     |    386 +
 external/gpl3/gdb/dist/include/coff/apollo.h                    |    125 +
 external/gpl3/gdb/dist/include/coff/arm.h                       |    128 +
 external/gpl3/gdb/dist/include/coff/aux-coff.h                  |     49 +
 external/gpl3/gdb/dist/include/coff/ecoff.h                     |    411 +
 external/gpl3/gdb/dist/include/coff/external.h                  |    269 +
 external/gpl3/gdb/dist/include/coff/go32exe.h                   |     36 +
 external/gpl3/gdb/dist/include/coff/h8300.h                     |     55 +
 external/gpl3/gdb/dist/include/coff/h8500.h                     |     47 +
 external/gpl3/gdb/dist/include/coff/i386.h                      |     74 +
 external/gpl3/gdb/dist/include/coff/i860.h                      |     87 +
 external/gpl3/gdb/dist/include/coff/i960.h                      |    320 +
 external/gpl3/gdb/dist/include/coff/ia64.h                      |     89 +
 external/gpl3/gdb/dist/include/coff/internal.h                  |    828 +
 external/gpl3/gdb/dist/include/coff/m68k.h                      |     82 +
 external/gpl3/gdb/dist/include/coff/m88k.h                      |    197 +
 external/gpl3/gdb/dist/include/coff/mcore.h                     |     72 +
 external/gpl3/gdb/dist/include/coff/mips.h                      |    344 +
 external/gpl3/gdb/dist/include/coff/mipspe.h                    |     67 +
 external/gpl3/gdb/dist/include/coff/or32.h                      |    288 +
 external/gpl3/gdb/dist/include/coff/pe.h                        |    512 +
 external/gpl3/gdb/dist/include/coff/powerpc.h                   |     59 +
 external/gpl3/gdb/dist/include/coff/rs6000.h                    |    278 +
 external/gpl3/gdb/dist/include/coff/rs6k64.h                    |    261 +
 external/gpl3/gdb/dist/include/coff/sh.h                        |    148 +
 external/gpl3/gdb/dist/include/coff/sparc.h                     |    156 +
 external/gpl3/gdb/dist/include/coff/sym.h                       |    484 +
 external/gpl3/gdb/dist/include/coff/symconst.h                  |    184 +
 external/gpl3/gdb/dist/include/coff/ti.h                        |    558 +
 external/gpl3/gdb/dist/include/coff/tic30.h                     |     51 +
 external/gpl3/gdb/dist/include/coff/tic4x.h                     |     47 +
 external/gpl3/gdb/dist/include/coff/tic54x.h                    |     60 +
 external/gpl3/gdb/dist/include/coff/tic80.h                     |    123 +
 external/gpl3/gdb/dist/include/coff/w65.h                       |     47 +
 external/gpl3/gdb/dist/include/coff/we32k.h                     |     62 +
 external/gpl3/gdb/dist/include/coff/x86_64.h                    |     57 +
 external/gpl3/gdb/dist/include/coff/xcoff.h                     |    596 +
 external/gpl3/gdb/dist/include/coff/z80.h                       |     60 +
 external/gpl3/gdb/dist/include/coff/z8k.h                       |     49 +
 external/gpl3/gdb/dist/include/demangle.h                       |    644 +
 external/gpl3/gdb/dist/include/dis-asm.h                        |    368 +
 external/gpl3/gdb/dist/include/dwarf2.h                         |    897 +
 external/gpl3/gdb/dist/include/dyn-string.h                     |     73 +
 external/gpl3/gdb/dist/include/elf/ChangeLog                    |   1437 +
 external/gpl3/gdb/dist/include/elf/ChangeLog-9103               |   1948 +
 external/gpl3/gdb/dist/include/elf/alpha.h                      |    131 +
 external/gpl3/gdb/dist/include/elf/arc.h                        |     57 +
 external/gpl3/gdb/dist/include/elf/arm.h                        |    337 +
 external/gpl3/gdb/dist/include/elf/avr.h                        |     82 +
 external/gpl3/gdb/dist/include/elf/bfin.h                       |     95 +
 external/gpl3/gdb/dist/include/elf/common.h                     |    946 +
 external/gpl3/gdb/dist/include/elf/cr16.h                       |     62 +
 external/gpl3/gdb/dist/include/elf/cr16c.h                      |    258 +
 external/gpl3/gdb/dist/include/elf/cris.h                       |    193 +
 external/gpl3/gdb/dist/include/elf/crx.h                        |     53 +
 external/gpl3/gdb/dist/include/elf/d10v.h                       |     38 +
 external/gpl3/gdb/dist/include/elf/d30v.h                       |     42 +
 external/gpl3/gdb/dist/include/elf/dlx.h                        |     53 +
 external/gpl3/gdb/dist/include/elf/dwarf.h                      |    323 +
 external/gpl3/gdb/dist/include/elf/external.h                   |    288 +
 external/gpl3/gdb/dist/include/elf/fr30.h                       |     42 +
 external/gpl3/gdb/dist/include/elf/frv.h                        |    130 +
 external/gpl3/gdb/dist/include/elf/h8.h                         |    100 +
 external/gpl3/gdb/dist/include/elf/hppa.h                       |    635 +
 external/gpl3/gdb/dist/include/elf/i370.h                       |     61 +
 external/gpl3/gdb/dist/include/elf/i386.h                       |     79 +
 external/gpl3/gdb/dist/include/elf/i860.h                       |     66 +
 external/gpl3/gdb/dist/include/elf/i960.h                       |     37 +
 external/gpl3/gdb/dist/include/elf/ia64.h                       |    400 +
 external/gpl3/gdb/dist/include/elf/internal.h                   |    360 +
 external/gpl3/gdb/dist/include/elf/ip2k.h                       |     62 +
 external/gpl3/gdb/dist/include/elf/iq2000.h                     |     58 +
 external/gpl3/gdb/dist/include/elf/lm32.h                       |     56 +
 external/gpl3/gdb/dist/include/elf/m32c.h                       |     67 +
 external/gpl3/gdb/dist/include/elf/m32r.h                       |    123 +
 external/gpl3/gdb/dist/include/elf/m68hc11.h                    |     95 +
 external/gpl3/gdb/dist/include/elf/m68k.h                       |    102 +
 external/gpl3/gdb/dist/include/elf/mcore.h                      |     47 +
 external/gpl3/gdb/dist/include/elf/mep.h                        |     95 +
 external/gpl3/gdb/dist/include/elf/microblaze.h                 |     63 +
 external/gpl3/gdb/dist/include/elf/mips.h                       |   1049 +
 external/gpl3/gdb/dist/include/elf/mmix.h                       |    173 +
 external/gpl3/gdb/dist/include/elf/mn10200.h                    |     40 +
 external/gpl3/gdb/dist/include/elf/mn10300.h                    |     71 +
 external/gpl3/gdb/dist/include/elf/moxie.h                      |     32 +
 external/gpl3/gdb/dist/include/elf/msp430.h                     |     58 +
 external/gpl3/gdb/dist/include/elf/mt.h                         |     46 +
 external/gpl3/gdb/dist/include/elf/openrisc.h                   |     39 +
 external/gpl3/gdb/dist/include/elf/or32.h                       |     56 +
 external/gpl3/gdb/dist/include/elf/pj.h                         |     44 +
 external/gpl3/gdb/dist/include/elf/ppc.h                        |    198 +
 external/gpl3/gdb/dist/include/elf/ppc64.h                      |    176 +
 external/gpl3/gdb/dist/include/elf/reloc-macros.h               |    129 +
 external/gpl3/gdb/dist/include/elf/rx.h                         |    134 +
 external/gpl3/gdb/dist/include/elf/s390.h                       |    129 +
 external/gpl3/gdb/dist/include/elf/score.h                      |    130 +
 external/gpl3/gdb/dist/include/elf/sh.h                         |    250 +
 external/gpl3/gdb/dist/include/elf/sparc.h                      |    188 +
 external/gpl3/gdb/dist/include/elf/spu.h                        |     61 +
 external/gpl3/gdb/dist/include/elf/tic6x-attrs.h                |     35 +
 external/gpl3/gdb/dist/include/elf/tic6x.h                      |    161 +
 external/gpl3/gdb/dist/include/elf/v850.h                       |    151 +
 external/gpl3/gdb/dist/include/elf/vax.h                        |     51 +
 external/gpl3/gdb/dist/include/elf/vxworks.h                    |     33 +
 external/gpl3/gdb/dist/include/elf/x86-64.h                     |     88 +
 external/gpl3/gdb/dist/include/elf/xc16x.h                      |     40 +
 external/gpl3/gdb/dist/include/elf/xstormy16.h                  |     57 +
 external/gpl3/gdb/dist/include/elf/xtensa.h                     |    208 +
 external/gpl3/gdb/dist/include/fibheap.h                        |     95 +
 external/gpl3/gdb/dist/include/filenames.h                      |     83 +
 external/gpl3/gdb/dist/include/floatformat.h                    |    151 +
 external/gpl3/gdb/dist/include/fnmatch.h                        |     70 +
 external/gpl3/gdb/dist/include/fopen-bin.h                      |     27 +
 external/gpl3/gdb/dist/include/fopen-same.h                     |     27 +
 external/gpl3/gdb/dist/include/fopen-vms.h                      |     24 +
 external/gpl3/gdb/dist/include/gdb/ChangeLog                    |    226 +
 external/gpl3/gdb/dist/include/gdb/callback.h                   |    330 +
 external/gpl3/gdb/dist/include/gdb/fileio.h                     |    144 +
 external/gpl3/gdb/dist/include/gdb/remote-sim.h                 |    283 +
 external/gpl3/gdb/dist/include/gdb/signals.def                  |    200 +
 external/gpl3/gdb/dist/include/gdb/signals.h                    |     60 +
 external/gpl3/gdb/dist/include/gdb/sim-arm.h                    |    113 +
 external/gpl3/gdb/dist/include/gdb/sim-bfin.h                   |     82 +
 external/gpl3/gdb/dist/include/gdb/sim-cr16.h                   |    106 +
 external/gpl3/gdb/dist/include/gdb/sim-d10v.h                   |    142 +
 external/gpl3/gdb/dist/include/gdb/sim-frv.h                    |     51 +
 external/gpl3/gdb/dist/include/gdb/sim-h8300.h                  |     78 +
 external/gpl3/gdb/dist/include/gdb/sim-lm32.h                   |     76 +
 external/gpl3/gdb/dist/include/gdb/sim-m32c.h                   |     63 +
 external/gpl3/gdb/dist/include/gdb/sim-ppc.h                    |    773 +
 external/gpl3/gdb/dist/include/gdb/sim-rx.h                     |     56 +
 external/gpl3/gdb/dist/include/gdb/sim-sh.h                     |    170 +
 external/gpl3/gdb/dist/include/gdbm.h                           |     91 +
 external/gpl3/gdb/dist/include/getopt.h                         |    144 +
 external/gpl3/gdb/dist/include/hashtab.h                        |    209 +
 external/gpl3/gdb/dist/include/hp-symtab.h                      |   1867 +
 external/gpl3/gdb/dist/include/ieee.h                           |    165 +
 external/gpl3/gdb/dist/include/libiberty.h                      |    679 +
 external/gpl3/gdb/dist/include/lto-symtab.h                     |     41 +
 external/gpl3/gdb/dist/include/md5.h                            |    149 +
 external/gpl3/gdb/dist/include/nlm/ChangeLog                    |    110 +
 external/gpl3/gdb/dist/include/nlm/alpha-ext.h                  |    167 +
 external/gpl3/gdb/dist/include/nlm/common.h                     |    123 +
 external/gpl3/gdb/dist/include/nlm/external.h                   |    172 +
 external/gpl3/gdb/dist/include/nlm/i386-ext.h                   |    117 +
 external/gpl3/gdb/dist/include/nlm/internal.h                   |    309 +
 external/gpl3/gdb/dist/include/nlm/ppc-ext.h                    |    164 +
 external/gpl3/gdb/dist/include/nlm/sparc32-ext.h                |    121 +
 external/gpl3/gdb/dist/include/oasys.h                          |    192 +
 external/gpl3/gdb/dist/include/objalloc.h                       |    115 +
 external/gpl3/gdb/dist/include/obstack.h                        |    545 +
 external/gpl3/gdb/dist/include/opcode/ChangeLog                 |   1191 +
 external/gpl3/gdb/dist/include/opcode/ChangeLog-9103            |   3121 +
 external/gpl3/gdb/dist/include/opcode/alpha.h                   |    238 +
 external/gpl3/gdb/dist/include/opcode/arc.h                     |    322 +
 external/gpl3/gdb/dist/include/opcode/arm.h                     |    259 +
 external/gpl3/gdb/dist/include/opcode/avr.h                     |    294 +
 external/gpl3/gdb/dist/include/opcode/bfin.h                    |   1755 +
 external/gpl3/gdb/dist/include/opcode/cgen.h                    |   1480 +
 external/gpl3/gdb/dist/include/opcode/convex.h                  |   1708 +
 external/gpl3/gdb/dist/include/opcode/cr16.h                    |    438 +
 external/gpl3/gdb/dist/include/opcode/cris.h                    |    367 +
 external/gpl3/gdb/dist/include/opcode/crx.h                     |    419 +
 external/gpl3/gdb/dist/include/opcode/d10v.h                    |    209 +
 external/gpl3/gdb/dist/include/opcode/d30v.h                    |    288 +
 external/gpl3/gdb/dist/include/opcode/dlx.h                     |    283 +
 external/gpl3/gdb/dist/include/opcode/h8300.h                   |   1894 +
 external/gpl3/gdb/dist/include/opcode/hppa.h                    |   1092 +
 external/gpl3/gdb/dist/include/opcode/i370.h                    |    267 +
 external/gpl3/gdb/dist/include/opcode/i386.h                    |    145 +
 external/gpl3/gdb/dist/include/opcode/i860.h                    |    507 +
 external/gpl3/gdb/dist/include/opcode/i960.h                    |    525 +
 external/gpl3/gdb/dist/include/opcode/ia64.h                    |    413 +
 external/gpl3/gdb/dist/include/opcode/m68hc11.h                 |    428 +
 external/gpl3/gdb/dist/include/opcode/m68k.h                    |    378 +
 external/gpl3/gdb/dist/include/opcode/m88k.h                    |    455 +
 external/gpl3/gdb/dist/include/opcode/mips.h                    |   1153 +
 external/gpl3/gdb/dist/include/opcode/mmix.h                    |    187 +
 external/gpl3/gdb/dist/include/opcode/mn10200.h                 |    111 +
 external/gpl3/gdb/dist/include/opcode/mn10300.h                 |    170 +
 external/gpl3/gdb/dist/include/opcode/moxie.h                   |     72 +
 external/gpl3/gdb/dist/include/opcode/msp430.h                  |    126 +
 external/gpl3/gdb/dist/include/opcode/np1.h                     |    421 +
 external/gpl3/gdb/dist/include/opcode/ns32k.h                   |    487 +
 external/gpl3/gdb/dist/include/opcode/or32.h                    |    181 +
 external/gpl3/gdb/dist/include/opcode/pdp11.h                   |     84 +
 external/gpl3/gdb/dist/include/opcode/pj.h                      |     49 +
 external/gpl3/gdb/dist/include/opcode/pn.h                      |    283 +
 external/gpl3/gdb/dist/include/opcode/ppc.h                     |    365 +
 external/gpl3/gdb/dist/include/opcode/pyr.h                     |    305 +
 external/gpl3/gdb/dist/include/opcode/rx.h                      |    215 +
 external/gpl3/gdb/dist/include/opcode/s390.h                    |    150 +
 external/gpl3/gdb/dist/include/opcode/score-datadep.h           |     65 +
 external/gpl3/gdb/dist/include/opcode/score-inst.h              |    236 +
 external/gpl3/gdb/dist/include/opcode/sparc.h                   |    237 +
 external/gpl3/gdb/dist/include/opcode/spu-insns.h               |    417 +
 external/gpl3/gdb/dist/include/opcode/spu.h                     |    125 +
 external/gpl3/gdb/dist/include/opcode/tahoe.h                   |    213 +
 external/gpl3/gdb/dist/include/opcode/tic30.h                   |    691 +
 external/gpl3/gdb/dist/include/opcode/tic4x.h                   |   1079 +
 external/gpl3/gdb/dist/include/opcode/tic54x.h                  |    163 +
 external/gpl3/gdb/dist/include/opcode/tic6x-control-registers.h |     56 +
 external/gpl3/gdb/dist/include/opcode/tic6x-insn-formats.h      |    198 +
 external/gpl3/gdb/dist/include/opcode/tic6x-opcode-table.h      |   2549 +
 external/gpl3/gdb/dist/include/opcode/tic6x.h                   |    613 +
 external/gpl3/gdb/dist/include/opcode/tic80.h                   |    283 +
 external/gpl3/gdb/dist/include/opcode/v850.h                    |    207 +
 external/gpl3/gdb/dist/include/opcode/vax.h                     |    383 +
 external/gpl3/gdb/dist/include/os9k.h                           |    181 +
 external/gpl3/gdb/dist/include/partition.h                      |     82 +
 external/gpl3/gdb/dist/include/plugin-api.h                     |    314 +
 external/gpl3/gdb/dist/include/progress.h                       |     38 +
 external/gpl3/gdb/dist/include/safe-ctype.h                     |    150 +
 external/gpl3/gdb/dist/include/sha1.h                           |    141 +
 external/gpl3/gdb/dist/include/simple-object.h                  |    204 +
 external/gpl3/gdb/dist/include/som/ChangeLog                    |      7 +
 external/gpl3/gdb/dist/include/som/aout.h                       |    249 +
 external/gpl3/gdb/dist/include/som/clock.h                      |     30 +
 external/gpl3/gdb/dist/include/som/internal.h                   |    206 +
 external/gpl3/gdb/dist/include/som/lst.h                        |     93 +
 external/gpl3/gdb/dist/include/som/reloc.h                      |     79 +
 external/gpl3/gdb/dist/include/sort.h                           |     48 +
 external/gpl3/gdb/dist/include/splay-tree.h                     |    168 +
 external/gpl3/gdb/dist/include/symcat.h                         |     55 +
 external/gpl3/gdb/dist/include/vms/ChangeLog                    |     70 +
 external/gpl3/gdb/dist/include/vms/dcx.h                        |     50 +
 external/gpl3/gdb/dist/include/vms/dmt.h                        |     48 +
 external/gpl3/gdb/dist/include/vms/dsc.h                        |    129 +
 external/gpl3/gdb/dist/include/vms/dst.h                        |    274 +
 external/gpl3/gdb/dist/include/vms/eeom.h                       |     62 +
 external/gpl3/gdb/dist/include/vms/egps.h                       |     64 +
 external/gpl3/gdb/dist/include/vms/egsd.h                       |     60 +
 external/gpl3/gdb/dist/include/vms/egst.h                       |     39 +
 external/gpl3/gdb/dist/include/vms/egsy.h                       |     54 +
 external/gpl3/gdb/dist/include/vms/eiaf.h                       |     80 +
 external/gpl3/gdb/dist/include/vms/eicp.h                       |     38 +
 external/gpl3/gdb/dist/include/vms/eidc.h                       |     49 +
 external/gpl3/gdb/dist/include/vms/eiha.h                       |     54 +
 external/gpl3/gdb/dist/include/vms/eihd.h                       |    145 +
 external/gpl3/gdb/dist/include/vms/eihi.h                       |     50 +
 external/gpl3/gdb/dist/include/vms/eihs.h                       |     62 +
 external/gpl3/gdb/dist/include/vms/eihvn.h                      |     58 +
 external/gpl3/gdb/dist/include/vms/eisd.h                       |    118 +
 external/gpl3/gdb/dist/include/vms/emh.h                        |     79 +
 external/gpl3/gdb/dist/include/vms/eobjrec.h                    |     48 +
 external/gpl3/gdb/dist/include/vms/esdf.h                       |     41 +
 external/gpl3/gdb/dist/include/vms/esdfm.h                      |     49 +
 external/gpl3/gdb/dist/include/vms/esdfv.h                      |     49 +
 external/gpl3/gdb/dist/include/vms/esgps.h                      |     72 +
 external/gpl3/gdb/dist/include/vms/esrf.h                       |     36 +
 external/gpl3/gdb/dist/include/vms/etir.h                       |    114 +
 external/gpl3/gdb/dist/include/vms/internal.h                   |     63 +
 external/gpl3/gdb/dist/include/vms/lbr.h                        |    329 +
 external/gpl3/gdb/dist/include/vms/prt.h                        |     43 +
 external/gpl3/gdb/dist/include/vms/shl.h                        |     55 +
 external/gpl3/gdb/dist/include/xregex.h                         |     28 +
 external/gpl3/gdb/dist/include/xregex2.h                        |    565 +
 external/gpl3/gdb/dist/include/xtensa-config.h                  |    177 +
 external/gpl3/gdb/dist/include/xtensa-isa-internal.h            |    234 +
 external/gpl3/gdb/dist/include/xtensa-isa.h                     |    813 +
 external/gpl3/gdb/dist/install-sh                               |    520 +
 external/gpl3/gdb/dist/libiberty/.gitignore                     |      2 +
 external/gpl3/gdb/dist/libiberty/COPYING.LIB                    |    504 +
 external/gpl3/gdb/dist/libiberty/ChangeLog                      |   8402 +
 external/gpl3/gdb/dist/libiberty/Makefile.in                    |   1242 +
 external/gpl3/gdb/dist/libiberty/README                         |     72 +
 external/gpl3/gdb/dist/libiberty/_doprnt.c                      |    296 +
 external/gpl3/gdb/dist/libiberty/aclocal.m4                     |    174 +
 external/gpl3/gdb/dist/libiberty/alloca.c                       |    483 +
 external/gpl3/gdb/dist/libiberty/argv.c                         |    544 +
 external/gpl3/gdb/dist/libiberty/asprintf.c                     |     56 +
 external/gpl3/gdb/dist/libiberty/at-file.texi                   |     15 +
 external/gpl3/gdb/dist/libiberty/atexit.c                       |     27 +
 external/gpl3/gdb/dist/libiberty/basename.c                     |     62 +
 external/gpl3/gdb/dist/libiberty/bcmp.c                         |     27 +
 external/gpl3/gdb/dist/libiberty/bcopy.c                        |     31 +
 external/gpl3/gdb/dist/libiberty/bsearch.c                      |     91 +
 external/gpl3/gdb/dist/libiberty/bzero.c                        |     23 +
 external/gpl3/gdb/dist/libiberty/calloc.c                       |     34 +
 external/gpl3/gdb/dist/libiberty/choose-temp.c                  |     75 +
 external/gpl3/gdb/dist/libiberty/clock.c                        |    103 +
 external/gpl3/gdb/dist/libiberty/concat.c                       |    234 +
 external/gpl3/gdb/dist/libiberty/config.h-vms                   |     14 +
 external/gpl3/gdb/dist/libiberty/config.in                      |    490 +
 external/gpl3/gdb/dist/libiberty/config/mh-aix                  |      9 +
 external/gpl3/gdb/dist/libiberty/config/mh-cxux7                |      1 +
 external/gpl3/gdb/dist/libiberty/config/mh-fbsd21               |      1 +
 external/gpl3/gdb/dist/libiberty/config/mh-openedition          |      3 +
 external/gpl3/gdb/dist/libiberty/config/mh-windows              |      1 +
 external/gpl3/gdb/dist/libiberty/configure                      |   8206 +
 external/gpl3/gdb/dist/libiberty/configure.ac                   |    734 +
 external/gpl3/gdb/dist/libiberty/configure.com                  |     38 +
 external/gpl3/gdb/dist/libiberty/copying-lib.texi               |    565 +
 external/gpl3/gdb/dist/libiberty/copysign.c                     |    154 +
 external/gpl3/gdb/dist/libiberty/cp-demangle.c                  |   5408 +
 external/gpl3/gdb/dist/libiberty/cp-demangle.h                  |    169 +
 external/gpl3/gdb/dist/libiberty/cp-demint.c                    |    234 +
 external/gpl3/gdb/dist/libiberty/cplus-dem.c                    |   4863 +
 external/gpl3/gdb/dist/libiberty/crc32.c                        |    181 +
 external/gpl3/gdb/dist/libiberty/dyn-string.c                   |    397 +
 external/gpl3/gdb/dist/libiberty/fdmatch.c                      |     68 +
 external/gpl3/gdb/dist/libiberty/ffs.c                          |     26 +
 external/gpl3/gdb/dist/libiberty/fibheap.c                      |    486 +
 external/gpl3/gdb/dist/libiberty/filename_cmp.c                 |    127 +
 external/gpl3/gdb/dist/libiberty/floatformat.c                  |    775 +
 external/gpl3/gdb/dist/libiberty/fnmatch.c                      |    220 +
 external/gpl3/gdb/dist/libiberty/fnmatch.txh                    |     49 +
 external/gpl3/gdb/dist/libiberty/fopen_unlocked.c               |    129 +
 external/gpl3/gdb/dist/libiberty/functions.texi                 |   1940 +
 external/gpl3/gdb/dist/libiberty/gather-docs                    |    128 +
 external/gpl3/gdb/dist/libiberty/getcwd.c                       |     62 +
 external/gpl3/gdb/dist/libiberty/getopt.c                       |   1052 +
 external/gpl3/gdb/dist/libiberty/getopt1.c                      |    180 +
 external/gpl3/gdb/dist/libiberty/getpagesize.c                  |     90 +
 external/gpl3/gdb/dist/libiberty/getpwd.c                       |    128 +
 external/gpl3/gdb/dist/libiberty/getruntime.c                   |    116 +
 external/gpl3/gdb/dist/libiberty/gettimeofday.c                 |     30 +
 external/gpl3/gdb/dist/libiberty/hashtab.c                      |    990 +
 external/gpl3/gdb/dist/libiberty/hex.c                          |    192 +
 external/gpl3/gdb/dist/libiberty/index.c                        |     21 +
 external/gpl3/gdb/dist/libiberty/insque.c                       |     51 +
 external/gpl3/gdb/dist/libiberty/lbasename.c                    |     84 +
 external/gpl3/gdb/dist/libiberty/libiberty.texi                 |    318 +
 external/gpl3/gdb/dist/libiberty/lrealpath.c                    |    157 +
 external/gpl3/gdb/dist/libiberty/maint-tool                     |    296 +
 external/gpl3/gdb/dist/libiberty/make-relative-prefix.c         |    413 +
 external/gpl3/gdb/dist/libiberty/make-temp-file.c               |    217 +
 external/gpl3/gdb/dist/libiberty/makefile.vms                   |     35 +
 external/gpl3/gdb/dist/libiberty/md5.c                          |    431 +
 external/gpl3/gdb/dist/libiberty/memchr.c                       |     33 +
 external/gpl3/gdb/dist/libiberty/memcmp.c                       |     35 +
 external/gpl3/gdb/dist/libiberty/memcpy.c                       |     26 +
 external/gpl3/gdb/dist/libiberty/memmem.c                       |     71 +
 external/gpl3/gdb/dist/libiberty/memmove.c                      |     26 +
 external/gpl3/gdb/dist/libiberty/mempcpy.c                      |     42 +
 external/gpl3/gdb/dist/libiberty/memset.c                       |     26 +
 external/gpl3/gdb/dist/libiberty/mkstemps.c                     |    147 +
 external/gpl3/gdb/dist/libiberty/msdos.c                        |     15 +
 external/gpl3/gdb/dist/libiberty/objalloc.c                     |    291 +
 external/gpl3/gdb/dist/libiberty/obstack.c                      |    510 +
 external/gpl3/gdb/dist/libiberty/obstacks.texi                  |    758 +
 external/gpl3/gdb/dist/libiberty/partition.c                    |    183 +
 external/gpl3/gdb/dist/libiberty/pex-common.c                   |    649 +
 external/gpl3/gdb/dist/libiberty/pex-common.h                   |    153 +
 external/gpl3/gdb/dist/libiberty/pex-djgpp.c                    |    294 +
 external/gpl3/gdb/dist/libiberty/pex-msdos.c                    |    319 +
 external/gpl3/gdb/dist/libiberty/pex-one.c                      |     43 +
 external/gpl3/gdb/dist/libiberty/pex-unix.c                     |    788 +
 external/gpl3/gdb/dist/libiberty/pex-win32.c                    |    950 +
 external/gpl3/gdb/dist/libiberty/pexecute.c                     |    124 +
 external/gpl3/gdb/dist/libiberty/pexecute.txh                   |    316 +
 external/gpl3/gdb/dist/libiberty/physmem.c                      |    305 +
 external/gpl3/gdb/dist/libiberty/putenv.c                       |     84 +
 external/gpl3/gdb/dist/libiberty/random.c                       |    404 +
 external/gpl3/gdb/dist/libiberty/regex.c                        |   8205 +
 external/gpl3/gdb/dist/libiberty/rename.c                       |     36 +
 external/gpl3/gdb/dist/libiberty/rindex.c                       |     21 +
 external/gpl3/gdb/dist/libiberty/safe-ctype.c                   |    255 +
 external/gpl3/gdb/dist/libiberty/setenv.c                       |    185 +
 external/gpl3/gdb/dist/libiberty/setproctitle.c                 |     48 +
 external/gpl3/gdb/dist/libiberty/sha1.c                         |    416 +
 external/gpl3/gdb/dist/libiberty/sigsetmask.c                   |     40 +
 external/gpl3/gdb/dist/libiberty/simple-object-coff.c           |    804 +
 external/gpl3/gdb/dist/libiberty/simple-object-common.h         |    355 +
 external/gpl3/gdb/dist/libiberty/simple-object-elf.c            |    953 +
 external/gpl3/gdb/dist/libiberty/simple-object-mach-o.c         |   1022 +
 external/gpl3/gdb/dist/libiberty/simple-object.c                |    422 +
 external/gpl3/gdb/dist/libiberty/simple-object.txh              |    189 +
 external/gpl3/gdb/dist/libiberty/snprintf.c                     |     63 +
 external/gpl3/gdb/dist/libiberty/sort.c                         |    186 +
 external/gpl3/gdb/dist/libiberty/spaces.c                       |     72 +
 external/gpl3/gdb/dist/libiberty/splay-tree.c                   |    593 +
 external/gpl3/gdb/dist/libiberty/stpcpy.c                       |     43 +
 external/gpl3/gdb/dist/libiberty/stpncpy.c                      |     48 +
 external/gpl3/gdb/dist/libiberty/strcasecmp.c                   |     87 +
 external/gpl3/gdb/dist/libiberty/strchr.c                       |     28 +
 external/gpl3/gdb/dist/libiberty/strdup.c                       |     27 +
 external/gpl3/gdb/dist/libiberty/strerror.c                     |    809 +
 external/gpl3/gdb/dist/libiberty/strncasecmp.c                  |     86 +
 external/gpl3/gdb/dist/libiberty/strncmp.c                      |     34 +
 external/gpl3/gdb/dist/libiberty/strndup.c                      |     55 +
 external/gpl3/gdb/dist/libiberty/strrchr.c                      |     28 +
 external/gpl3/gdb/dist/libiberty/strsignal.c                    |    610 +
 external/gpl3/gdb/dist/libiberty/strstr.c                       |     41 +
 external/gpl3/gdb/dist/libiberty/strtod.c                       |    137 +
 external/gpl3/gdb/dist/libiberty/strtol.c                       |    165 +
 external/gpl3/gdb/dist/libiberty/strtoul.c                      |    115 +
 external/gpl3/gdb/dist/libiberty/strverscmp.c                   |    157 +
 external/gpl3/gdb/dist/libiberty/testsuite/Makefile.in          |     92 +
 external/gpl3/gdb/dist/libiberty/testsuite/demangle-expected    |   4137 +
 external/gpl3/gdb/dist/libiberty/testsuite/test-demangle.c      |    349 +
 external/gpl3/gdb/dist/libiberty/testsuite/test-expandargv.c    |    328 +
 external/gpl3/gdb/dist/libiberty/testsuite/test-pexecute.c      |    522 +
 external/gpl3/gdb/dist/libiberty/tmpnam.c                       |     52 +
 external/gpl3/gdb/dist/libiberty/unlink-if-ordinary.c           |     72 +
 external/gpl3/gdb/dist/libiberty/vasprintf.c                    |    197 +
 external/gpl3/gdb/dist/libiberty/vfork.c                        |     22 +
 external/gpl3/gdb/dist/libiberty/vfprintf.c                     |     15 +
 external/gpl3/gdb/dist/libiberty/vprintf.c                      |     28 +
 external/gpl3/gdb/dist/libiberty/vsnprintf.c                    |    148 +
 external/gpl3/gdb/dist/libiberty/vsprintf.c                     |     56 +
 external/gpl3/gdb/dist/libiberty/waitpid.c                      |     35 +
 external/gpl3/gdb/dist/libiberty/xatexit.c                      |     99 +
 external/gpl3/gdb/dist/libiberty/xexit.c                        |     52 +
 external/gpl3/gdb/dist/libiberty/xmalloc.c                      |    184 +
 external/gpl3/gdb/dist/libiberty/xmemdup.c                      |     39 +
 external/gpl3/gdb/dist/libiberty/xstrdup.c                      |     36 +
 external/gpl3/gdb/dist/libiberty/xstrerror.c                    |     79 +
 external/gpl3/gdb/dist/libiberty/xstrndup.c                     |     60 +
 external/gpl3/gdb/dist/libtool.m4                               |   7424 +
 external/gpl3/gdb/dist/ltgcc.m4                                 |     60 +
 external/gpl3/gdb/dist/ltmain.sh                                |   8636 +
 external/gpl3/gdb/dist/ltoptions.m4                             |    369 +
 external/gpl3/gdb/dist/ltsugar.m4                               |    123 +
 external/gpl3/gdb/dist/ltversion.m4                             |     23 +
 external/gpl3/gdb/dist/lt~obsolete.m4                           |     98 +
 external/gpl3/gdb/dist/md5.sum                                  |   7908 +
 external/gpl3/gdb/dist/missing                                  |    376 +
 external/gpl3/gdb/dist/mkdep                                    |     87 +
 external/gpl3/gdb/dist/mkinstalldirs                            |    162 +
 external/gpl3/gdb/dist/move-if-change                           |     83 +
 external/gpl3/gdb/dist/opcodes/.gitignore                       |      2 +
 external/gpl3/gdb/dist/opcodes/ChangeLog                        |    211 +
 external/gpl3/gdb/dist/opcodes/ChangeLog-0001                   |   2224 +
 external/gpl3/gdb/dist/opcodes/ChangeLog-0203                   |   2110 +
 external/gpl3/gdb/dist/opcodes/ChangeLog-2004                   |    741 +
 external/gpl3/gdb/dist/opcodes/ChangeLog-2005                   |   1253 +
 external/gpl3/gdb/dist/opcodes/ChangeLog-2006                   |    837 +
 external/gpl3/gdb/dist/opcodes/ChangeLog-2007                   |   1863 +
 external/gpl3/gdb/dist/opcodes/ChangeLog-2008                   |   1204 +
 external/gpl3/gdb/dist/opcodes/ChangeLog-2009                   |   1801 +
 external/gpl3/gdb/dist/opcodes/ChangeLog-2010                   |   1012 +
 external/gpl3/gdb/dist/opcodes/ChangeLog-9297                   |   3797 +
 external/gpl3/gdb/dist/opcodes/ChangeLog-9899                   |   1669 +
 external/gpl3/gdb/dist/opcodes/MAINTAINERS                      |      1 +
 external/gpl3/gdb/dist/opcodes/Makefile.am                      |    538 +
 external/gpl3/gdb/dist/opcodes/Makefile.in                      |   1372 +
 external/gpl3/gdb/dist/opcodes/aclocal.m4                       |    985 +
 external/gpl3/gdb/dist/opcodes/alpha-dis.c                      |    210 +
 external/gpl3/gdb/dist/opcodes/alpha-opc.c                      |   1498 +
 external/gpl3/gdb/dist/opcodes/arc-dis.c                        |   1230 +
 external/gpl3/gdb/dist/opcodes/arc-dis.h                        |     83 +
 external/gpl3/gdb/dist/opcodes/arc-ext.c                        |    262 +
 external/gpl3/gdb/dist/opcodes/arc-ext.h                        |     63 +
 external/gpl3/gdb/dist/opcodes/arc-opc.c                        |   1763 +
 external/gpl3/gdb/dist/opcodes/arm-dis.c                        |   4967 +
 external/gpl3/gdb/dist/opcodes/avr-dis.c                        |    402 +
 external/gpl3/gdb/dist/opcodes/bfin-dis.c                       |   4816 +
 external/gpl3/gdb/dist/opcodes/cgen-asm.c                       |    364 +
 external/gpl3/gdb/dist/opcodes/cgen-asm.in                      |    435 +
 external/gpl3/gdb/dist/opcodes/cgen-bitset.c                    |    173 +
 external/gpl3/gdb/dist/opcodes/cgen-dis.c                       |    240 +
 external/gpl3/gdb/dist/opcodes/cgen-dis.in                      |    460 +
 external/gpl3/gdb/dist/opcodes/cgen-ibld.in                     |    538 +
 external/gpl3/gdb/dist/opcodes/cgen-opc.c                       |    614 +
 external/gpl3/gdb/dist/opcodes/cgen.sh                          |    168 +
 external/gpl3/gdb/dist/opcodes/config.in                        |    109 +
 external/gpl3/gdb/dist/opcodes/configure                        |  14985 ++
 external/gpl3/gdb/dist/opcodes/configure.com                    |     51 +
 external/gpl3/gdb/dist/opcodes/configure.in                     |    351 +
 external/gpl3/gdb/dist/opcodes/cr16-dis.c                       |    831 +
 external/gpl3/gdb/dist/opcodes/cr16-opc.c                       |    612 +
 external/gpl3/gdb/dist/opcodes/cris-dis.c                       |   1689 +
 external/gpl3/gdb/dist/opcodes/cris-opc.c                       |   1209 +
 external/gpl3/gdb/dist/opcodes/crx-dis.c                        |    745 +
 external/gpl3/gdb/dist/opcodes/crx-opc.c                        |    715 +
 external/gpl3/gdb/dist/opcodes/d10v-dis.c                       |    299 +
 external/gpl3/gdb/dist/opcodes/d10v-opc.c                       |    351 +
 external/gpl3/gdb/dist/opcodes/d30v-dis.c                       |    398 +
 external/gpl3/gdb/dist/opcodes/d30v-opc.c                       |    518 +
 external/gpl3/gdb/dist/opcodes/dep-in.sed                       |     20 +
 external/gpl3/gdb/dist/opcodes/dis-buf.c                        |    105 +
 external/gpl3/gdb/dist/opcodes/dis-init.c                       |     46 +
 external/gpl3/gdb/dist/opcodes/disassemble.c                    |    547 +
 external/gpl3/gdb/dist/opcodes/dlx-dis.c                        |    514 +
 external/gpl3/gdb/dist/opcodes/fr30-asm.c                       |    718 +
 external/gpl3/gdb/dist/opcodes/fr30-desc.c                      |   1748 +
 external/gpl3/gdb/dist/opcodes/fr30-desc.h                      |    312 +
 external/gpl3/gdb/dist/opcodes/fr30-dis.c                       |    720 +
 external/gpl3/gdb/dist/opcodes/fr30-ibld.c                      |   1479 +
 external/gpl3/gdb/dist/opcodes/fr30-opc.c                       |   1372 +
 external/gpl3/gdb/dist/opcodes/fr30-opc.h                       |    151 +
 external/gpl3/gdb/dist/opcodes/frv-asm.c                        |   1671 +
 external/gpl3/gdb/dist/opcodes/frv-desc.c                       |   6488 +
 external/gpl3/gdb/dist/opcodes/frv-desc.h                       |    844 +
 external/gpl3/gdb/dist/opcodes/frv-dis.c                        |    817 +
 external/gpl3/gdb/dist/opcodes/frv-ibld.c                       |   2253 +
 external/gpl3/gdb/dist/opcodes/frv-opc.c                        |   6237 +
 external/gpl3/gdb/dist/opcodes/frv-opc.h                        |    387 +
 external/gpl3/gdb/dist/opcodes/h8300-dis.c                      |    727 +
 external/gpl3/gdb/dist/opcodes/h8500-dis.c                      |    326 +
 external/gpl3/gdb/dist/opcodes/h8500-opc.h                      |   3858 +
 external/gpl3/gdb/dist/opcodes/hppa-dis.c                       |   1236 +
 external/gpl3/gdb/dist/opcodes/i370-dis.c                       |    161 +
 external/gpl3/gdb/dist/opcodes/i370-opc.c                       |    936 +
 external/gpl3/gdb/dist/opcodes/i386-dis.c                       |  15204 ++
 external/gpl3/gdb/dist/opcodes/i386-gen.c                       |   1257 +
 external/gpl3/gdb/dist/opcodes/i386-init.h                      |    586 +
 external/gpl3/gdb/dist/opcodes/i386-opc.c                       |     33 +
 external/gpl3/gdb/dist/opcodes/i386-opc.h                       |    686 +
 external/gpl3/gdb/dist/opcodes/i386-opc.tbl                     |   2846 +
 external/gpl3/gdb/dist/opcodes/i386-reg.tbl                     |    243 +
 external/gpl3/gdb/dist/opcodes/microblaze-opcm.h                |    139 +
 external/gpl3/gdb/dist/src-release                              |    296 +
 external/gpl3/gdb/dist/symlink-tree                             |     78 +
 external/gpl3/gdb/dist/ylwrap                                   |    222 +
 1146 files changed, 1086978 insertions(+), 0 deletions(-)

diffs (truncated from 1091534 to 300 lines):

diff -r 703786af40e4 -r 9ca6d89ffa1e external/gpl3/gdb/dist/COPYING
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gdb/dist/COPYING    Sat Sep 24 19:41:36 2011 +0000
@@ -0,0 +1,340 @@
+                   GNU GENERAL PUBLIC LICENSE
+                      Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+     51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                           Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                   GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                           NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+                    END OF TERMS AND CONDITIONS
+
+           How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify



Home | Main Index | Thread Index | Old Index