          MODULE=binutils
         VERSION=2.22
          SOURCE=$MODULE-$VERSION.tar.bz2
   SOURCE_URL[0]=$GNU_URL/$MODULE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
      SOURCE_VFY=sha1:65b304a0b9a53a686ce50a01173d1f40f8efe404
        WEB_SITE=http://sources.redhat.com/binutils
         ENTERED=20010922
         UPDATED=20111121
           SHORT="An essential collection of binary utilities"

cat << EOF
binutils - Collection of binary utilities
ld        -the GNU linker
as        -the portable GNU assembler
ar        -creates, modifies, and extracts from archives
nm        -lists symbols from object files
objcopy   -copies and translates object files
objdump   -displays information from object files
ranlib    -indexes the contents of an archive
size      -lists the section sizes of an object or archive file
strings   -lists printable strings from files
strip     -discards symbols
c++filt   -filter to demangle encoded C++ symbols
addr2line -converts addresses to file and line
nlmconv   -converts object code into an NLM
EOF

