aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/gcc-desc.xml
blob: aa9e16baedb97b717cb9609003118abae4e00545 (plain)
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
32
33
34
35
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>

<sect2><title>Short 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>

<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>

</sect2>