Import binutils-2.17. vendor/BINUTILS
authorSimon Schubert <corecode@dragonflybsd.org>
Fri, 13 Apr 2007 12:05:44 +0000 (12:05 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Fri, 13 Apr 2007 12:05:44 +0000 (12:05 +0000)
commitb645e20ba765f735f4b64502f144d4ba1e50cbef
treee934a15f0be6827379d706b9b8db3a8f71ded88f
parent998472663118a100cbe4f5b75cccda56a0c6eb7f
Import binutils-2.17.
415 files changed:
contrib/binutils-2.17/COPYING [new file with mode: 0644]
contrib/binutils-2.17/COPYING.LIB [new file with mode: 0644]
contrib/binutils-2.17/README [new file with mode: 0644]
contrib/binutils-2.17/bfd/COPYING [new file with mode: 0644]
contrib/binutils-2.17/bfd/PORTING [new file with mode: 0644]
contrib/binutils-2.17/bfd/README [new file with mode: 0644]
contrib/binutils-2.17/bfd/archive.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/archive64.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/archures.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/bfd-in.h [new file with mode: 0644]
contrib/binutils-2.17/bfd/bfd-in2.h [new file with mode: 0644]
contrib/binutils-2.17/bfd/bfd.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/bfdio.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/binary.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/cache.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/coffgen.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/config.bfd [new file with mode: 0644]
contrib/binutils-2.17/bfd/config.in [new file with mode: 0644]
contrib/binutils-2.17/bfd/corefile.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/cpu-i386.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/aoutx.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/archive.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/archures.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/bfd.texinfo [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/bfdint.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/bfdio.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/bfdsumm.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/bfdt.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/bfdwin.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/cache.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/coffcode.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/core.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/elf.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/elfcode.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/format.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/hash.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/init.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/libbfd.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/linker.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/mmo.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/opncls.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/reloc.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/section.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/syms.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/doc/targets.texi [new file with mode: 0644]
contrib/binutils-2.17/bfd/dwarf1.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/dwarf2.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/efi-app-ia32.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/efi-app-ia64.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/elf-bfd.h [new file with mode: 0644]
contrib/binutils-2.17/bfd/elf-eh-frame.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/elf-strtab.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/elf-vxworks.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/elf-vxworks.h [new file with mode: 0644]
contrib/binutils-2.17/bfd/elf.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/elf32-i386.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/elf32.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/elf64-gen.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/elf64-x86-64.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/elf64.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/elfcode.h [new file with mode: 0644]
contrib/binutils-2.17/bfd/elfcore.h [new file with mode: 0644]
contrib/binutils-2.17/bfd/elflink.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/elfxx-target.h [new file with mode: 0644]
contrib/binutils-2.17/bfd/format.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/genlink.h [new file with mode: 0644]
contrib/binutils-2.17/bfd/hash.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/ihex.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/init.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/libaout.h [new file with mode: 0644]
contrib/binutils-2.17/bfd/libbfd-in.h [new file with mode: 0644]
contrib/binutils-2.17/bfd/libbfd.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/libbfd.h [new file with mode: 0644]
contrib/binutils-2.17/bfd/libcoff.h [new file with mode: 0644]
contrib/binutils-2.17/bfd/libecoff.h [new file with mode: 0644]
contrib/binutils-2.17/bfd/linker.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/merge.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/opncls.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/reloc.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/section.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/simple.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/srec.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/stab-syms.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/stabs.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/syms.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/sysdep.h [new file with mode: 0644]
contrib/binutils-2.17/bfd/targets.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/targmatch.sed [new file with mode: 0644]
contrib/binutils-2.17/bfd/tekhex.c [new file with mode: 0644]
contrib/binutils-2.17/bfd/version.h [new file with mode: 0644]
contrib/binutils-2.17/binutils/addr2line.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/ar.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/arlex.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/arparse.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/arparse.h [new file with mode: 0644]
contrib/binutils-2.17/binutils/arsup.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/arsup.h [new file with mode: 0644]
contrib/binutils-2.17/binutils/binemul.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/binemul.h [new file with mode: 0644]
contrib/binutils-2.17/binutils/bucomm.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/bucomm.h [new file with mode: 0644]
contrib/binutils-2.17/binutils/budbg.h [new file with mode: 0644]
contrib/binutils-2.17/binutils/budemang.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/budemang.h [new file with mode: 0644]
contrib/binutils-2.17/binutils/config.in [new file with mode: 0644]
contrib/binutils-2.17/binutils/debug.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/debug.h [new file with mode: 0644]
contrib/binutils-2.17/binutils/doc/addr2line.1 [new file with mode: 0644]
contrib/binutils-2.17/binutils/doc/ar.1 [new file with mode: 0644]
contrib/binutils-2.17/binutils/doc/binutils.texi [new file with mode: 0644]
contrib/binutils-2.17/binutils/doc/config.texi [new file with mode: 0644]
contrib/binutils-2.17/binutils/doc/fdl.texi [new file with mode: 0644]
contrib/binutils-2.17/binutils/doc/nm.1 [new file with mode: 0644]
contrib/binutils-2.17/binutils/doc/objcopy.1 [new file with mode: 0644]
contrib/binutils-2.17/binutils/doc/objdump.1 [new file with mode: 0644]
contrib/binutils-2.17/binutils/doc/ranlib.1 [new file with mode: 0644]
contrib/binutils-2.17/binutils/doc/readelf.1 [new file with mode: 0644]
contrib/binutils-2.17/binutils/doc/size.1 [new file with mode: 0644]
contrib/binutils-2.17/binutils/doc/strings.1 [new file with mode: 0644]
contrib/binutils-2.17/binutils/doc/strip.1 [new file with mode: 0644]
contrib/binutils-2.17/binutils/dwarf.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/dwarf.h [new file with mode: 0644]
contrib/binutils-2.17/binutils/emul_vanilla.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/filemode.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/ieee.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/is-ranlib.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/is-strip.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/nm.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/not-ranlib.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/not-strip.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/objcopy.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/objdump.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/prdbg.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/rdcoff.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/rddbg.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/readelf.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/rename.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/size.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/stabs.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/strings.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/unwind-ia64.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/unwind-ia64.h [new file with mode: 0644]
contrib/binutils-2.17/binutils/version.c [new file with mode: 0644]
contrib/binutils-2.17/binutils/wrstabs.c [new file with mode: 0644]
contrib/binutils-2.17/gas/CONTRIBUTORS [new file with mode: 0644]
contrib/binutils-2.17/gas/COPYING [new file with mode: 0644]
contrib/binutils-2.17/gas/README [new file with mode: 0644]
contrib/binutils-2.17/gas/app.c [new file with mode: 0644]
contrib/binutils-2.17/gas/as.c [new file with mode: 0644]
contrib/binutils-2.17/gas/as.h [new file with mode: 0644]
contrib/binutils-2.17/gas/asintl.h [new file with mode: 0644]
contrib/binutils-2.17/gas/atof-generic.c [new file with mode: 0644]
contrib/binutils-2.17/gas/bignum.h [new file with mode: 0644]
contrib/binutils-2.17/gas/bit_fix.h [new file with mode: 0644]
contrib/binutils-2.17/gas/cond.c [new file with mode: 0644]
contrib/binutils-2.17/gas/config.in [new file with mode: 0644]
contrib/binutils-2.17/gas/config/atof-ieee.c [new file with mode: 0644]
contrib/binutils-2.17/gas/config/obj-elf.c [new file with mode: 0644]
contrib/binutils-2.17/gas/config/obj-elf.h [new file with mode: 0644]
contrib/binutils-2.17/gas/config/tc-i386.c [new file with mode: 0644]
contrib/binutils-2.17/gas/config/tc-i386.h [new file with mode: 0644]
contrib/binutils-2.17/gas/depend.c [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/as.1 [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/as.texinfo [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/asconfig.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-alpha.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-arc.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-arm.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-bfin.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-cris.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-d10v.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-d30v.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-h8300.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-hppa.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-i370.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-i386.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-i860.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-i960.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-ia64.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-ip2k.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-m32c.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-m32r.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-m68hc11.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-m68k.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-mips.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-mmix.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-msp430.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-pdp11.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-pj.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-ppc.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-sh.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-sh64.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-sparc.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-tic54x.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-v850.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-vax.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-xtensa.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-z80.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/c-z8k.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/fdl.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/doc/gasver.texi [new file with mode: 0644]
contrib/binutils-2.17/gas/dw2gencfi.c [new file with mode: 0644]
contrib/binutils-2.17/gas/dw2gencfi.h [new file with mode: 0644]
contrib/binutils-2.17/gas/dwarf2dbg.c [new file with mode: 0644]
contrib/binutils-2.17/gas/dwarf2dbg.h [new file with mode: 0644]
contrib/binutils-2.17/gas/ecoff.c [new file with mode: 0644]
contrib/binutils-2.17/gas/ecoff.h [new file with mode: 0644]
contrib/binutils-2.17/gas/ehopt.c [new file with mode: 0644]
contrib/binutils-2.17/gas/expr.c [new file with mode: 0644]
contrib/binutils-2.17/gas/expr.h [new file with mode: 0644]
contrib/binutils-2.17/gas/flonum-copy.c [new file with mode: 0644]
contrib/binutils-2.17/gas/flonum-konst.c [new file with mode: 0644]
contrib/binutils-2.17/gas/flonum-mult.c [new file with mode: 0644]
contrib/binutils-2.17/gas/flonum.h [new file with mode: 0644]
contrib/binutils-2.17/gas/frags.c [new file with mode: 0644]
contrib/binutils-2.17/gas/frags.h [new file with mode: 0644]
contrib/binutils-2.17/gas/hash.c [new file with mode: 0644]
contrib/binutils-2.17/gas/hash.h [new file with mode: 0644]
contrib/binutils-2.17/gas/input-file.c [new file with mode: 0644]
contrib/binutils-2.17/gas/input-file.h [new file with mode: 0644]
contrib/binutils-2.17/gas/input-scrub.c [new file with mode: 0644]
contrib/binutils-2.17/gas/itbl-lex.c [new file with mode: 0644]
contrib/binutils-2.17/gas/itbl-lex.h [new file with mode: 0644]
contrib/binutils-2.17/gas/itbl-ops.c [new file with mode: 0644]
contrib/binutils-2.17/gas/itbl-ops.h [new file with mode: 0644]
contrib/binutils-2.17/gas/itbl-parse.c [new file with mode: 0644]
contrib/binutils-2.17/gas/itbl-parse.h [new file with mode: 0644]
contrib/binutils-2.17/gas/listing.c [new file with mode: 0644]
contrib/binutils-2.17/gas/listing.h [new file with mode: 0644]
contrib/binutils-2.17/gas/literal.c [new file with mode: 0644]
contrib/binutils-2.17/gas/macro.c [new file with mode: 0644]
contrib/binutils-2.17/gas/macro.h [new file with mode: 0644]
contrib/binutils-2.17/gas/messages.c [new file with mode: 0644]
contrib/binutils-2.17/gas/obj.h [new file with mode: 0644]
contrib/binutils-2.17/gas/output-file.c [new file with mode: 0644]
contrib/binutils-2.17/gas/output-file.h [new file with mode: 0644]
contrib/binutils-2.17/gas/read.c [new file with mode: 0644]
contrib/binutils-2.17/gas/read.h [new file with mode: 0644]
contrib/binutils-2.17/gas/sb.c [new file with mode: 0644]
contrib/binutils-2.17/gas/sb.h [new file with mode: 0644]
contrib/binutils-2.17/gas/stabs.c [new file with mode: 0644]
contrib/binutils-2.17/gas/struc-symbol.h [new file with mode: 0644]
contrib/binutils-2.17/gas/subsegs.c [new file with mode: 0644]
contrib/binutils-2.17/gas/subsegs.h [new file with mode: 0644]
contrib/binutils-2.17/gas/symbols.c [new file with mode: 0644]
contrib/binutils-2.17/gas/symbols.h [new file with mode: 0644]
contrib/binutils-2.17/gas/tc.h [new file with mode: 0644]
contrib/binutils-2.17/gas/write.c [new file with mode: 0644]
contrib/binutils-2.17/gas/write.h [new file with mode: 0644]
contrib/binutils-2.17/include/COPYING [new file with mode: 0644]
contrib/binutils-2.17/include/ansidecl.h [new file with mode: 0644]
contrib/binutils-2.17/include/aout/aout64.h [new file with mode: 0644]
contrib/binutils-2.17/include/aout/ar.h [new file with mode: 0644]
contrib/binutils-2.17/include/aout/ranlib.h [new file with mode: 0644]
contrib/binutils-2.17/include/aout/stab.def [new file with mode: 0644]
contrib/binutils-2.17/include/aout/stab_gnu.h [new file with mode: 0644]
contrib/binutils-2.17/include/bfdlink.h [new file with mode: 0644]
contrib/binutils-2.17/include/bin-bugs.h [new file with mode: 0644]
contrib/binutils-2.17/include/coff/ecoff.h [new file with mode: 0644]
contrib/binutils-2.17/include/coff/internal.h [new file with mode: 0644]
contrib/binutils-2.17/include/coff/sym.h [new file with mode: 0644]
contrib/binutils-2.17/include/demangle.h [new file with mode: 0644]
contrib/binutils-2.17/include/dis-asm.h [new file with mode: 0644]
contrib/binutils-2.17/include/dyn-string.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/alpha.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/arc.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/arm.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/avr.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/bfin.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/common.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/cris.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/crx.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/d10v.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/d30v.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/dlx.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/dwarf.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/dwarf2.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/external.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/fr30.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/frv.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/h8.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/hppa.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/i370.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/i386.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/i860.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/i960.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/ia64.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/internal.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/ip2k.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/iq2000.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/m32c.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/m32r.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/m68hc11.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/m68k.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/mcore.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/mips.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/mmix.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/mn10200.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/mn10300.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/msp430.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/mt.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/or32.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/pj.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/ppc.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/ppc64.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/reloc-macros.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/s390.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/sh.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/sparc.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/v850.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/vax.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/x86-64.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/xstormy16.h [new file with mode: 0644]
contrib/binutils-2.17/include/elf/xtensa.h [new file with mode: 0644]
contrib/binutils-2.17/include/filenames.h [new file with mode: 0644]
contrib/binutils-2.17/include/floatformat.h [new file with mode: 0644]
contrib/binutils-2.17/include/fnmatch.h [new file with mode: 0644]
contrib/binutils-2.17/include/fopen-same.h [new file with mode: 0644]
contrib/binutils-2.17/include/getopt.h [new file with mode: 0644]
contrib/binutils-2.17/include/hashtab.h [new file with mode: 0644]
contrib/binutils-2.17/include/ieee.h [new file with mode: 0644]
contrib/binutils-2.17/include/libiberty.h [new file with mode: 0644]
contrib/binutils-2.17/include/objalloc.h [new file with mode: 0644]
contrib/binutils-2.17/include/obstack.h [new file with mode: 0644]
contrib/binutils-2.17/include/opcode/i386.h [new file with mode: 0644]
contrib/binutils-2.17/include/progress.h [new file with mode: 0644]
contrib/binutils-2.17/include/safe-ctype.h [new file with mode: 0644]
contrib/binutils-2.17/include/symcat.h [new file with mode: 0644]
contrib/binutils-2.17/ld/README [new file with mode: 0644]
contrib/binutils-2.17/ld/config.in [new file with mode: 0644]
contrib/binutils-2.17/ld/configdoc.texi [new file with mode: 0644]
contrib/binutils-2.17/ld/elf-hints-local.h [new file with mode: 0644]
contrib/binutils-2.17/ld/emulparams/README [new file with mode: 0644]
contrib/binutils-2.17/ld/emulparams/elf_i386.sh [new file with mode: 0644]
contrib/binutils-2.17/ld/emulparams/elf_x86_64.sh [new file with mode: 0644]
contrib/binutils-2.17/ld/emultempl/README [new file with mode: 0644]
contrib/binutils-2.17/ld/emultempl/astring.sed [new file with mode: 0644]
contrib/binutils-2.17/ld/emultempl/elf32.em [new file with mode: 0644]
contrib/binutils-2.17/ld/fdl.texi [new file with mode: 0644]
contrib/binutils-2.17/ld/gen-doc.texi [new file with mode: 0644]
contrib/binutils-2.17/ld/genscripts.sh [new file with mode: 0644]
contrib/binutils-2.17/ld/ld.1 [new file with mode: 0644]
contrib/binutils-2.17/ld/ld.h [new file with mode: 0644]
contrib/binutils-2.17/ld/ld.texinfo [new file with mode: 0644]
contrib/binutils-2.17/ld/ldcref.c [new file with mode: 0644]
contrib/binutils-2.17/ld/ldctor.c [new file with mode: 0644]
contrib/binutils-2.17/ld/ldctor.h [new file with mode: 0644]
contrib/binutils-2.17/ld/ldemul.c [new file with mode: 0644]
contrib/binutils-2.17/ld/ldemul.h [new file with mode: 0644]
contrib/binutils-2.17/ld/ldexp.c [new file with mode: 0644]
contrib/binutils-2.17/ld/ldexp.h [new file with mode: 0644]
contrib/binutils-2.17/ld/ldfile.c [new file with mode: 0644]
contrib/binutils-2.17/ld/ldfile.h [new file with mode: 0644]
contrib/binutils-2.17/ld/ldgram.c [new file with mode: 0644]
contrib/binutils-2.17/ld/ldgram.h [new file with mode: 0644]
contrib/binutils-2.17/ld/ldint.texinfo [new file with mode: 0644]
contrib/binutils-2.17/ld/ldlang.c [new file with mode: 0644]
contrib/binutils-2.17/ld/ldlang.h [new file with mode: 0644]
contrib/binutils-2.17/ld/ldlex.c [new file with mode: 0644]
contrib/binutils-2.17/ld/ldlex.h [new file with mode: 0644]
contrib/binutils-2.17/ld/ldmain.c [new file with mode: 0644]
contrib/binutils-2.17/ld/ldmain.h [new file with mode: 0644]
contrib/binutils-2.17/ld/ldmisc.c [new file with mode: 0644]
contrib/binutils-2.17/ld/ldmisc.h [new file with mode: 0644]
contrib/binutils-2.17/ld/ldver.c [new file with mode: 0644]
contrib/binutils-2.17/ld/ldver.h [new file with mode: 0644]
contrib/binutils-2.17/ld/ldver.texi [new file with mode: 0644]
contrib/binutils-2.17/ld/ldwrite.c [new file with mode: 0644]
contrib/binutils-2.17/ld/ldwrite.h [new file with mode: 0644]
contrib/binutils-2.17/ld/lexsup.c [new file with mode: 0644]
contrib/binutils-2.17/ld/mri.c [new file with mode: 0644]
contrib/binutils-2.17/ld/mri.h [new file with mode: 0644]
contrib/binutils-2.17/ld/scripttempl/README [new file with mode: 0644]
contrib/binutils-2.17/ld/scripttempl/elf.sc [new file with mode: 0644]
contrib/binutils-2.17/ld/sysdep.h [new file with mode: 0644]
contrib/binutils-2.17/libiberty/COPYING.LIB [new file with mode: 0644]
contrib/binutils-2.17/libiberty/README [new file with mode: 0644]
contrib/binutils-2.17/libiberty/argv.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/at-file.texi [new file with mode: 0644]
contrib/binutils-2.17/libiberty/choose-temp.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/concat.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/config.in [new file with mode: 0644]
contrib/binutils-2.17/libiberty/cp-demangle.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/cp-demangle.h [new file with mode: 0644]
contrib/binutils-2.17/libiberty/cp-demint.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/cplus-dem.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/dyn-string.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/floatformat.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/getopt.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/getopt1.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/getpwd.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/getruntime.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/hashtab.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/hex.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/lbasename.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/lrealpath.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/make-relative-prefix.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/make-temp-file.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/objalloc.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/obstack.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/safe-ctype.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/stpcpy.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/unlink-if-ordinary.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/xatexit.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/xexit.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/xmalloc.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/xstrdup.c [new file with mode: 0644]
contrib/binutils-2.17/libiberty/xstrerror.c [new file with mode: 0644]
contrib/binutils-2.17/opcodes/config.in [new file with mode: 0644]
contrib/binutils-2.17/opcodes/dis-buf.c [new file with mode: 0644]
contrib/binutils-2.17/opcodes/dis-init.c [new file with mode: 0644]
contrib/binutils-2.17/opcodes/disassemble.c [new file with mode: 0644]
contrib/binutils-2.17/opcodes/i386-dis.c [new file with mode: 0644]
contrib/binutils-2.17/opcodes/opintl.h [new file with mode: 0644]
contrib/binutils-2.17/opcodes/sysdep.h [new file with mode: 0644]