LDP/LDP/retired/LFS/appendixa/gcc-desc.xml

30 lines
1016 B
XML
Raw Normal View History

2003-11-06 15:49:30 +00:00
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
2002-10-07 16:04:19 +00:00
2003-11-06 15:49:30 +00:00
<sect2><title>Short descriptions</title>
2001-12-04 21:26:54 +00:00
2003-11-06 15:49:30 +00:00
<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>
2001-12-04 21:26:54 +00:00
2003-11-06 15:49:30 +00:00
<para><command>g++</command> is the C++ compiler.</para>
2002-03-20 23:17:10 +00:00
2003-11-06 15:49:30 +00:00
<para><command>gcc</command> is the C compiler. It is used to translate
the source code of a program into assembly code.</para>
2002-03-20 23:17:10 +00:00
2003-11-06 15:49:30 +00:00
<para><command>gccbug</command> is a shell script used to help create
good bug reports.</para>
2001-12-04 21:26:54 +00:00
2003-11-06 15:49:30 +00:00
<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>
2001-12-04 21:26:54 +00:00
2003-11-06 15:49:30 +00:00
<para><command>libgcc*</command> contains run-time support for gcc.</para>
2001-12-04 21:26:54 +00:00
2003-11-06 15:49:30 +00:00
<para><command>libstdc++</command> is the standard C++ library. It contains
many frequently-used functions.</para>
2002-03-20 23:17:10 +00:00
2003-11-06 15:49:30 +00:00
<para><command>libsupc++</command> provides supporting routines
for the c++ programming language.</para>
2001-12-04 21:26:54 +00:00
</sect2>