Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/dist import 7.3.1
details: https://anonhg.NetBSD.org/src/rev/87b061c72070
branches: trunk
changeset: 769838:87b061c72070
user: christos <christos%NetBSD.org@localhost>
date: Sat Sep 24 19:41:43 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.tpl | 1880 +
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.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/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/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/install-sh | 520 +
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/src-release | 296 +
external/gpl3/gdb/dist/symlink-tree | 78 +
external/gpl3/gdb/dist/ylwrap | 222 +
565 files changed, 688455 insertions(+), 0 deletions(-)
diffs (truncated from 690715 to 300 lines):
diff -r 6b4271d2305d -r 87b061c72070 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:43 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