mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 05:57:43 +00:00
978d0bffc4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
46 lines
1.4 KiB
XML
46 lines
1.4 KiB
XML
<sect2><title> </title><para> </para></sect2>
|
|
|
|
<sect2><title>Descriptions</title>
|
|
|
|
<para>(Last checked against version &gcc-contversion;.)</para>
|
|
|
|
<sect3><title>Program file descriptions</title>
|
|
|
|
<para><command>c++filt</command> is used by the linker to demangle C++
|
|
symbols, to keep overloaded functions from clashing.</para>
|
|
|
|
<para><command>cpp</command> is the C preprocessor. It is used by the
|
|
compiler to have the #include and #define and such statements expanded in
|
|
the source files.</para>
|
|
|
|
<para><command>g++</command> is the C++ compiler.</para>
|
|
|
|
<para><command>gcc</command> is the C compiler. It is used to translate
|
|
the source code of a program into assembly code.</para>
|
|
|
|
<para><command>gccbug</command> is a shell script used to help create
|
|
good bug reports.</para>
|
|
|
|
<para><command>gcov</command> is a coverage testing tool. It is used to
|
|
analyze programs to find out where optimizations will have the most effect.</para>
|
|
|
|
</sect3>
|
|
|
|
<sect3><title>Library file descriptions</title>
|
|
|
|
<para><command>libgcc*</command> contains run-time support for gcc.</para>
|
|
|
|
<para><command>libiberty</command> contains routines used by various GNU
|
|
programs, including getopt, obstack, strerror, strtol and strtoul.</para>
|
|
|
|
<para><command>libstdc++</command> is the standard C++ library. It contains
|
|
many frequently-used functions.</para>
|
|
|
|
<para><command>libsupc++</command> provides supporting routines
|
|
for the c++ programming language.</para>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|