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