gcc-desc.xml 1.3 KB

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