 This is a rudimentary collection of tools for modifying the linked
"executable" in a.out-cris little endian format.

 For the moment, the only non-legacy program is the "bin-cris" program, used
to strip out the binary information of the ".text" and ".data"-segments.  See
also objcopy-cris for S1-record format output.

 Two legacy programs that were part of previous binary-only distributions are
also included; the cris-burn (aka. cburn) program is a C equivalent of the
bin-cris perl program.  The program xasum (aka. xasum2) changes the last
byte(s) of a binary file to be a checksum of the rest.  (It is not related to
the linker output format.)
 These programs are not recommended to be used for new installations and are
not actively maintained.

 A third program, bin-cris.sh is supplied as a complement to bin-cris, but
probably does not work, so it is not installed.
 If for some reason, you don't have perl 5 installed, and you cannot use
cris-burn, you will probably be interested in it.
