| |||||||||
The GNU Binutils is a collection of programming tools developed by the Free Software Foundation for the manipulation of object code in various object file formats. They are typically used in conjunction with GCC, make and GDB.
The binutils include the following commands:
as - assembler
ld - linker
gprof - profiler
Originally the package consisted of only the minor utilities, but later the GNU Assembler (GAS) and GNU Linker (GLD) were included in releases, since their functionality is so closely related.
Most of binutil is a rather simple program; most of the complexity is encapsulated in the BFD and