]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Initial import of GNU binutils version 2.8.1. Believe it or not,
authorJohn Polstra <jdp@FreeBSD.org>
Sun, 1 Mar 1998 22:58:51 +0000 (22:58 +0000)
committerJohn Polstra <jdp@FreeBSD.org>
Sun, 1 Mar 1998 22:58:51 +0000 (22:58 +0000)
commit52cb49752a44a991245160e86208799635123b9e
treeb7676f996414b979dcbb7de92a3e86b97320d023
Initial import of GNU binutils version 2.8.1.  Believe it or not,
this is heavily stripped down.
574 files changed:
contrib/binutils/Makefile.in [new file with mode: 0644]
contrib/binutils/README [new file with mode: 0644]
contrib/binutils/bfd/ChangeLog [new file with mode: 0644]
contrib/binutils/bfd/Makefile.in [new file with mode: 0644]
contrib/binutils/bfd/PORTING [new file with mode: 0644]
contrib/binutils/bfd/README [new file with mode: 0644]
contrib/binutils/bfd/TODO [new file with mode: 0644]
contrib/binutils/bfd/VERSION [new file with mode: 0644]
contrib/binutils/bfd/acconfig.h [new file with mode: 0644]
contrib/binutils/bfd/aclocal.m4 [new file with mode: 0644]
contrib/binutils/bfd/aout-encap.c [new file with mode: 0644]
contrib/binutils/bfd/aout-target.h [new file with mode: 0644]
contrib/binutils/bfd/aout0.c [new file with mode: 0644]
contrib/binutils/bfd/aout32.c [new file with mode: 0644]
contrib/binutils/bfd/aout64.c [new file with mode: 0644]
contrib/binutils/bfd/aoutf1.h [new file with mode: 0644]
contrib/binutils/bfd/aoutx.h [new file with mode: 0644]
contrib/binutils/bfd/archive.c [new file with mode: 0644]
contrib/binutils/bfd/archures.c [new file with mode: 0644]
contrib/binutils/bfd/bfd-in.h [new file with mode: 0644]
contrib/binutils/bfd/bfd-in2.h [new file with mode: 0644]
contrib/binutils/bfd/bfd.c [new file with mode: 0644]
contrib/binutils/bfd/binary.c [new file with mode: 0644]
contrib/binutils/bfd/cache.c [new file with mode: 0644]
contrib/binutils/bfd/coff-alpha.c [new file with mode: 0644]
contrib/binutils/bfd/coff-aux.c [new file with mode: 0644]
contrib/binutils/bfd/coff-i386.c [new file with mode: 0644]
contrib/binutils/bfd/coff-sh.c [new file with mode: 0644]
contrib/binutils/bfd/coff-z8k.c [new file with mode: 0644]
contrib/binutils/bfd/coffcode.h [new file with mode: 0644]
contrib/binutils/bfd/coffgen.c [new file with mode: 0644]
contrib/binutils/bfd/cofflink.c [new file with mode: 0644]
contrib/binutils/bfd/coffswap.h [new file with mode: 0644]
contrib/binutils/bfd/config.bfd [new file with mode: 0755]
contrib/binutils/bfd/config.in [new file with mode: 0644]
contrib/binutils/bfd/configure [new file with mode: 0755]
contrib/binutils/bfd/configure.host [new file with mode: 0644]
contrib/binutils/bfd/configure.in [new file with mode: 0644]
contrib/binutils/bfd/corefile.c [new file with mode: 0644]
contrib/binutils/bfd/cpu-alpha.c [new file with mode: 0644]
contrib/binutils/bfd/cpu-i386.c [new file with mode: 0644]
contrib/binutils/bfd/cpu-sh.c [new file with mode: 0644]
contrib/binutils/bfd/cpu-z8k.c [new file with mode: 0644]
contrib/binutils/bfd/demo64.c [new file with mode: 0644]
contrib/binutils/bfd/dep-in.sed [new file with mode: 0644]
contrib/binutils/bfd/doc/ChangeLog [new file with mode: 0644]
contrib/binutils/bfd/doc/Makefile.in [new file with mode: 0644]
contrib/binutils/bfd/doc/aoutx.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/archive.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/archures.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/bfd.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/bfd.texinfo [new file with mode: 0644]
contrib/binutils/bfd/doc/bfdsumm.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/cache.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/chew.c [new file with mode: 0644]
contrib/binutils/bfd/doc/coffcode.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/core.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/doc.str [new file with mode: 0644]
contrib/binutils/bfd/doc/elf.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/elfcode.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/format.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/hash.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/init.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/libbfd.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/linker.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/opncls.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/proto.str [new file with mode: 0644]
contrib/binutils/bfd/doc/reloc.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/section.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/syms.texi [new file with mode: 0644]
contrib/binutils/bfd/doc/targets.texi [new file with mode: 0644]
contrib/binutils/bfd/ecoff.c [new file with mode: 0644]
contrib/binutils/bfd/ecofflink.c [new file with mode: 0644]
contrib/binutils/bfd/ecoffswap.h [new file with mode: 0644]
contrib/binutils/bfd/elf-bfd.h [new file with mode: 0644]
contrib/binutils/bfd/elf.c [new file with mode: 0644]
contrib/binutils/bfd/elf32-gen.c [new file with mode: 0644]
contrib/binutils/bfd/elf32-i386.c [new file with mode: 0644]
contrib/binutils/bfd/elf32-sh.c [new file with mode: 0644]
contrib/binutils/bfd/elf32.c [new file with mode: 0644]
contrib/binutils/bfd/elf64-alpha.c [new file with mode: 0644]
contrib/binutils/bfd/elf64-gen.c [new file with mode: 0644]
contrib/binutils/bfd/elf64.c [new file with mode: 0644]
contrib/binutils/bfd/elfcode.h [new file with mode: 0644]
contrib/binutils/bfd/elfcore.h [new file with mode: 0644]
contrib/binutils/bfd/elflink.c [new file with mode: 0644]
contrib/binutils/bfd/elflink.h [new file with mode: 0644]
contrib/binutils/bfd/elfxx-target.h [new file with mode: 0644]
contrib/binutils/bfd/filemode.c [new file with mode: 0644]
contrib/binutils/bfd/format.c [new file with mode: 0644]
contrib/binutils/bfd/freebsd.h [new file with mode: 0644]
contrib/binutils/bfd/gen-aout.c [new file with mode: 0644]
contrib/binutils/bfd/genlink.h [new file with mode: 0644]
contrib/binutils/bfd/hash.c [new file with mode: 0644]
contrib/binutils/bfd/host-aout.c [new file with mode: 0644]
contrib/binutils/bfd/hosts/alphalinux.h [new file with mode: 0644]
contrib/binutils/bfd/hosts/i386bsd.h [new file with mode: 0644]
contrib/binutils/bfd/hosts/i386linux.h [new file with mode: 0644]
contrib/binutils/bfd/hosts/i386sco.h [new file with mode: 0644]
contrib/binutils/bfd/i386aout.c [new file with mode: 0644]
contrib/binutils/bfd/i386bsd.c [new file with mode: 0644]
contrib/binutils/bfd/i386freebsd.c [new file with mode: 0644]
contrib/binutils/bfd/i386linux.c [new file with mode: 0644]
contrib/binutils/bfd/i386netbsd.c [new file with mode: 0644]
contrib/binutils/bfd/ieee.c [new file with mode: 0644]
contrib/binutils/bfd/ihex.c [new file with mode: 0644]
contrib/binutils/bfd/init.c [new file with mode: 0644]
contrib/binutils/bfd/libaout.h [new file with mode: 0644]
contrib/binutils/bfd/libbfd-in.h [new file with mode: 0644]
contrib/binutils/bfd/libbfd.c [new file with mode: 0644]
contrib/binutils/bfd/libbfd.h [new file with mode: 0644]
contrib/binutils/bfd/libcoff-in.h [new file with mode: 0644]
contrib/binutils/bfd/libcoff.h [new file with mode: 0644]
contrib/binutils/bfd/libecoff.h [new file with mode: 0644]
contrib/binutils/bfd/libieee.h [new file with mode: 0644]
contrib/binutils/bfd/linker.c [new file with mode: 0644]
contrib/binutils/bfd/netbsd-core.c [new file with mode: 0644]
contrib/binutils/bfd/netbsd.h [new file with mode: 0644]
contrib/binutils/bfd/opncls.c [new file with mode: 0644]
contrib/binutils/bfd/osf-core.c [new file with mode: 0644]
contrib/binutils/bfd/pe-i386.c [new file with mode: 0644]
contrib/binutils/bfd/ptrace-core.c [new file with mode: 0644]
contrib/binutils/bfd/reloc.c [new file with mode: 0644]
contrib/binutils/bfd/reloc16.c [new file with mode: 0644]
contrib/binutils/bfd/section.c [new file with mode: 0644]
contrib/binutils/bfd/srec.c [new file with mode: 0644]
contrib/binutils/bfd/stab-syms.c [new file with mode: 0644]
contrib/binutils/bfd/stabs.c [new file with mode: 0644]
contrib/binutils/bfd/syms.c [new file with mode: 0644]
contrib/binutils/bfd/sysdep.h [new file with mode: 0644]
contrib/binutils/bfd/targets.c [new file with mode: 0644]
contrib/binutils/bfd/targmatch.sed [new file with mode: 0644]
contrib/binutils/bfd/tekhex.c [new file with mode: 0644]
contrib/binutils/bfd/trad-core.c [new file with mode: 0644]
contrib/binutils/binutils/ChangeLog [new file with mode: 0644]
contrib/binutils/binutils/Makefile.in [new file with mode: 0644]
contrib/binutils/binutils/NEWS [new file with mode: 0644]
contrib/binutils/binutils/README [new file with mode: 0644]
contrib/binutils/binutils/acconfig.h [new file with mode: 0644]
contrib/binutils/binutils/aclocal.m4 [new file with mode: 0644]
contrib/binutils/binutils/addr2line.1 [new file with mode: 0644]
contrib/binutils/binutils/addr2line.c [new file with mode: 0644]
contrib/binutils/binutils/ar.1 [new file with mode: 0644]
contrib/binutils/binutils/ar.c [new file with mode: 0644]
contrib/binutils/binutils/arlex.l [new file with mode: 0644]
contrib/binutils/binutils/arparse.y [new file with mode: 0644]
contrib/binutils/binutils/arsup.c [new file with mode: 0644]
contrib/binutils/binutils/arsup.h [new file with mode: 0644]
contrib/binutils/binutils/binutils.texi [new file with mode: 0644]
contrib/binutils/binutils/bucomm.c [new file with mode: 0644]
contrib/binutils/binutils/bucomm.h [new file with mode: 0644]
contrib/binutils/binutils/budbg.h [new file with mode: 0644]
contrib/binutils/binutils/coffdump.c [new file with mode: 0644]
contrib/binutils/binutils/coffgrok.c [new file with mode: 0644]
contrib/binutils/binutils/coffgrok.h [new file with mode: 0644]
contrib/binutils/binutils/config.in [new file with mode: 0644]
contrib/binutils/binutils/config.texi [new file with mode: 0644]
contrib/binutils/binutils/configure [new file with mode: 0755]
contrib/binutils/binutils/configure.in [new file with mode: 0644]
contrib/binutils/binutils/cxxfilt.man [new file with mode: 0644]
contrib/binutils/binutils/debug.c [new file with mode: 0644]
contrib/binutils/binutils/debug.h [new file with mode: 0644]
contrib/binutils/binutils/deflex.l [new file with mode: 0644]
contrib/binutils/binutils/defparse.y [new file with mode: 0644]
contrib/binutils/binutils/dep-in.sed [new file with mode: 0644]
contrib/binutils/binutils/dlltool.c [new file with mode: 0644]
contrib/binutils/binutils/filemode.c [new file with mode: 0644]
contrib/binutils/binutils/ieee.c [new file with mode: 0644]
contrib/binutils/binutils/is-ranlib.c [new file with mode: 0644]
contrib/binutils/binutils/is-strip.c [new file with mode: 0644]
contrib/binutils/binutils/maybe-ranlib.c [new file with mode: 0644]
contrib/binutils/binutils/maybe-strip.c [new file with mode: 0644]
contrib/binutils/binutils/nm.1 [new file with mode: 0644]
contrib/binutils/binutils/nm.c [new file with mode: 0644]
contrib/binutils/binutils/not-ranlib.c [new file with mode: 0644]
contrib/binutils/binutils/not-strip.c [new file with mode: 0644]
contrib/binutils/binutils/objcopy.1 [new file with mode: 0644]
contrib/binutils/binutils/objcopy.c [new file with mode: 0644]
contrib/binutils/binutils/objdump.1 [new file with mode: 0644]
contrib/binutils/binutils/objdump.c [new file with mode: 0644]
contrib/binutils/binutils/prdbg.c [new file with mode: 0644]
contrib/binutils/binutils/ranlib.1 [new file with mode: 0644]
contrib/binutils/binutils/ranlib.sh [new file with mode: 0755]
contrib/binutils/binutils/rdcoff.c [new file with mode: 0644]
contrib/binutils/binutils/rddbg.c [new file with mode: 0644]
contrib/binutils/binutils/sanity.sh [new file with mode: 0755]
contrib/binutils/binutils/size.1 [new file with mode: 0644]
contrib/binutils/binutils/size.c [new file with mode: 0644]
contrib/binutils/binutils/srconv.c [new file with mode: 0644]
contrib/binutils/binutils/stabs.c [new file with mode: 0644]
contrib/binutils/binutils/strings.1 [new file with mode: 0644]
contrib/binutils/binutils/strings.c [new file with mode: 0644]
contrib/binutils/binutils/strip.1 [new file with mode: 0644]
contrib/binutils/binutils/sysdump.c [new file with mode: 0644]
contrib/binutils/binutils/sysinfo.y [new file with mode: 0644]
contrib/binutils/binutils/syslex.l [new file with mode: 0644]
contrib/binutils/binutils/version.c [new file with mode: 0644]
contrib/binutils/binutils/wrstabs.c [new file with mode: 0644]
contrib/binutils/config-ml.in [new file with mode: 0644]
contrib/binutils/config.guess [new file with mode: 0755]
contrib/binutils/config.sub [new file with mode: 0755]
contrib/binutils/config/ChangeLog [new file with mode: 0644]
contrib/binutils/config/mh-cxux [new file with mode: 0644]
contrib/binutils/config/mh-necv4 [new file with mode: 0644]
contrib/binutils/config/mh-papic [new file with mode: 0644]
contrib/binutils/config/mh-sco [new file with mode: 0644]
contrib/binutils/config/mh-solaris [new file with mode: 0644]
contrib/binutils/config/mh-sysv [new file with mode: 0644]
contrib/binutils/config/mh-sysv4 [new file with mode: 0644]
contrib/binutils/config/mh-x86pic [new file with mode: 0644]
contrib/binutils/config/mt-papic [new file with mode: 0644]
contrib/binutils/config/mt-v810 [new file with mode: 0644]
contrib/binutils/config/mt-x86pic [new file with mode: 0644]
contrib/binutils/configure [new file with mode: 0755]
contrib/binutils/configure.in [new file with mode: 0644]
contrib/binutils/etc/Makefile.in [new file with mode: 0644]
contrib/binutils/etc/cfg-paper.texi [new file with mode: 0644]
contrib/binutils/etc/configure [new file with mode: 0755]
contrib/binutils/etc/configure.in [new file with mode: 0644]
contrib/binutils/etc/configure.man [new file with mode: 0644]
contrib/binutils/etc/configure.texi [new file with mode: 0644]
contrib/binutils/etc/make-stds.texi [new file with mode: 0644]
contrib/binutils/etc/standards.texi [new file with mode: 0644]
contrib/binutils/gas/CONTRIBUTORS [new file with mode: 0644]
contrib/binutils/gas/ChangeLog [new file with mode: 0644]
contrib/binutils/gas/Makefile.in [new file with mode: 0644]
contrib/binutils/gas/NEWS [new file with mode: 0644]
contrib/binutils/gas/README [new file with mode: 0644]
contrib/binutils/gas/acconfig.h [new file with mode: 0644]
contrib/binutils/gas/aclocal.m4 [new file with mode: 0644]
contrib/binutils/gas/app.c [new file with mode: 0644]
contrib/binutils/gas/as.c [new file with mode: 0644]
contrib/binutils/gas/as.h [new file with mode: 0644]
contrib/binutils/gas/atof-generic.c [new file with mode: 0644]
contrib/binutils/gas/bignum-copy.c [new file with mode: 0644]
contrib/binutils/gas/bignum.h [new file with mode: 0644]
contrib/binutils/gas/bit_fix.h [new file with mode: 0644]
contrib/binutils/gas/cgen.c [new file with mode: 0644]
contrib/binutils/gas/cond.c [new file with mode: 0644]
contrib/binutils/gas/conf.in [new file with mode: 0644]
contrib/binutils/gas/config/aout_gnu.h [new file with mode: 0644]
contrib/binutils/gas/config/atof-ieee.c [new file with mode: 0644]
contrib/binutils/gas/config/e-i386coff.c [new file with mode: 0644]
contrib/binutils/gas/config/e-i386elf.c [new file with mode: 0644]
contrib/binutils/gas/config/i386coff.mt [new file with mode: 0644]
contrib/binutils/gas/config/obj-aout.c [new file with mode: 0644]
contrib/binutils/gas/config/obj-aout.h [new file with mode: 0644]
contrib/binutils/gas/config/obj-coff.c [new file with mode: 0644]
contrib/binutils/gas/config/obj-coff.h [new file with mode: 0644]
contrib/binutils/gas/config/obj-ecoff.c [new file with mode: 0644]
contrib/binutils/gas/config/obj-ecoff.h [new file with mode: 0644]
contrib/binutils/gas/config/obj-elf.c [new file with mode: 0644]
contrib/binutils/gas/config/obj-elf.h [new file with mode: 0644]
contrib/binutils/gas/config/obj-generic.c [new file with mode: 0644]
contrib/binutils/gas/config/obj-generic.h [new file with mode: 0644]
contrib/binutils/gas/config/obj-ieee.c [new file with mode: 0644]
contrib/binutils/gas/config/obj-ieee.h [new file with mode: 0644]
contrib/binutils/gas/config/obj-multi.c [new file with mode: 0644]
contrib/binutils/gas/config/obj-multi.h [new file with mode: 0644]
contrib/binutils/gas/config/sco5.mt [new file with mode: 0644]
contrib/binutils/gas/config/tc-alpha.c [new file with mode: 0644]
contrib/binutils/gas/config/tc-alpha.h [new file with mode: 0644]
contrib/binutils/gas/config/tc-generic.c [new file with mode: 0644]
contrib/binutils/gas/config/tc-generic.h [new file with mode: 0644]
contrib/binutils/gas/config/tc-i386.c [new file with mode: 0644]
contrib/binutils/gas/config/tc-i386.h [new file with mode: 0644]
contrib/binutils/gas/config/tc-m68851.h [new file with mode: 0644]
contrib/binutils/gas/config/tc-sh.c [new file with mode: 0644]
contrib/binutils/gas/config/tc-sh.h [new file with mode: 0644]
contrib/binutils/gas/config/tc-z8k.c [new file with mode: 0644]
contrib/binutils/gas/config/tc-z8k.h [new file with mode: 0644]
contrib/binutils/gas/config/te-386bsd.h [new file with mode: 0644]
contrib/binutils/gas/config/te-aux.h [new file with mode: 0644]
contrib/binutils/gas/config/te-generic.h [new file with mode: 0644]
contrib/binutils/gas/config/te-linux.h [new file with mode: 0644]
contrib/binutils/gas/config/te-multi.h [new file with mode: 0644]
contrib/binutils/gas/config/te-nbsd.h [new file with mode: 0644]
contrib/binutils/gas/config/te-pe.h [new file with mode: 0644]
contrib/binutils/gas/config/te-svr4.h [new file with mode: 0644]
contrib/binutils/gas/config/te-sysv32.h [new file with mode: 0644]
contrib/binutils/gas/configure [new file with mode: 0755]
contrib/binutils/gas/configure.in [new file with mode: 0644]
contrib/binutils/gas/debug.c [new file with mode: 0644]
contrib/binutils/gas/dep-in.sed [new file with mode: 0644]
contrib/binutils/gas/doc/Makefile.in [new file with mode: 0644]
contrib/binutils/gas/doc/all.texi [new file with mode: 0644]
contrib/binutils/gas/doc/as.1 [new file with mode: 0644]
contrib/binutils/gas/doc/as.texinfo [new file with mode: 0644]
contrib/binutils/gas/doc/c-i386.texi [new file with mode: 0644]
contrib/binutils/gas/doc/c-sh.texi [new file with mode: 0644]
contrib/binutils/gas/doc/c-z8k.texi [new file with mode: 0644]
contrib/binutils/gas/doc/gasp.texi [new file with mode: 0644]
contrib/binutils/gas/doc/h8.texi [new file with mode: 0644]
contrib/binutils/gas/doc/internals.texi [new file with mode: 0644]
contrib/binutils/gas/ecoff.c [new file with mode: 0644]
contrib/binutils/gas/ecoff.h [new file with mode: 0644]
contrib/binutils/gas/emul-target.h [new file with mode: 0644]
contrib/binutils/gas/emul.h [new file with mode: 0644]
contrib/binutils/gas/expr.c [new file with mode: 0644]
contrib/binutils/gas/expr.h [new file with mode: 0644]
contrib/binutils/gas/flonum-copy.c [new file with mode: 0644]
contrib/binutils/gas/flonum-konst.c [new file with mode: 0644]
contrib/binutils/gas/flonum-mult.c [new file with mode: 0644]
contrib/binutils/gas/flonum.h [new file with mode: 0644]
contrib/binutils/gas/frags.c [new file with mode: 0644]
contrib/binutils/gas/frags.h [new file with mode: 0644]
contrib/binutils/gas/gasp.c [new file with mode: 0644]
contrib/binutils/gas/gdbinit.in [new file with mode: 0644]
contrib/binutils/gas/hash.c [new file with mode: 0644]
contrib/binutils/gas/hash.h [new file with mode: 0644]
contrib/binutils/gas/input-file.c [new file with mode: 0644]
contrib/binutils/gas/input-file.h [new file with mode: 0644]
contrib/binutils/gas/input-scrub.c [new file with mode: 0644]
contrib/binutils/gas/itbl-lex.l [new file with mode: 0644]
contrib/binutils/gas/itbl-ops.c [new file with mode: 0644]
contrib/binutils/gas/itbl-ops.h [new file with mode: 0644]
contrib/binutils/gas/itbl-parse.y [new file with mode: 0644]
contrib/binutils/gas/link.cmd [new file with mode: 0644]
contrib/binutils/gas/listing.c [new file with mode: 0644]
contrib/binutils/gas/listing.h [new file with mode: 0644]
contrib/binutils/gas/literal.c [new file with mode: 0644]
contrib/binutils/gas/macro.c [new file with mode: 0644]
contrib/binutils/gas/macro.h [new file with mode: 0644]
contrib/binutils/gas/messages.c [new file with mode: 0644]
contrib/binutils/gas/obj.h [new file with mode: 0644]
contrib/binutils/gas/output-file.c [new file with mode: 0644]
contrib/binutils/gas/output-file.h [new file with mode: 0644]
contrib/binutils/gas/read.c [new file with mode: 0644]
contrib/binutils/gas/read.h [new file with mode: 0644]
contrib/binutils/gas/sb.c [new file with mode: 0644]
contrib/binutils/gas/sb.h [new file with mode: 0644]
contrib/binutils/gas/stabs.c [new file with mode: 0644]
contrib/binutils/gas/struc-symbol.h [new file with mode: 0644]
contrib/binutils/gas/subsegs.c [new file with mode: 0644]
contrib/binutils/gas/subsegs.h [new file with mode: 0644]
contrib/binutils/gas/symbols.c [new file with mode: 0644]
contrib/binutils/gas/symbols.h [new file with mode: 0644]
contrib/binutils/gas/tc.h [new file with mode: 0644]
contrib/binutils/gas/write.c [new file with mode: 0644]
contrib/binutils/gas/write.h [new file with mode: 0644]
contrib/binutils/include/ChangeLog [new file with mode: 0644]
contrib/binutils/include/ansidecl.h [new file with mode: 0644]
contrib/binutils/include/aout/ChangeLog [new file with mode: 0644]
contrib/binutils/include/aout/aout64.h [new file with mode: 0644]
contrib/binutils/include/aout/ar.h [new file with mode: 0644]
contrib/binutils/include/aout/encap.h [new file with mode: 0644]
contrib/binutils/include/aout/host.h [new file with mode: 0644]
contrib/binutils/include/aout/ranlib.h [new file with mode: 0644]
contrib/binutils/include/aout/reloc.h [new file with mode: 0644]
contrib/binutils/include/aout/stab.def [new file with mode: 0644]
contrib/binutils/include/aout/stab_gnu.h [new file with mode: 0644]
contrib/binutils/include/bfdlink.h [new file with mode: 0644]
contrib/binutils/include/callback.h [new file with mode: 0644]
contrib/binutils/include/coff/ChangeLog [new file with mode: 0644]
contrib/binutils/include/coff/alpha.h [new file with mode: 0644]
contrib/binutils/include/coff/aux-coff.h [new file with mode: 0644]
contrib/binutils/include/coff/ecoff.h [new file with mode: 0644]
contrib/binutils/include/coff/i386.h [new file with mode: 0644]
contrib/binutils/include/coff/internal.h [new file with mode: 0644]
contrib/binutils/include/coff/pe.h [new file with mode: 0644]
contrib/binutils/include/coff/sh.h [new file with mode: 0644]
contrib/binutils/include/coff/sym.h [new file with mode: 0644]
contrib/binutils/include/coff/symconst.h [new file with mode: 0644]
contrib/binutils/include/coff/z8k.h [new file with mode: 0644]
contrib/binutils/include/demangle.h [new file with mode: 0644]
contrib/binutils/include/dis-asm.h [new file with mode: 0644]
contrib/binutils/include/elf/ChangeLog [new file with mode: 0644]
contrib/binutils/include/elf/alpha.h [new file with mode: 0644]
contrib/binutils/include/elf/common.h [new file with mode: 0644]
contrib/binutils/include/elf/dwarf.h [new file with mode: 0644]
contrib/binutils/include/elf/dwarf2.h [new file with mode: 0644]
contrib/binutils/include/elf/external.h [new file with mode: 0644]
contrib/binutils/include/elf/internal.h [new file with mode: 0644]
contrib/binutils/include/floatformat.h [new file with mode: 0644]
contrib/binutils/include/fnmatch.h [new file with mode: 0644]
contrib/binutils/include/fopen-bin.h [new file with mode: 0644]
contrib/binutils/include/fopen-same.h [new file with mode: 0644]
contrib/binutils/include/gdbm.h [new file with mode: 0644]
contrib/binutils/include/getopt.h [new file with mode: 0644]
contrib/binutils/include/ieee.h [new file with mode: 0644]
contrib/binutils/include/libiberty.h [new file with mode: 0644]
contrib/binutils/include/objalloc.h [new file with mode: 0644]
contrib/binutils/include/obstack.h [new file with mode: 0644]
contrib/binutils/include/opcode/ChangeLog [new file with mode: 0644]
contrib/binutils/include/opcode/alpha.h [new file with mode: 0644]
contrib/binutils/include/opcode/cgen.h [new file with mode: 0644]
contrib/binutils/include/opcode/convex.h [new file with mode: 0644]
contrib/binutils/include/opcode/i386.h [new file with mode: 0644]
contrib/binutils/include/opcode/np1.h [new file with mode: 0644]
contrib/binutils/include/opcode/pn.h [new file with mode: 0644]
contrib/binutils/include/progress.h [new file with mode: 0644]
contrib/binutils/include/remote-sim.h [new file with mode: 0644]
contrib/binutils/include/wait.h [new file with mode: 0644]
contrib/binutils/install.sh [new file with mode: 0755]
contrib/binutils/ld/ChangeLog [new file with mode: 0644]
contrib/binutils/ld/Makefile.in [new file with mode: 0644]
contrib/binutils/ld/NEWS [new file with mode: 0644]
contrib/binutils/ld/README [new file with mode: 0644]
contrib/binutils/ld/TODO [new file with mode: 0644]
contrib/binutils/ld/acconfig.h [new file with mode: 0644]
contrib/binutils/ld/aclocal.m4 [new file with mode: 0644]
contrib/binutils/ld/config.in [new file with mode: 0644]
contrib/binutils/ld/configdoc.texi [new file with mode: 0644]
contrib/binutils/ld/configure [new file with mode: 0755]
contrib/binutils/ld/configure.host [new file with mode: 0644]
contrib/binutils/ld/configure.in [new file with mode: 0644]
contrib/binutils/ld/configure.tgt [new file with mode: 0644]
contrib/binutils/ld/dep-in.sed [new file with mode: 0644]
contrib/binutils/ld/emulparams/README [new file with mode: 0644]
contrib/binutils/ld/emulparams/alpha.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/elf32b4300.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/elf32l4300.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/elf64alpha.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/elf_i386.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/i386aout.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/i386bsd.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/i386coff.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/i386linux.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/i386moss.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/i386nbsd.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/i386nw.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/i386pe.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/sh.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/shelf.sh [new file with mode: 0755]
contrib/binutils/ld/emulparams/shl.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/shlelf.sh [new file with mode: 0755]
contrib/binutils/ld/emulparams/vanilla.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/vsta.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/z8001.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/z8002.sh [new file with mode: 0644]
contrib/binutils/ld/emultempl/README [new file with mode: 0644]
contrib/binutils/ld/emultempl/elf32.em [new file with mode: 0644]
contrib/binutils/ld/emultempl/generic.em [new file with mode: 0644]
contrib/binutils/ld/emultempl/linux.em [new file with mode: 0644]
contrib/binutils/ld/emultempl/pe.em [new file with mode: 0644]
contrib/binutils/ld/emultempl/stringify.sed [new file with mode: 0644]
contrib/binutils/ld/emultempl/vanilla.em [new file with mode: 0644]
contrib/binutils/ld/gen-doc.texi [new file with mode: 0644]
contrib/binutils/ld/genscripts.sh [new file with mode: 0755]
contrib/binutils/ld/h8-doc.texi [new file with mode: 0644]
contrib/binutils/ld/ld.1 [new file with mode: 0644]
contrib/binutils/ld/ld.h [new file with mode: 0644]
contrib/binutils/ld/ld.texinfo [new file with mode: 0644]
contrib/binutils/ld/ldcref.c [new file with mode: 0644]
contrib/binutils/ld/ldctor.c [new file with mode: 0644]
contrib/binutils/ld/ldctor.h [new file with mode: 0644]
contrib/binutils/ld/ldemul.c [new file with mode: 0644]
contrib/binutils/ld/ldemul.h [new file with mode: 0644]
contrib/binutils/ld/ldexp.c [new file with mode: 0644]
contrib/binutils/ld/ldexp.h [new file with mode: 0644]
contrib/binutils/ld/ldfile.c [new file with mode: 0644]
contrib/binutils/ld/ldfile.h [new file with mode: 0644]
contrib/binutils/ld/ldgram.y [new file with mode: 0644]
contrib/binutils/ld/ldint.texinfo [new file with mode: 0644]
contrib/binutils/ld/ldlang.c [new file with mode: 0644]
contrib/binutils/ld/ldlang.h [new file with mode: 0644]
contrib/binutils/ld/ldlex.h [new file with mode: 0644]
contrib/binutils/ld/ldlex.l [new file with mode: 0644]
contrib/binutils/ld/ldmain.c [new file with mode: 0644]
contrib/binutils/ld/ldmain.h [new file with mode: 0644]
contrib/binutils/ld/ldmisc.c [new file with mode: 0644]
contrib/binutils/ld/ldmisc.h [new file with mode: 0644]
contrib/binutils/ld/ldver.c [new file with mode: 0644]
contrib/binutils/ld/ldver.h [new file with mode: 0644]
contrib/binutils/ld/ldwrite.c [new file with mode: 0644]
contrib/binutils/ld/ldwrite.h [new file with mode: 0644]
contrib/binutils/ld/lexsup.c [new file with mode: 0644]
contrib/binutils/ld/mri.c [new file with mode: 0644]
contrib/binutils/ld/mri.h [new file with mode: 0644]
contrib/binutils/ld/scripttempl/README [new file with mode: 0644]
contrib/binutils/ld/scripttempl/alpha.sc [new file with mode: 0644]
contrib/binutils/ld/scripttempl/aout.sc [new file with mode: 0644]
contrib/binutils/ld/scripttempl/elf.sc [new file with mode: 0644]
contrib/binutils/ld/scripttempl/i386coff.sc [new file with mode: 0644]
contrib/binutils/ld/scripttempl/nw.sc [new file with mode: 0644]
contrib/binutils/ld/scripttempl/pe.sc [new file with mode: 0644]
contrib/binutils/ld/scripttempl/sh.sc [new file with mode: 0644]
contrib/binutils/ld/scripttempl/vanilla.sc [new file with mode: 0644]
contrib/binutils/ld/scripttempl/z8000.sc [new file with mode: 0644]
contrib/binutils/ld/sysdep.h [new file with mode: 0644]
contrib/binutils/libiberty/ChangeLog [new file with mode: 0644]
contrib/binutils/libiberty/Makefile.in [new file with mode: 0644]
contrib/binutils/libiberty/README [new file with mode: 0644]
contrib/binutils/libiberty/alloca-botch.h [new file with mode: 0644]
contrib/binutils/libiberty/alloca-norm.h [new file with mode: 0644]
contrib/binutils/libiberty/alloca.c [new file with mode: 0644]
contrib/binutils/libiberty/argv.c [new file with mode: 0644]
contrib/binutils/libiberty/atexit.c [new file with mode: 0644]
contrib/binutils/libiberty/basename.c [new file with mode: 0644]
contrib/binutils/libiberty/bcmp.c [new file with mode: 0644]
contrib/binutils/libiberty/bcopy.c [new file with mode: 0644]
contrib/binutils/libiberty/bzero.c [new file with mode: 0644]
contrib/binutils/libiberty/choose-temp.c [new file with mode: 0644]
contrib/binutils/libiberty/clock.c [new file with mode: 0644]
contrib/binutils/libiberty/concat.c [new file with mode: 0644]
contrib/binutils/libiberty/config.table [new file with mode: 0644]
contrib/binutils/libiberty/config/mh-cxux7 [new file with mode: 0644]
contrib/binutils/libiberty/config/mh-sysv [new file with mode: 0644]
contrib/binutils/libiberty/config/mh-sysv4 [new file with mode: 0644]
contrib/binutils/libiberty/configure.in [new file with mode: 0644]
contrib/binutils/libiberty/copysign.c [new file with mode: 0644]
contrib/binutils/libiberty/cplus-dem.c [new file with mode: 0644]
contrib/binutils/libiberty/dummy.c [new file with mode: 0644]
contrib/binutils/libiberty/fdmatch.c [new file with mode: 0644]
contrib/binutils/libiberty/floatformat.c [new file with mode: 0644]
contrib/binutils/libiberty/fnmatch.c [new file with mode: 0644]
contrib/binutils/libiberty/functions.def [new file with mode: 0644]
contrib/binutils/libiberty/getcwd.c [new file with mode: 0644]
contrib/binutils/libiberty/getopt.c [new file with mode: 0644]
contrib/binutils/libiberty/getopt1.c [new file with mode: 0644]
contrib/binutils/libiberty/getpagesize.c [new file with mode: 0644]
contrib/binutils/libiberty/getruntime.c [new file with mode: 0644]
contrib/binutils/libiberty/hex.c [new file with mode: 0644]
contrib/binutils/libiberty/index.c [new file with mode: 0644]
contrib/binutils/libiberty/insque.c [new file with mode: 0644]
contrib/binutils/libiberty/memchr.c [new file with mode: 0644]
contrib/binutils/libiberty/memcmp.c [new file with mode: 0644]
contrib/binutils/libiberty/memcpy.c [new file with mode: 0644]
contrib/binutils/libiberty/memmove.c [new file with mode: 0644]
contrib/binutils/libiberty/memset.c [new file with mode: 0644]
contrib/binutils/libiberty/objalloc.c [new file with mode: 0644]
contrib/binutils/libiberty/obstack.c [new file with mode: 0644]
contrib/binutils/libiberty/pexecute.c [new file with mode: 0644]
contrib/binutils/libiberty/random.c [new file with mode: 0644]
contrib/binutils/libiberty/rename.c [new file with mode: 0644]
contrib/binutils/libiberty/rindex.c [new file with mode: 0644]
contrib/binutils/libiberty/sigsetmask.c [new file with mode: 0644]
contrib/binutils/libiberty/spaces.c [new file with mode: 0644]
contrib/binutils/libiberty/strcasecmp.c [new file with mode: 0644]
contrib/binutils/libiberty/strchr.c [new file with mode: 0644]
contrib/binutils/libiberty/strdup.c [new file with mode: 0644]
contrib/binutils/libiberty/strerror.c [new file with mode: 0644]
contrib/binutils/libiberty/strncasecmp.c [new file with mode: 0644]
contrib/binutils/libiberty/strrchr.c [new file with mode: 0644]
contrib/binutils/libiberty/strsignal.c [new file with mode: 0644]
contrib/binutils/libiberty/strstr.c [new file with mode: 0644]
contrib/binutils/libiberty/strtod.c [new file with mode: 0644]
contrib/binutils/libiberty/strtol.c [new file with mode: 0644]
contrib/binutils/libiberty/strtoul.c [new file with mode: 0644]
contrib/binutils/libiberty/tmpnam.c [new file with mode: 0644]
contrib/binutils/libiberty/vasprintf.c [new file with mode: 0644]
contrib/binutils/libiberty/vfork.c [new file with mode: 0644]
contrib/binutils/libiberty/vfprintf.c [new file with mode: 0644]
contrib/binutils/libiberty/vprintf.c [new file with mode: 0644]
contrib/binutils/libiberty/vsprintf.c [new file with mode: 0644]
contrib/binutils/libiberty/waitpid.c [new file with mode: 0644]
contrib/binutils/libiberty/xatexit.c [new file with mode: 0644]
contrib/binutils/libiberty/xexit.c [new file with mode: 0644]
contrib/binutils/libiberty/xmalloc.c [new file with mode: 0644]
contrib/binutils/libiberty/xstrdup.c [new file with mode: 0644]
contrib/binutils/libiberty/xstrerror.c [new file with mode: 0644]
contrib/binutils/move-if-change [new file with mode: 0755]
contrib/binutils/opcodes/ChangeLog [new file with mode: 0644]
contrib/binutils/opcodes/Makefile.in [new file with mode: 0644]
contrib/binutils/opcodes/aclocal.m4 [new file with mode: 0644]
contrib/binutils/opcodes/alpha-dis.c [new file with mode: 0644]
contrib/binutils/opcodes/alpha-opc.c [new file with mode: 0644]
contrib/binutils/opcodes/cgen-asm.c [new file with mode: 0644]
contrib/binutils/opcodes/cgen-dis.c [new file with mode: 0644]
contrib/binutils/opcodes/cgen-opc.c [new file with mode: 0644]
contrib/binutils/opcodes/config.in [new file with mode: 0644]
contrib/binutils/opcodes/configure [new file with mode: 0755]
contrib/binutils/opcodes/configure.in [new file with mode: 0644]
contrib/binutils/opcodes/dep-in.sed [new file with mode: 0644]
contrib/binutils/opcodes/dis-buf.c [new file with mode: 0644]
contrib/binutils/opcodes/disassemble.c [new file with mode: 0644]
contrib/binutils/opcodes/i386-dis.c [new file with mode: 0644]
contrib/binutils/opcodes/sh-dis.c [new file with mode: 0644]
contrib/binutils/opcodes/sh-opc.h [new file with mode: 0644]
contrib/binutils/opcodes/sysdep.h [new file with mode: 0644]
contrib/binutils/opcodes/z8k-dis.c [new file with mode: 0644]
contrib/binutils/opcodes/z8k-opc.h [new file with mode: 0644]
contrib/binutils/opcodes/z8kgen.c [new file with mode: 0644]
contrib/binutils/symlink-tree [new file with mode: 0755]