** NOTES: ========= 1. Many utilities in this package are also provided by the operating system. In order to avoid the confliction, we will add prefix "g" to all the utilities that installed on exp tree. (e.g. gld, gas, granlib, gstrip, gobjdump...) If you would like to use GNU utilities instead of the ones provided by the operating system, you could do one of the following: a. Explicitly specify the prefix "g", e.g. "gstrip myprogram" b. Create alias, e.g. "alias ld /exp/rcf/share/bin/gld" c. Create symbolic link to your PATH. e.g. If your ~/bin is in front of other directories in the PATH environment variable, you could use "ln -s /exp/rcf/share/bin/gsize ~/bin/size" then "size" will actually uses /exp/rcf/share/bin/gsize 2. Current version (if installed) will also add a "g" prefix and -2.6 suffix. We also create symbolic links that point g*.old to g*-2.6, where * is the name of the utility program.The latest version of binutils (2.6) has been installed on all exp trees (Ultrix, OSF/1, SunOS, Irix, Solaris, AIX and HPUX)
The utilities in the package are: ld, nm, ar, ranlib, as, gasp, strings, strip, size, objcopy, objdump, c++filt, gprof, and gasp. It also includes some libraries: libbfd.a, libiberty.a and libopcodes.a. For detail of these utilities and libraries, please refer to the man pages.
========================================= aix: gprof is not supported objcopy, strip are not working hpux: ld is not supported osf/1: ld is not supported objcopy, strip are not working as causes /usr/bin/ld warning when use gcc. sgi: ld, gprof are not supported solaris: all suppoerted sunos: all suppoerted ultrix: gprof is not supported =========================================
what is binutils?
This is a package contains various GNU compilers, assemblers, linkers,
debuggers, etc., plus their support routines, definitions, and documentation.
Please refer to man page to deail description of each utility.