          MODULE=binutils
         VERSION=2.45.1
          SOURCE=$MODULE-$VERSION.tar.xz
   SOURCE_URL[0]=$GNU_URL/$MODULE
   SOURCE_URL[1]=$MIRROR_URL
      SOURCE_VFY=sha256:5fe101e6fe9d18fdec95962d81ed670fdee5f37e3f48f0bef87bddf862513aa5
        WEB_SITE=http://sources.redhat.com/binutils
         ENTERED=20010922
         UPDATED=20251113
           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
