binutils 2.22: Add makefiles, new incremental-dump binary
authorJohn Marino <draco@marino.st>
Fri, 25 Nov 2011 22:42:29 +0000 (23:42 +0100)
committerJohn Marino <draco@marino.st>
Sat, 26 Nov 2011 11:47:09 +0000 (12:47 +0100)
commitfb161a847523691e8ad56e98eeee6b9ad2e1d030
treecfa2c28027ac6b7ff988d62a8f477a18a1cf0560
parent090a3931252e97f970335dea6513e3783a25f0d7
binutils 2.22: Add makefiles, new incremental-dump binary

The makefiles and headers for binutils 2.22 are similar to those of
binutils 2.21 with the exception of the restructuring of the gold
build.  A dedicated include file was created, and several files were
moved to libgold.  This was done to avoid redundant compiling of
object files in common between ld.gold and incremental-dump.  The
latter was never built before although the source was previously
available.
64 files changed:
gnu/usr.bin/binutils222/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/Makefile.bu [new file with mode: 0644]
gnu/usr.bin/binutils222/Makefile.gld [new file with mode: 0644]
gnu/usr.bin/binutils222/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/binutils222/Makefile.inc0 [new file with mode: 0644]
gnu/usr.bin/binutils222/addr2line/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/ar/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/as/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/as/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/binutils222/as/Makefile.inc0 [new file with mode: 0644]
gnu/usr.bin/binutils222/as/config.h [new file with mode: 0644]
gnu/usr.bin/binutils222/as/i386-dragonfly/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/as/i386-dragonfly/obj-format.h [new file with mode: 0644]
gnu/usr.bin/binutils222/as/i386-dragonfly/targ-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils222/as/i386-dragonfly/targ-env.h [new file with mode: 0644]
gnu/usr.bin/binutils222/as/x86_64-dragonfly/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/as/x86_64-dragonfly/itbl-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils222/as/x86_64-dragonfly/obj-format.h [new file with mode: 0644]
gnu/usr.bin/binutils222/as/x86_64-dragonfly/targ-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils222/as/x86_64-dragonfly/targ-env.h [new file with mode: 0644]
gnu/usr.bin/binutils222/cxxfilt/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/cxxfilt/c++filt.1 [new file with mode: 0644]
gnu/usr.bin/binutils222/doc/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/doc/asconfig.texi [new file with mode: 0644]
gnu/usr.bin/binutils222/elfedit/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/gold/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/gprof/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/gprof/gconfig.h [new file with mode: 0644]
gnu/usr.bin/binutils222/gprof/gprof.1 [new file with mode: 0644]
gnu/usr.bin/binutils222/incdump/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/ld/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/ld/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils222/ld/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils222/ld/config.h [new file with mode: 0644]
gnu/usr.bin/binutils222/libbfd/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/libbfd/Makefile.host.i386 [new file with mode: 0644]
gnu/usr.bin/binutils222/libbfd/Makefile.host.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils222/libbfd/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils222/libbfd/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils222/libbfd/config.h [new file with mode: 0644]
gnu/usr.bin/binutils222/libbinutils/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/libbinutils/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils222/libbinutils/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils222/libbinutils/config.h [new file with mode: 0644]
gnu/usr.bin/binutils222/libgold/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/libgold/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils222/libgold/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils222/libgold/config.h [new file with mode: 0644]
gnu/usr.bin/binutils222/libgold/yyscript.c [new file with mode: 0644]
gnu/usr.bin/binutils222/libgold/yyscript.h [new file with mode: 0644]
gnu/usr.bin/binutils222/libiberty/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/libiberty/config.h [new file with mode: 0644]
gnu/usr.bin/binutils222/libopcodes/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/libopcodes/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils222/libopcodes/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils222/libopcodes/config.h [new file with mode: 0644]
gnu/usr.bin/binutils222/nm/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/objcopy/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/objdump/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/ranlib/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/readelf/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/size/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/strings/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils222/strip/Makefile [new file with mode: 0644]