Source-Changes-HG archive

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

[src/trunk]: src/gnu/dist/binutils initial import of binutils 2.14 into gnu/d...



details:   https://anonhg.NetBSD.org/src/rev/4c1c9e59c86a
branches:  trunk
changeset: 555731:4c1c9e59c86a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Nov 26 11:31:11 2003 +0000

description:
initial import of binutils 2.14 into gnu/dist/binutils.

diffstat:

 gnu/dist/binutils/COPYING                                                     |    340 +
 gnu/dist/binutils/COPYING.LIB                                                 |    482 +
 gnu/dist/binutils/Makefile.def                                                |     98 +
 gnu/dist/binutils/Makefile.tpl                                                |   1470 +
 gnu/dist/binutils/bfd/COPYING                                                 |    340 +
 gnu/dist/binutils/bfd/ChangeLog                                               |   8095 +++++++
 gnu/dist/binutils/bfd/ChangeLog-0001                                          |   9592 ++++++++
 gnu/dist/binutils/bfd/ChangeLog-9193                                          |   7848 +++++++
 gnu/dist/binutils/bfd/ChangeLog-9495                                          |  10043 +++++++++
 gnu/dist/binutils/bfd/ChangeLog-9697                                          |   6729 ++++++
 gnu/dist/binutils/bfd/ChangeLog-9899                                          |   5599 +++++
 gnu/dist/binutils/bfd/MAINTAINERS                                             |      1 +
 gnu/dist/binutils/bfd/Makefile.am                                             |   1627 +
 gnu/dist/binutils/bfd/Makefile.in                                             |   2164 ++
 gnu/dist/binutils/bfd/PORTING                                                 |     83 +
 gnu/dist/binutils/bfd/README                                                  |     49 +
 gnu/dist/binutils/bfd/TODO                                                    |     25 +
 gnu/dist/binutils/bfd/acinclude.m4                                            |    149 +
 gnu/dist/binutils/bfd/aclocal.m4                                              |    328 +
 gnu/dist/binutils/bfd/aix386-core.c                                           |    269 +
 gnu/dist/binutils/bfd/aix5ppc-core.c                                          |    367 +
 gnu/dist/binutils/bfd/aout-adobe.c                                            |    571 +
 gnu/dist/binutils/bfd/aout-arm.c                                              |    565 +
 gnu/dist/binutils/bfd/aout-cris.c                                             |    307 +
 gnu/dist/binutils/bfd/aout-encap.c                                            |    239 +
 gnu/dist/binutils/bfd/aout-ns32k.c                                            |    379 +
 gnu/dist/binutils/bfd/aout-sparcle.c                                          |     36 +
 gnu/dist/binutils/bfd/aout-target.h                                           |    662 +
 gnu/dist/binutils/bfd/aout-tic30.c                                            |   1102 +
 gnu/dist/binutils/bfd/aout0.c                                                 |     37 +
 gnu/dist/binutils/bfd/aout32.c                                                |     23 +
 gnu/dist/binutils/bfd/aout64.c                                                |     31 +
 gnu/dist/binutils/bfd/aoutf1.h                                                |    846 +
 gnu/dist/binutils/bfd/aoutx.h                                                 |   5820 +++++
 gnu/dist/binutils/bfd/archive.c                                               |   2237 ++
 gnu/dist/binutils/bfd/archive64.c                                             |    245 +
 gnu/dist/binutils/bfd/archures.c                                              |   1148 +
 gnu/dist/binutils/bfd/armnetbsd.c                                             |     53 +
 gnu/dist/binutils/bfd/bfd-in.h                                                |    854 +
 gnu/dist/binutils/bfd/bfd-in2.h                                               |   4442 ++++
 gnu/dist/binutils/bfd/bfd.c                                                   |   1441 +
 gnu/dist/binutils/bfd/bfdio.c                                                 |    436 +
 gnu/dist/binutils/bfd/bfdwin.c                                                |    255 +
 gnu/dist/binutils/bfd/binary.c                                                |    400 +
 gnu/dist/binutils/bfd/bout.c                                                  |   1579 +
 gnu/dist/binutils/bfd/cache.c                                                 |    374 +
 gnu/dist/binutils/bfd/cf-i386lynx.c                                           |     31 +
 gnu/dist/binutils/bfd/cf-m68klynx.c                                           |     28 +
 gnu/dist/binutils/bfd/cf-sparclynx.c                                          |     28 +
 gnu/dist/binutils/bfd/cisco-core.c                                            |    429 +
 gnu/dist/binutils/bfd/coff-a29k.c                                             |    583 +
 gnu/dist/binutils/bfd/coff-alpha.c                                            |   2406 ++
 gnu/dist/binutils/bfd/coff-apollo.c                                           |    121 +
 gnu/dist/binutils/bfd/coff-arm.c                                              |   2627 ++
 gnu/dist/binutils/bfd/coff-aux.c                                              |    135 +
 gnu/dist/binutils/bfd/coff-go32.c                                             |     45 +
 gnu/dist/binutils/bfd/coff-h8300.c                                            |   1401 +
 gnu/dist/binutils/bfd/coff-h8500.c                                            |    306 +
 gnu/dist/binutils/bfd/coff-i386.c                                             |    624 +
 gnu/dist/binutils/bfd/coff-i860.c                                             |    423 +
 gnu/dist/binutils/bfd/coff-i960.c                                             |    665 +
 gnu/dist/binutils/bfd/coff-ia64.c                                             |    202 +
 gnu/dist/binutils/bfd/coff-m68k.c                                             |    538 +
 gnu/dist/binutils/bfd/coff-m88k.c                                             |    291 +
 gnu/dist/binutils/bfd/coff-mcore.c                                            |    599 +
 gnu/dist/binutils/bfd/coff-mips.c                                             |   2701 ++
 gnu/dist/binutils/bfd/coff-or32.c                                             |    662 +
 gnu/dist/binutils/bfd/coff-pmac.c                                             |     33 +
 gnu/dist/binutils/bfd/coff-ppc.c                                              |   2869 ++
 gnu/dist/binutils/bfd/coff-rs6000.c                                           |   4454 ++++
 gnu/dist/binutils/bfd/coff-sh.c                                               |   3344 +++
 gnu/dist/binutils/bfd/coff-sparc.c                                            |    219 +
 gnu/dist/binutils/bfd/coff-stgo32.c                                           |    413 +
 gnu/dist/binutils/bfd/coff-svm68k.c                                           |     26 +
 gnu/dist/binutils/bfd/coff-tic30.c                                            |    210 +
 gnu/dist/binutils/bfd/coff-tic4x.c                                            |    633 +
 gnu/dist/binutils/bfd/coff-tic54x.c                                           |    787 +
 gnu/dist/binutils/bfd/coff-tic80.c                                            |    722 +
 gnu/dist/binutils/bfd/coff-u68k.c                                             |     35 +
 gnu/dist/binutils/bfd/coff-w65.c                                              |    383 +
 gnu/dist/binutils/bfd/coff-we32k.c                                            |     69 +
 gnu/dist/binutils/bfd/coff-z8k.c                                              |    353 +
 gnu/dist/binutils/bfd/coff64-rs6000.c                                         |   2996 ++
 gnu/dist/binutils/bfd/coffcode.h                                              |   5512 +++++
 gnu/dist/binutils/bfd/coffgen.c                                               |   2498 ++
 gnu/dist/binutils/bfd/cofflink.c                                              |   3067 ++
 gnu/dist/binutils/bfd/coffswap.h                                              |    906 +
 gnu/dist/binutils/bfd/config.bfd                                              |   1275 +
 gnu/dist/binutils/bfd/config.in                                               |    273 +
 gnu/dist/binutils/bfd/configure                                               |   7212 ++++++
 gnu/dist/binutils/bfd/configure.com                                           |    215 +
 gnu/dist/binutils/bfd/configure.host                                          |     90 +
 gnu/dist/binutils/bfd/configure.in                                            |    903 +
 gnu/dist/binutils/bfd/corefile.c                                              |    105 +
 gnu/dist/binutils/bfd/cpu-a29k.c                                              |     39 +
 gnu/dist/binutils/bfd/cpu-alpha.c                                             |     51 +
 gnu/dist/binutils/bfd/cpu-arc.c                                               |     70 +
 gnu/dist/binutils/bfd/cpu-arm.c                                               |    427 +
 gnu/dist/binutils/bfd/cpu-avr.c                                               |     93 +
 gnu/dist/binutils/bfd/cpu-cris.c                                              |     57 +
 gnu/dist/binutils/bfd/cpu-d10v.c                                              |     71 +
 gnu/dist/binutils/bfd/cpu-d30v.c                                              |     39 +
 gnu/dist/binutils/bfd/cpu-dlx.c                                               |     39 +
 gnu/dist/binutils/bfd/cpu-fr30.c                                              |     38 +
 gnu/dist/binutils/bfd/cpu-frv.c                                               |     64 +
 gnu/dist/binutils/bfd/cpu-h8300.c                                             |    185 +
 gnu/dist/binutils/bfd/cpu-h8500.c                                             |    197 +
 gnu/dist/binutils/bfd/cpu-hppa.c                                              |     89 +
 gnu/dist/binutils/bfd/cpu-i370.c                                              |     74 +
 gnu/dist/binutils/bfd/cpu-i386.c                                              |    101 +
 gnu/dist/binutils/bfd/cpu-i860.c                                              |     40 +
 gnu/dist/binutils/bfd/cpu-i960.c                                              |    182 +
 gnu/dist/binutils/bfd/cpu-ia64-opc.c                                          |    593 +
 gnu/dist/binutils/bfd/cpu-ia64.c                                              |     57 +
 gnu/dist/binutils/bfd/cpu-ip2k.c                                              |     54 +
 gnu/dist/binutils/bfd/cpu-iq2000.c                                            |     57 +
 gnu/dist/binutils/bfd/cpu-m10200.c                                            |     38 +
 gnu/dist/binutils/bfd/cpu-m10300.c                                            |     54 +
 gnu/dist/binutils/bfd/cpu-m32r.c                                              |     39 +
 gnu/dist/binutils/bfd/cpu-m68hc11.c                                           |     38 +
 gnu/dist/binutils/bfd/cpu-m68hc12.c                                           |     67 +
 gnu/dist/binutils/bfd/cpu-m68k.c                                              |     46 +
 gnu/dist/binutils/bfd/cpu-m88k.c                                              |     39 +
 gnu/dist/binutils/bfd/cpu-mcore.c                                             |     38 +
 gnu/dist/binutils/bfd/cpu-mips.c                                              |    125 +
 gnu/dist/binutils/bfd/cpu-mmix.c                                              |     41 +
 gnu/dist/binutils/bfd/cpu-msp430.c                                            |    107 +
 gnu/dist/binutils/bfd/cpu-ns32k.c                                             |    836 +
 gnu/dist/binutils/bfd/cpu-openrisc.c                                          |     42 +
 gnu/dist/binutils/bfd/cpu-or32.c                                              |     40 +
 gnu/dist/binutils/bfd/cpu-pdp11.c                                             |     39 +
 gnu/dist/binutils/bfd/cpu-pj.c                                                |     39 +
 gnu/dist/binutils/bfd/cpu-powerpc.c                                           |    300 +
 gnu/dist/binutils/bfd/cpu-rs6000.c                                            |    117 +
 gnu/dist/binutils/bfd/cpu-s390.c                                              |     56 +
 gnu/dist/binutils/bfd/cpu-sh.c                                                |    181 +
 gnu/dist/binutils/bfd/cpu-sparc.c                                             |    169 +
 gnu/dist/binutils/bfd/cpu-tic30.c                                             |     39 +
 gnu/dist/binutils/bfd/cpu-tic4x.c                                             |     85 +
 gnu/dist/binutils/bfd/cpu-tic54x.c                                            |     39 +
 gnu/dist/binutils/bfd/cpu-tic80.c                                             |     39 +
 gnu/dist/binutils/bfd/cpu-v850.c                                              |     40 +
 gnu/dist/binutils/bfd/cpu-vax.c                                               |     39 +
 gnu/dist/binutils/bfd/cpu-w65.c                                               |     54 +
 gnu/dist/binutils/bfd/cpu-we32k.c                                             |     39 +
 gnu/dist/binutils/bfd/cpu-xstormy16.c                                         |     38 +
 gnu/dist/binutils/bfd/cpu-xtensa.c                                            |     38 +
 gnu/dist/binutils/bfd/cpu-z8k.c                                               |    178 +
 gnu/dist/binutils/bfd/demo64.c                                                |     30 +
 gnu/dist/binutils/bfd/dep-in.sed                                              |     30 +
 gnu/dist/binutils/bfd/doc/ChangeLog                                           |    575 +
 gnu/dist/binutils/bfd/doc/Makefile.am                                         |    307 +
 gnu/dist/binutils/bfd/doc/Makefile.in                                         |    671 +
 gnu/dist/binutils/bfd/doc/aoutx.texi                                          |    211 +
 gnu/dist/binutils/bfd/doc/archive.texi                                        |     95 +
 gnu/dist/binutils/bfd/doc/archures.texi                                       |    522 +
 gnu/dist/binutils/bfd/doc/bfd.info                                            |     95 +
 gnu/dist/binutils/bfd/doc/bfd.info-1                                          |   1131 +
 gnu/dist/binutils/bfd/doc/bfd.info-2                                          |   1293 +
 gnu/dist/binutils/bfd/doc/bfd.info-3                                          |    429 +
 gnu/dist/binutils/bfd/doc/bfd.info-4                                          |   1604 +
 gnu/dist/binutils/bfd/doc/bfd.info-5                                          |   1153 +
 gnu/dist/binutils/bfd/doc/bfd.info-6                                          |   1112 +
 gnu/dist/binutils/bfd/doc/bfd.info-7                                          |    973 +
 gnu/dist/binutils/bfd/doc/bfd.info-8                                          |    391 +
 gnu/dist/binutils/bfd/doc/bfd.info-9                                          |    978 +
 gnu/dist/binutils/bfd/doc/bfd.texinfo                                         |    349 +
 gnu/dist/binutils/bfd/doc/bfdint.texi                                         |   1896 +
 gnu/dist/binutils/bfd/doc/bfdio.texi                                          |     41 +
 gnu/dist/binutils/bfd/doc/bfdsumm.texi                                        |    148 +
 gnu/dist/binutils/bfd/doc/bfdt.texi                                           |    694 +
 gnu/dist/binutils/bfd/doc/bfdwin.texi                                         |      2 +
 gnu/dist/binutils/bfd/doc/cache.texi                                          |     95 +
 gnu/dist/binutils/bfd/doc/chew.c                                              |   1602 +
 gnu/dist/binutils/bfd/doc/coffcode.texi                                       |    608 +
 gnu/dist/binutils/bfd/doc/core.texi                                           |     38 +
 gnu/dist/binutils/bfd/doc/doc.str                                             |    158 +
 gnu/dist/binutils/bfd/doc/elf.texi                                            |     24 +
 gnu/dist/binutils/bfd/doc/fdl.texi                                            |    366 +
 gnu/dist/binutils/bfd/doc/format.texi                                         |    109 +
 gnu/dist/binutils/bfd/doc/hash.texi                                           |    245 +
 gnu/dist/binutils/bfd/doc/header.sed                                          |     13 +
 gnu/dist/binutils/bfd/doc/init.texi                                           |     13 +
 gnu/dist/binutils/bfd/doc/libbfd.texi                                         |    204 +
 gnu/dist/binutils/bfd/doc/linker.texi                                         |    365 +
 gnu/dist/binutils/bfd/doc/makefile.vms                                        |      5 +
 gnu/dist/binutils/bfd/doc/mmo.texi                                            |    365 +
 gnu/dist/binutils/bfd/doc/opncls.texi                                         |    224 +
 gnu/dist/binutils/bfd/doc/proto.str                                           |    135 +
 gnu/dist/binutils/bfd/doc/reloc.texi                                          |   2001 +
 gnu/dist/binutils/bfd/doc/section.texi                                        |    812 +
 gnu/dist/binutils/bfd/doc/syms.texi                                           |    444 +
 gnu/dist/binutils/bfd/doc/targets.texi                                        |    517 +
 gnu/dist/binutils/bfd/dwarf1.c                                                |    586 +
 gnu/dist/binutils/bfd/dwarf2.c                                                |   2005 +
 gnu/dist/binutils/bfd/ecoff.c                                                 |   4844 ++++
 gnu/dist/binutils/bfd/ecofflink.c                                             |   2611 ++
 gnu/dist/binutils/bfd/ecoffswap.h                                             |    893 +
 gnu/dist/binutils/bfd/efi-app-ia32.c                                          |     34 +
 gnu/dist/binutils/bfd/efi-app-ia64.c                                          |     35 +
 gnu/dist/binutils/bfd/elf-bfd.h                                               |   1664 +
 gnu/dist/binutils/bfd/elf-eh-frame.c                                          |   1189 +
 gnu/dist/binutils/bfd/elf-hppa.h                                              |   2233 ++
 gnu/dist/binutils/bfd/elf-m10200.c                                            |   1430 +
 gnu/dist/binutils/bfd/elf-m10300.c                                            |   2847 ++
 gnu/dist/binutils/bfd/elf-strtab.c                                            |    450 +
 gnu/dist/binutils/bfd/elf.c                                                   |   7537 +++++++
 gnu/dist/binutils/bfd/elf32-arc.c                                             |    253 +
 gnu/dist/binutils/bfd/elf32-arm.h                                             |   3740 +++
 gnu/dist/binutils/bfd/elf32-avr.c                                             |    939 +
 gnu/dist/binutils/bfd/elf32-cris.c                                            |   3110 ++
 gnu/dist/binutils/bfd/elf32-d10v.c                                            |    526 +
 gnu/dist/binutils/bfd/elf32-d30v.c                                            |    562 +
 gnu/dist/binutils/bfd/elf32-dlx.c                                             |    660 +
 gnu/dist/binutils/bfd/elf32-fr30.c                                            |    791 +
 gnu/dist/binutils/bfd/elf32-frv.c                                             |   1406 +
 gnu/dist/binutils/bfd/elf32-gen.c                                             |    106 +
 gnu/dist/binutils/bfd/elf32-h8300.c                                           |   1486 +
 gnu/dist/binutils/bfd/elf32-hppa.c                                            |   4452 ++++
 gnu/dist/binutils/bfd/elf32-hppa.h                                            |     78 +
 gnu/dist/binutils/bfd/elf32-i370.c                                            |   1652 +
 gnu/dist/binutils/bfd/elf32-i386.c                                            |   3435 +++
 gnu/dist/binutils/bfd/elf32-i860.c                                            |   1087 +
 gnu/dist/binutils/bfd/elf32-i960.c                                            |    171 +
 gnu/dist/binutils/bfd/elf32-ip2k.c                                            |   1693 +
 gnu/dist/binutils/bfd/elf32-iq2000.c                                          |    986 +
 gnu/dist/binutils/bfd/elf32-m32r.c                                            |   2130 +
 gnu/dist/binutils/bfd/elf32-m68hc11.c                                         |   1314 +
 gnu/dist/binutils/bfd/elf32-m68hc12.c                                         |    570 +
 gnu/dist/binutils/bfd/elf32-m68hc1x.c                                         |   1524 +
 gnu/dist/binutils/bfd/elf32-m68hc1x.h                                         |    205 +
 gnu/dist/binutils/bfd/elf32-m68k.c                                            |   2337 ++
 gnu/dist/binutils/bfd/elf32-m88k.c                                            |     36 +
 gnu/dist/binutils/bfd/elf32-mcore.c                                           |    706 +
 gnu/dist/binutils/bfd/elf32-mips.c                                            |   1956 +
 gnu/dist/binutils/bfd/elf32-msp430.c                                          |    720 +
 gnu/dist/binutils/bfd/elf32-openrisc.c                                        |    634 +
 gnu/dist/binutils/bfd/elf32-or32.c                                            |    552 +
 gnu/dist/binutils/bfd/elf32-pj.c                                              |    349 +
 gnu/dist/binutils/bfd/elf32-ppc.c                                             |   5890 +++++
 gnu/dist/binutils/bfd/elf32-ppc.h                                             |     23 +
 gnu/dist/binutils/bfd/elf32-s390.c                                            |   3410 +++
 gnu/dist/binutils/bfd/elf32-sh.c                                              |   7392 ++++++
 gnu/dist/binutils/bfd/elf32-sh64-com.c                                        |    265 +
 gnu/dist/binutils/bfd/elf32-sh64.c                                            |    809 +
 gnu/dist/binutils/bfd/elf32-sh64.h                                            |     83 +
 gnu/dist/binutils/bfd/elf32-sparc.c                                           |   3511 +++
 gnu/dist/binutils/bfd/elf32-v850.c                                            |   3178 ++
 gnu/dist/binutils/bfd/elf32-vax.c                                             |   2195 ++
 gnu/dist/binutils/bfd/elf32-xstormy16.c                                       |   1108 +
 gnu/dist/binutils/bfd/elf32-xtensa.c                                          |   5845 +++++
 gnu/dist/binutils/bfd/elf32.c                                                 |     22 +
 gnu/dist/binutils/bfd/elf64-alpha.c                                           |   5685 +++++
 gnu/dist/binutils/bfd/elf64-gen.c                                             |    105 +
 gnu/dist/binutils/bfd/elf64-hppa.c                                            |   2787 ++
 gnu/dist/binutils/bfd/elf64-hppa.h                                            |     50 +
 gnu/dist/binutils/bfd/elf64-mips.c                                            |   2936 ++
 gnu/dist/binutils/bfd/elf64-mmix.c                                            |   2591 ++
 gnu/dist/binutils/bfd/elf64-ppc.c                                             |   8449 +++++++
 gnu/dist/binutils/bfd/elf64-ppc.h                                             |     38 +
 gnu/dist/binutils/bfd/elf64-s390.c                                            |   3358 +++
 gnu/dist/binutils/bfd/elf64-sh64.c                                            |   4268 +++
 gnu/dist/binutils/bfd/elf64-sparc.c                                           |   3269 +++
 gnu/dist/binutils/bfd/elf64-x86-64.c                                          |   2947 ++
 gnu/dist/binutils/bfd/elf64.c                                                 |     22 +
 gnu/dist/binutils/bfd/elfarm-nabi.c                                           |    752 +
 gnu/dist/binutils/bfd/elfarm-oabi.c                                           |    426 +
 gnu/dist/binutils/bfd/elfcode.h                                               |   1605 +
 gnu/dist/binutils/bfd/elfcore.h                                               |    259 +
 gnu/dist/binutils/bfd/elflink.c                                               |    652 +
 gnu/dist/binutils/bfd/elflink.h                                               |   8745 ++++++++
 gnu/dist/binutils/bfd/elfn32-mips.c                                           |   2239 ++
 gnu/dist/binutils/bfd/elfxx-ia64.c                                            |   5012 ++++
 gnu/dist/binutils/bfd/elfxx-mips.c                                            |   9447 ++++++++
 gnu/dist/binutils/bfd/elfxx-mips.h                                            |    113 +
 gnu/dist/binutils/bfd/elfxx-target.h                                          |    714 +
 gnu/dist/binutils/bfd/epoc-pe-arm.c                                           |     37 +
 gnu/dist/binutils/bfd/epoc-pei-arm.c                                          |     30 +
 gnu/dist/binutils/bfd/format.c                                                |    444 +
 gnu/dist/binutils/bfd/freebsd.h                                               |    106 +
 gnu/dist/binutils/bfd/gen-aout.c                                              |    109 +
 gnu/dist/binutils/bfd/genlink.h                                               |    111 +
 gnu/dist/binutils/bfd/go32stub.h                                              |    128 +
 gnu/dist/binutils/bfd/hash.c                                                  |    735 +
 gnu/dist/binutils/bfd/host-aout.c                                             |     87 +
 gnu/dist/binutils/bfd/hp300bsd.c                                              |     40 +
 gnu/dist/binutils/bfd/hp300hpux.c                                             |    883 +
 gnu/dist/binutils/bfd/hppabsd-core.c                                          |    295 +
 gnu/dist/binutils/bfd/hpux-core.c                                             |    406 +
 gnu/dist/binutils/bfd/i386aout.c                                              |     96 +
 gnu/dist/binutils/bfd/i386bsd.c                                               |     50 +
 gnu/dist/binutils/bfd/i386dynix.c                                             |     81 +
 gnu/dist/binutils/bfd/i386freebsd.c                                           |     37 +
 gnu/dist/binutils/bfd/i386linux.c                                             |    776 +
 gnu/dist/binutils/bfd/i386lynx.c                                              |    582 +
 gnu/dist/binutils/bfd/i386mach3.c                                             |     70 +
 gnu/dist/binutils/bfd/i386msdos.c                                             |    256 +
 gnu/dist/binutils/bfd/i386netbsd.c                                            |     38 +
 gnu/dist/binutils/bfd/i386os9k.c                                              |    382 +
 gnu/dist/binutils/bfd/ieee.c                                                  |   4126 +++
 gnu/dist/binutils/bfd/ihex.c                                                  |   1052 +
 gnu/dist/binutils/bfd/init.c                                                  |     51 +
 gnu/dist/binutils/bfd/irix-core.c                                             |    357 +
 gnu/dist/binutils/bfd/libaout.h                                               |    694 +
 gnu/dist/binutils/bfd/libbfd-in.h                                             |    653 +
 gnu/dist/binutils/bfd/libbfd.c                                                |    924 +
 gnu/dist/binutils/bfd/libbfd.h                                                |   1532 +
 gnu/dist/binutils/bfd/libcoff-in.h                                            |    600 +
 gnu/dist/binutils/bfd/libcoff.h                                               |    933 +
 gnu/dist/binutils/bfd/libecoff.h                                              |    362 +
 gnu/dist/binutils/bfd/libhppa.h                                               |    619 +
 gnu/dist/binutils/bfd/libieee.h                                               |    135 +
 gnu/dist/binutils/bfd/libnlm.h                                                |    262 +
 gnu/dist/binutils/bfd/liboasys.h                                              |     83 +
 gnu/dist/binutils/bfd/libpei.h                                                |    335 +
 gnu/dist/binutils/bfd/libxcoff.h                                              |    245 +
 gnu/dist/binutils/bfd/linker.c                                                |   2910 ++
 gnu/dist/binutils/bfd/lynx-core.c                                             |    234 +
 gnu/dist/binutils/bfd/m68k4knetbsd.c                                          |     36 +
 gnu/dist/binutils/bfd/m68klinux.c                                             |    781 +
 gnu/dist/binutils/bfd/m68klynx.c                                              |     57 +
 gnu/dist/binutils/bfd/m68knetbsd.c                                            |     38 +
 gnu/dist/binutils/bfd/m88kmach3.c                                             |     42 +
 gnu/dist/binutils/bfd/mach-o-target.c                                         |    117 +
 gnu/dist/binutils/bfd/mach-o.c                                                |   2227 ++
 gnu/dist/binutils/bfd/mach-o.h                                                |    511 +
 gnu/dist/binutils/bfd/makefile.vms                                            |     75 +
 gnu/dist/binutils/bfd/merge.c                                                 |    954 +
 gnu/dist/binutils/bfd/mipsbsd.c                                               |    486 +
 gnu/dist/binutils/bfd/mmo.c                                                   |   3371 +++
 gnu/dist/binutils/bfd/mpw-config.in                                           |     86 +
 gnu/dist/binutils/bfd/mpw-make.sed                                            |     81 +
 gnu/dist/binutils/bfd/netbsd-core.c                                           |    259 +
 gnu/dist/binutils/bfd/netbsd.h                                                |    118 +
 gnu/dist/binutils/bfd/newsos3.c                                               |     44 +
 gnu/dist/binutils/bfd/nlm-target.h                                            |    252 +
 gnu/dist/binutils/bfd/nlm.c                                                   |     55 +
 gnu/dist/binutils/bfd/nlm32-alpha.c                                           |    892 +
 gnu/dist/binutils/bfd/nlm32-i386.c                                            |    450 +
 gnu/dist/binutils/bfd/nlm32-ppc.c                                             |   1045 +
 gnu/dist/binutils/bfd/nlm32-sparc.c                                           |    435 +
 gnu/dist/binutils/bfd/nlm32.c                                                 |     21 +
 gnu/dist/binutils/bfd/nlm64.c                                                 |     21 +
 gnu/dist/binutils/bfd/nlmcode.h                                               |   2043 +
 gnu/dist/binutils/bfd/nlmswap.h                                               |    157 +
 gnu/dist/binutils/bfd/ns32k.h                                                 |     41 +
 gnu/dist/binutils/bfd/ns32knetbsd.c                                           |     56 +
 gnu/dist/binutils/bfd/oasys.c                                                 |   1570 +
 gnu/dist/binutils/bfd/opncls.c                                                |   1039 +
 gnu/dist/binutils/bfd/osf-core.c                                              |    243 +
 gnu/dist/binutils/bfd/pc532-mach.c                                            |    114 +
 gnu/dist/binutils/bfd/pdp11.c                                                 |   5035 ++++
 gnu/dist/binutils/bfd/pe-arm.c                                                |     47 +
 gnu/dist/binutils/bfd/pe-i386.c                                               |     43 +
 gnu/dist/binutils/bfd/pe-mcore.c                                              |     36 +
 gnu/dist/binutils/bfd/pe-mips.c                                               |   1000 +
 gnu/dist/binutils/bfd/pe-ppc.c                                                |     43 +
 gnu/dist/binutils/bfd/pe-sh.c                                                 |     30 +
 gnu/dist/binutils/bfd/peXXigen.c                                              |   2027 +
 gnu/dist/binutils/bfd/pef-traceback.h                                         |    215 +
 gnu/dist/binutils/bfd/pef.c                                                   |   1312 +
 gnu/dist/binutils/bfd/pef.h                                                   |    186 +
 gnu/dist/binutils/bfd/pei-arm.c                                               |     35 +
 gnu/dist/binutils/bfd/pei-i386.c                                              |     44 +
 gnu/dist/binutils/bfd/pei-mcore.c                                             |     37 +
 gnu/dist/binutils/bfd/pei-mips.c                                              |     30 +
 gnu/dist/binutils/bfd/pei-ppc.c                                               |     45 +
 gnu/dist/binutils/bfd/pei-sh.c                                                |     33 +
 gnu/dist/binutils/bfd/peicode.h                                               |   1317 +
 gnu/dist/binutils/bfd/po/BLD-POTFILES.in                                      |      8 +
 gnu/dist/binutils/bfd/po/Make-in                                              |    290 +
 gnu/dist/binutils/bfd/po/SRC-POTFILES.in                                      |    306 +
 gnu/dist/binutils/bfd/ppcboot.c                                               |    539 +
 gnu/dist/binutils/bfd/ptrace-core.c                                           |    228 +
 gnu/dist/binutils/bfd/reloc.c                                                 |   4188 +++
 gnu/dist/binutils/bfd/reloc16.c                                               |    332 +
 gnu/dist/binutils/bfd/riscix.c                                                |    666 +
 gnu/dist/binutils/bfd/rs6000-core.c                                           |    735 +
 gnu/dist/binutils/bfd/sco5-core.c                                             |    419 +
 gnu/dist/binutils/bfd/section.c                                               |   1391 +
 gnu/dist/binutils/bfd/simple.c                                                |    292 +
 gnu/dist/binutils/bfd/som.c                                                   |   6413 +++++
 gnu/dist/binutils/bfd/som.h                                                   |    243 +
 gnu/dist/binutils/bfd/sparclinux.c                                            |    778 +
 gnu/dist/binutils/bfd/sparclynx.c                                             |    269 +
 gnu/dist/binutils/bfd/sparcnetbsd.c                                           |     38 +
 gnu/dist/binutils/bfd/srec.c                                                  |   1403 +
 gnu/dist/binutils/bfd/stab-syms.c                                             |     58 +
 gnu/dist/binutils/bfd/stabs.c                                                 |    836 +
 gnu/dist/binutils/bfd/stamp-h.in                                              |      1 +
 gnu/dist/binutils/bfd/sunos.c                                                 |   2942 ++
 gnu/dist/binutils/bfd/syms.c                                                  |   1385 +
 gnu/dist/binutils/bfd/sysdep.h                                                |    164 +
 gnu/dist/binutils/bfd/targets.c                                               |   1350 +
 gnu/dist/binutils/bfd/targmatch.sed                                           |     33 +
 gnu/dist/binutils/bfd/tekhex.c                                                |   1068 +
 gnu/dist/binutils/bfd/ticoff.h                                                |    130 +
 gnu/dist/binutils/bfd/trad-core.c                                             |    331 +
 gnu/dist/binutils/bfd/vax1knetbsd.c                                           |     37 +
 gnu/dist/binutils/bfd/vaxbsd.c                                                |     40 +
 gnu/dist/binutils/bfd/vaxnetbsd.c                                             |     37 +
 gnu/dist/binutils/bfd/versados.c                                              |    936 +
 gnu/dist/binutils/bfd/version.h                                               |      3 +
 gnu/dist/binutils/bfd/vms-gsd.c                                               |    930 +
 gnu/dist/binutils/bfd/vms-hdr.c                                               |    461 +
 gnu/dist/binutils/bfd/vms-misc.c                                              |   1130 +
 gnu/dist/binutils/bfd/vms-tir.c                                               |   2416 ++
 gnu/dist/binutils/bfd/vms.c                                                   |   1873 +
 gnu/dist/binutils/bfd/vms.h                                                   |    674 +
 gnu/dist/binutils/bfd/xcoff-target.h                                          |    196 +
 gnu/dist/binutils/bfd/xcofflink.c                                             |   6167 +++++
 gnu/dist/binutils/bfd/xsym.c                                                  |   2484 ++
 gnu/dist/binutils/bfd/xsym.h                                                  |    701 +
 gnu/dist/binutils/bfd/xtensa-isa.c                                            |    593 +
 gnu/dist/binutils/bfd/xtensa-modules.c                                        |   6088 +++++
 gnu/dist/binutils/binutils/ChangeLog                                          |   3574 +++
 gnu/dist/binutils/binutils/ChangeLog-9197                                     |   5217 ++++
 gnu/dist/binutils/binutils/ChangeLog-9899                                     |   1908 +
 gnu/dist/binutils/binutils/MAINTAINERS                                        |    163 +
 gnu/dist/binutils/binutils/Makefile.am                                        |    563 +
 gnu/dist/binutils/binutils/Makefile.in                                        |   1295 +
 gnu/dist/binutils/binutils/NEWS                                               |    249 +
 gnu/dist/binutils/binutils/README                                             |    216 +
 gnu/dist/binutils/binutils/acinclude.m4                                       |     32 +
 gnu/dist/binutils/binutils/aclocal.m4                                         |    205 +
 gnu/dist/binutils/binutils/addr2line.c                                        |    355 +
 gnu/dist/binutils/binutils/ar.c                                               |   1438 +
 gnu/dist/binutils/binutils/arlex.c                                            |   1999 +
 gnu/dist/binutils/binutils/arlex.l                                            |     91 +
 gnu/dist/binutils/binutils/arparse.c                                          |   1290 +
 gnu/dist/binutils/binutils/arparse.h                                          |     35 +
 gnu/dist/binutils/binutils/arparse.y                                          |    203 +
 gnu/dist/binutils/binutils/arsup.c                                            |    496 +
 gnu/dist/binutils/binutils/arsup.h                                            |     61 +
 gnu/dist/binutils/binutils/binemul.c                                          |    165 +
 gnu/dist/binutils/binutils/binemul.h                                          |     74 +
 gnu/dist/binutils/binutils/bucomm.c                                           |    470 +
 gnu/dist/binutils/binutils/bucomm.h                                           |    214 +
 gnu/dist/binutils/binutils/budbg.h                                            |     65 +
 gnu/dist/binutils/binutils/budemang.c                                         |     77 +
 gnu/dist/binutils/binutils/budemang.h                                         |     25 +
 gnu/dist/binutils/binutils/coffdump.c                                         |    566 +
 gnu/dist/binutils/binutils/coffgrok.c                                         |    752 +
 gnu/dist/binutils/binutils/coffgrok.h                                         |    225 +
 gnu/dist/binutils/binutils/config.in                                          |    204 +
 gnu/dist/binutils/binutils/configure                                          |   6076 +++++
 gnu/dist/binutils/binutils/configure.com                                      |     76 +
 gnu/dist/binutils/binutils/configure.in                                       |    348 +
 gnu/dist/binutils/binutils/configure.tgt                                      |     26 +
 gnu/dist/binutils/binutils/cxxfilt.c                                          |    294 +
 gnu/dist/binutils/binutils/debug.c                                            |   3555 +++
 gnu/dist/binutils/binutils/debug.h                                            |    801 +
 gnu/dist/binutils/binutils/deflex.c                                           |   2009 +
 gnu/dist/binutils/binutils/deflex.l                                           |     93 +
 gnu/dist/binutils/binutils/defparse.c                                         |   1411 +
 gnu/dist/binutils/binutils/defparse.h                                         |     43 +
 gnu/dist/binutils/binutils/defparse.y                                         |    175 +
 gnu/dist/binutils/binutils/dep-in.sed                                         |     19 +
 gnu/dist/binutils/binutils/dlltool.c                                          |   3738 +++
 gnu/dist/binutils/binutils/dlltool.h                                          |     42 +
 gnu/dist/binutils/binutils/dllwrap.c                                          |   1235 +
 gnu/dist/binutils/binutils/doc/Makefile.am                                    |    165 +
 gnu/dist/binutils/binutils/doc/Makefile.in                                    |    564 +
 gnu/dist/binutils/binutils/doc/addr2line.1                                    |    230 +
 gnu/dist/binutils/binutils/doc/ar.1                                           |    377 +
 gnu/dist/binutils/binutils/doc/binutils.info                                  |     68 +
 gnu/dist/binutils/binutils/doc/binutils.info-1                                |   1106 +
 gnu/dist/binutils/binutils/doc/binutils.info-2                                |   1311 +
 gnu/dist/binutils/binutils/doc/binutils.info-3                                |   1025 +
 gnu/dist/binutils/binutils/doc/binutils.texi                                  |   3482 +++
 gnu/dist/binutils/binutils/doc/cxxfilt.man                                    |    267 +
 gnu/dist/binutils/binutils/doc/dlltool.1                                      |    437 +
 gnu/dist/binutils/binutils/doc/fdl.texi                                       |    368 +
 gnu/dist/binutils/binutils/doc/nlmconv.1                                      |    230 +
 gnu/dist/binutils/binutils/doc/nm.1                                           |    426 +
 gnu/dist/binutils/binutils/doc/objcopy.1                                      |    638 +
 gnu/dist/binutils/binutils/doc/objdump.1                                      |    580 +
 gnu/dist/binutils/binutils/doc/ranlib.1                                       |    175 +
 gnu/dist/binutils/binutils/doc/readelf.1                                      |    348 +
 gnu/dist/binutils/binutils/doc/size.1                                         |    250 +
 gnu/dist/binutils/binutils/doc/strings.1                                      |    236 +
 gnu/dist/binutils/binutils/doc/strip.1                                        |    289 +
 gnu/dist/binutils/binutils/doc/windres.1                                      |    330 +
 gnu/dist/binutils/binutils/emul_aix.c                                         |    199 +
 gnu/dist/binutils/binutils/emul_vanilla.c                                     |     30 +
 gnu/dist/binutils/binutils/filemode.c                                         |    267 +
 gnu/dist/binutils/binutils/ieee.c                                             |   7675 +++++++
 gnu/dist/binutils/binutils/is-ranlib.c                                        |      3 +
 gnu/dist/binutils/binutils/is-strip.c                                         |      4 +
 gnu/dist/binutils/binutils/mac-binutils.r                                     |     42 +
 gnu/dist/binutils/binutils/makefile.vms-in                                    |     98 +
 gnu/dist/binutils/binutils/maybe-ranlib.c                                     |      4 +
 gnu/dist/binutils/binutils/maybe-strip.c                                      |      4 +
 gnu/dist/binutils/binutils/mpw-config.in                                      |     27 +
 gnu/dist/binutils/binutils/mpw-make.sed                                       |    115 +
 gnu/dist/binutils/binutils/nlmconv.c                                          |   2179 ++
 gnu/dist/binutils/binutils/nlmconv.h                                          |     84 +
 gnu/dist/binutils/binutils/nlmheader.c                                        |   2187 ++
 gnu/dist/binutils/binutils/nlmheader.h                                        |     52 +
 gnu/dist/binutils/binutils/nlmheader.y                                        |    976 +
 gnu/dist/binutils/binutils/nm.c                                               |   1708 +
 gnu/dist/binutils/binutils/not-ranlib.c                                       |      3 +
 gnu/dist/binutils/binutils/not-strip.c                                        |      4 +
 gnu/dist/binutils/binutils/objcopy.c                                          |   2850 ++
 gnu/dist/binutils/binutils/objdump.c                                          |   2809 ++
 gnu/dist/binutils/binutils/po/Make-in                                         |    251 +
 gnu/dist/binutils/binutils/po/POTFILES.in                                     |     60 +
 gnu/dist/binutils/binutils/po/binutils.pot                                    |   4519 ++++
 gnu/dist/binutils/binutils/po/da.gmo                                          |    Bin 
 gnu/dist/binutils/binutils/po/da.po                                           |   4800 ++++
 gnu/dist/binutils/binutils/po/es.gmo                                          |    Bin 
 gnu/dist/binutils/binutils/po/es.po                                           |   5086 ++++
 gnu/dist/binutils/binutils/po/fr.gmo                                          |    Bin 
 gnu/dist/binutils/binutils/po/fr.po                                           |   5043 ++++
 gnu/dist/binutils/binutils/po/ja.gmo                                          |    Bin 
 gnu/dist/binutils/binutils/po/ja.po                                           |   4110 +++
 gnu/dist/binutils/binutils/po/sv.gmo                                          |    Bin 
 gnu/dist/binutils/binutils/po/sv.po                                           |   5571 +++++
 gnu/dist/binutils/binutils/po/tr.gmo                                          |    Bin 
 gnu/dist/binutils/binutils/po/tr.po                                           |   5010 ++++
 gnu/dist/binutils/binutils/po/zh_CN.gmo                                       |    Bin 
 gnu/dist/binutils/binutils/po/zh_CN.po                                        |   4742 ++++
 gnu/dist/binutils/binutils/prdbg.c                                            |   1896 +
 gnu/dist/binutils/binutils/ranlib.sh                                          |      3 +
 gnu/dist/binutils/binutils/rclex.c                                            |   2754 ++
 gnu/dist/binutils/binutils/rclex.l                                            |    500 +
 gnu/dist/binutils/binutils/rcparse.c                                          |   3462 +++
 gnu/dist/binutils/binutils/rcparse.h                                          |    134 +
 gnu/dist/binutils/binutils/rcparse.y                                          |   1744 +
 gnu/dist/binutils/binutils/rdcoff.c                                           |    908 +
 gnu/dist/binutils/binutils/rddbg.c                                            |    463 +
 gnu/dist/binutils/binutils/readelf.c                                          |  10694 ++++++++++
 gnu/dist/binutils/binutils/rename.c                                           |    221 +
 gnu/dist/binutils/binutils/resbin.c                                           |   2398 ++
 gnu/dist/binutils/binutils/rescoff.c                                          |    785 +
 gnu/dist/binutils/binutils/resrc.c                                            |   2680 ++
 gnu/dist/binutils/binutils/resres.c                                           |    663 +
 gnu/dist/binutils/binutils/sanity.sh                                          |     50 +
 gnu/dist/binutils/binutils/size.c                                             |    592 +
 gnu/dist/binutils/binutils/srconv.c                                           |   2111 +
 gnu/dist/binutils/binutils/stabs.c                                            |   5204 ++++
 gnu/dist/binutils/binutils/stamp-h.in                                         |      1 +
 gnu/dist/binutils/binutils/strings.c                                          |    675 +
 gnu/dist/binutils/binutils/sysdump.c                                          |    840 +
 gnu/dist/binutils/binutils/sysinfo.c                                          |   1515 +
 gnu/dist/binutils/binutils/sysinfo.h                                          |     22 +
 gnu/dist/binutils/binutils/sysinfo.y                                          |    442 +
 gnu/dist/binutils/binutils/syslex.c                                           |   1858 +
 gnu/dist/binutils/binutils/syslex.l                                           |     70 +
 gnu/dist/binutils/binutils/sysroff.info                                       |    504 +
 gnu/dist/binutils/binutils/testsuite/ChangeLog                                |    997 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/ar.exp                      |    220 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/bintest.s                   |     12 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/dlltool.exp                 |     47 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/fastcall.def                |      2 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/hppa/addendbug.s            |     23 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/hppa/freg.s                 |     23 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/hppa/objdump.exp            |     96 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/nm.exp                      |    123 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/objcopy.exp                 |    642 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/objdump.exp                 |    163 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/readelf.exp                 |    360 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/readelf.h                   |     20 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/readelf.r                   |      4 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/readelf.r-64                |      4 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/readelf.s                   |     24 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/readelf.s-64                |     25 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/readelf.ss                  |     16 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/readelf.ss-64               |     13 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/readelf.ss-mips             |     15 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/readelf.ss-tmips            |     15 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/size.exp                    |     78 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/testprog.c                  |     30 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/README              |     26 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/bmp1.bmp            |    Bin 
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/bmpalign.rc         |      9 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/bmpalign.rsd        |     38 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/capstyle.rc         |      5 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/capstyle.rsd        |      8 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/deflang.rc          |      4 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/deflang.rsd         |      8 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/dialog0.rc          |      4 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/dialog0.rsd         |      8 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/dialog1.rc          |      5 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/dialog1.rsd         |      8 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/dialogid.rc         |      9 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/dialogid.rsd        |     18 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/dialogsignature.rc  |      5 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/dialogsignature.rsd |      8 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/dlgfont.rc          |     29 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/dlgfont.rsd         |     39 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/escapea.rc          |      7 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/escapea.rsd         |      7 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/escapex.rc          |      4 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/escapex.rsd         |      8 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/lang.rc             |     15 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/lang.rsd            |     10 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/msupdate            |     40 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/nocaption.rc        |      4 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/nocaption.rsd       |      8 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/printstyle.rc       |      6 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/printstyle.rsd      |      8 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/quoteclass.rc       |      8 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/strtab1.rc          |      8 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/strtab1.rsd         |      8 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/sublang.rc          |      5 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/sublang.rsd         |      8 +
 gnu/dist/binutils/binutils/testsuite/binutils-all/windres/windres.exp         |    149 +
 gnu/dist/binutils/binutils/testsuite/config/default.exp                       |    103 +
 gnu/dist/binutils/binutils/testsuite/config/hppa.sed                          |      4 +
 gnu/dist/binutils/binutils/testsuite/lib/utils-lib.exp                        |    113 +
 gnu/dist/binutils/binutils/unwind-ia64.c                                      |   1129 +
 gnu/dist/binutils/binutils/unwind-ia64.h                                      |     31 +
 gnu/dist/binutils/binutils/version.c                                          |     41 +
 gnu/dist/binutils/binutils/windres.c                                          |   1041 +
 gnu/dist/binutils/binutils/windres.h                                          |    859 +
 gnu/dist/binutils/binutils/winduni.c                                          |    146 +
 gnu/dist/binutils/binutils/winduni.h                                          |     60 +
 gnu/dist/binutils/binutils/wrstabs.c                                          |   2442 ++
 gnu/dist/binutils/config.guess                                                |   1388 +
 gnu/dist/binutils/config.if                                                   |     88 +
 gnu/dist/binutils/config.sub                                                  |   1492 +
 gnu/dist/binutils/config/ChangeLog                                            |    561 +
 gnu/dist/binutils/config/accross.m4                                           |     98 +
 gnu/dist/binutils/config/acinclude.m4                                         |   2023 +
 gnu/dist/binutils/config/acx.m4                                               |     81 +
 gnu/dist/binutils/config/mh-armpic                                            |      1 +
 gnu/dist/binutils/config/mh-cxux                                              |      5 +
 gnu/dist/binutils/config/mh-cygwin                                            |      6 +
 gnu/dist/binutils/config/mh-decstation                                        |      3 +
 gnu/dist/binutils/config/mh-dgux386                                           |      5 +
 gnu/dist/binutils/config/mh-djgpp                                             |     14 +
 gnu/dist/binutils/config/mh-elfalphapic                                       |      1 +
 gnu/dist/binutils/config/mh-i370pic                                           |      1 +
 gnu/dist/binutils/config/mh-ia64pic                                           |      1 +
 gnu/dist/binutils/config/mh-interix                                           |      7 +
 gnu/dist/binutils/config/mh-lynxrs6k                                          |      2 +
 gnu/dist/binutils/config/mh-m68kpic                                           |      1 +
 gnu/dist/binutils/config/mh-mingw32                                           |      7 +
 gnu/dist/binutils/config/mh-ncr3000                                           |      4 +
 gnu/dist/binutils/config/mh-necv4                                             |      4 +
 gnu/dist/binutils/config/mh-papic                                             |      1 +
 gnu/dist/binutils/config/mh-ppcpic                                            |      1 +
 gnu/dist/binutils/config/mh-s390pic                                           |      1 +
 gnu/dist/binutils/config/mh-sco                                               |      4 +
 gnu/dist/binutils/config/mh-solaris                                           |      2 +
 gnu/dist/binutils/config/mh-sparcpic                                          |      1 +
 gnu/dist/binutils/config/mh-sysv4                                             |      4 +
 gnu/dist/binutils/config/mh-sysv5                                             |      4 +
 gnu/dist/binutils/config/mh-x86pic                                            |      1 +
 gnu/dist/binutils/config/mt-alphaieee                                         |      2 +
 gnu/dist/binutils/config/mt-d30v                                              |      4 +
 gnu/dist/binutils/config/mt-linux                                             |      1 +
 gnu/dist/binutils/config/mt-netware                                           |      1 +
 gnu/dist/binutils/config/mt-ospace                                            |      3 +
 gnu/dist/binutils/config/mt-v810                                              |      3 +
 gnu/dist/binutils/config/mt-wince                                             |     10 +
 gnu/dist/binutils/gettext.m4                                                  |    344 +
 gnu/dist/binutils/install-sh                                                  |    251 +
 gnu/dist/binutils/libtool.m4                                                  |    893 +
 gnu/dist/binutils/ltcf-c.sh                                                   |    824 +
 gnu/dist/binutils/ltcf-cxx.sh                                                 |   1021 +
 gnu/dist/binutils/ltcf-gcj.sh                                                 |    651 +
 gnu/dist/binutils/ltconfig                                                    |   2821 ++
 gnu/dist/binutils/ltmain.sh                                                   |   5469 +++++
 gnu/dist/binutils/md5.sum                                                     |   5426 +++++
 gnu/dist/binutils/missing                                                     |    190 +
 gnu/dist/binutils/mkdep                                                       |     87 +
 gnu/dist/binutils/mkinstalldirs                                               |     36 +
 gnu/dist/binutils/move-if-change                                              |     32 +
 gnu/dist/binutils/mpw-README                                                  |    376 +
 gnu/dist/binutils/mpw-build.in                                                |    204 +
 gnu/dist/binutils/mpw-configure                                               |    448 +
 gnu/dist/binutils/mpw-install                                                 |    122 +
 gnu/dist/binutils/setup.com                                                   |      8 +
 gnu/dist/binutils/src-release                                                 |    327 +
 gnu/dist/binutils/symlink-tree                                                |     53 +
 gnu/dist/binutils/ylwrap                                                      |    123 +
 678 files changed, 628208 insertions(+), 0 deletions(-)

diffs (truncated from 630904 to 300 lines):

diff -r e0b4acdf19c5 -r 4c1c9e59c86a gnu/dist/binutils/COPYING
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/dist/binutils/COPYING Wed Nov 26 11:31:11 2003 +0000
@@ -0,0 +1,340 @@
+                   GNU GENERAL PUBLIC LICENSE
+                      Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+                       59 Temple Place, Suite 330, Boston, MA  02111-1307  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) 19yy  <name of author>
+
+    This program is free software; you can redistribute it and/or modify



Home | Main Index | Thread Index | Old Index