          MODULE=binutils
         VERSION=2.14
        #VERSION=2.13.2.1
          SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$GNU_URL/$MODULE/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/$SOURCE
        WEB_SITE=http://sources.redhat.com/binutils
         ENTERED=20010922
         UPDATED=20030613
           SHORT="binutils is 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
