       MODULE=binutils
      VERSION=2.47
       SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=$MIRROR_URL
   SOURCE_VFY=sha256:154ab23b60070e8f27013c22977f1129425d67d1e8acd6e13010e617811e4cff
     WEB_SITE=http://sources.redhat.com/binutils
      ENTERED=20010922
      UPDATED=20260809
        SHORT="An essential collection of binary utilities"

cat << EOF
binutils is a 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
