summaryrefslogtreecommitdiffstats
path: root/devel/binutils/DETAILS
blob: 16ebb41b290ee8e1f78d49a71972711e0d062dbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
           SPELL=binutils
         VERSION=2.25
      PATCHLEVEL=1
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
  SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
      SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
      LICENSE[0]=GPL
        WEB_SITE=http://sourceware.org/binutils/
         ENTERED=20010922
        KEYWORDS="devel"
           SHORT="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