This is an almost complete port of GNU binutils 2.9.1. The following programs
and libraries were tested and will work (should work not worse than those
included in emx 0.9d):

-*- libiberty (a collection of utility functions, most noticeable are
    getopt/getopt_long(), buildargv/freeargv(), cplus_demangle() and other).
    However, pgcc includes a newer copy of libiberty, so the precompiled
    library from binutils is not included here.

-*- libbfd (GNU Binary File Descriptor library - a library for 
    manipulating object files (built for a.out-emx format))

-*- libopcodes (a library for working with assembly directives
    (assemble/disassemble), compiled for x86 processor).

-*- GAS+GASP, GNU assembler and his preprocessor.

-*- GPROF, GNU profiler (used to postprocess those gmon.out files that are
    created by executables compiled with -pg switch)

-*- GNU binutils themself - nm, ar, objdump, objcopy, addr2line, ranlib, size,
    strings, strip.

-*- GNU ld port is incomplete. It "almost" works but I've failed to make him
    generate correct fixups to imported names. So if you don't want to
    contribute to the ld port, don't even try to build it - use emx's own
    ld (a bit "fixed") included with pgcc.
