gcc-desc.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &gcc-contversion;.)</para>
  4. <sect3><title>Program file descriptions</title>
  5. <para><command>c++filt</command> is used by the linker to demangle C++
  6. symbols, to keep overloaded functions from clashing.</para>
  7. <para><command>cpp</command> is the C preprocessor. It is used by the
  8. compiler to have the #include and #define and such statements expanded in
  9. the source files.</para>
  10. <para><command>g++</command> is the C++ compiler.</para>
  11. <para><command>gcc</command> is the C compiler. It is used to translate
  12. the source code of a program into assembly code.</para>
  13. <para><command>gccbug</command> is a shell script used to help create
  14. good bug reports.</para>
  15. <para><command>gcov</command> is a coverage testing tool. It is used to
  16. analyze programs to find out where optimizations will have the most effect.</para>
  17. </sect3>
  18. <sect3><title>Library file descriptions</title>
  19. <para><command>libgcc*</command> contains run-time support for gcc.</para>
  20. <para><command>libiberty</command> contains routines used by various GNU
  21. programs, including getopt, obstack, strerror, strtol and strtoul.</para>
  22. <para><command>libstdc++</command> is the standard C++ library. It contains
  23. many frequently-used functions.</para>
  24. <para><command>libsupc++</command> provides supporting routines
  25. for the c++ programming language.</para>
  26. </sect3>
  27. </sect2>