glfs/general/prog/gcc/gcc-desc.xml
Tushar Teredesai de102fc8e9 merged gnat and gcc
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@801 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-04 00:07:27 +00:00

100 lines
3.4 KiB
XML

<sect2>
<title>Contents</title>
<para>The gcc package contains <userinput>c++</userinput>,
<userinput>c++filt</userinput>, <userinput>cpp</userinput>,
<userinput>g++</userinput>, <userinput>g77</userinput>,
<userinput>gcc</userinput>, <userinput>gccbug</userinput>,
<userinput>gcov</userinput>, <userinput>glob</userinput>,
<userinput>gnat</userinput>, <userinput>gnatbind</userinput>,
<userinput>gnatbl</userinput>, <userinput>gnatchop</userinput>,
<userinput>gnatfind</userinput>, <userinput>gnatkr</userinput>,
<userinput>gnatlink</userinput>, <userinput>gnatls</userinput>,
<userinput>gnatmake</userinput>, <userinput>gnatprep</userinput>,
<userinput>gnatpsta</userinput>, <userinput>gnatpsys</userinput>,
<userinput>gnatxref</userinput> and <userinput>gcc libraries</userinput>.</para>
</sect2>
<sect2><title>Description</title>
<para>The programs and libraries whose descriptions are missing here
have been described in the LFS gcc-&gcc-version; page.</para>
<sect3><title>g77</title>
<para>g77 is the fortran compiler invoked by gcc.</para></sect3>
<sect3><title>add2line</title>
<para>add2line converts the ASCII form of the 2-line orbital elements in
a file to binary form and appends them to the orbdata files. </para></sect3>
<sect3><title>gcov</title>
<para>gcov is a test coverage program.</para></sect3>
<sect3><title>gdb</title>
<para>gdb is the GNAT debugger.</para></sect3>
<sect3><title>gnatbind</title>
<para>gnatbind is used to bind compiled objects.</para></sect3>
<sect3><title>gnatbl</title>
<para>gnatbl is the Ada linker. </para></sect3>
<sect3><title>gnatchop</title>
<para>gnatchop is useful for renaming files to meet the standard Ada
default file naming conventions.</para></sect3>
<sect3><title>gnatelim</title>
<para>gnatelim is used to detect and eliminate unused subprograms in an
Ada partition.</para></sect3>
<sect3><title>gnatfind</title>
<para>gnatfind is the GNAT definition/use finder.</para></sect3>
<sect3><title>gnatgcc</title>
<para>gnatgcc is the compiler.</para></sect3>
<sect3><title>gnathtml.pl</title>
<para>gnathtml.pl converts Ada souce files to html for viewing in Web
browsers.</para></sect3>
<sect3><title>gnatkr</title>
<para>gnatkr is used to determine the crunched name for a given file,
when crunched to a specified maximum length.</para></sect3>
<sect3><title>gnatlink</title>
<para>gnatlink is used to link programs and build an executable file.</para></sect3>
<sect3><title>gnatls</title>
<para>gnatls is the compiled unit browser.</para></sect3>
<sect3><title>gnatemake</title>
<para>gnatmake ia an automatic make facility.</para></sect3>
<sect3><title>gnatmem</title>
<para>gnatmem is the GNAT utility that monitors dynamic allocation and
deallocation activity in a program.</para></sect3>
<sect3><title>gnatprep</title>
<para>gnatprep is the GNAT external preprocessor.</para></sect3>
<sect3><title>gnatpsta</title>
<para>gnatpsta determines the values of all the relevant parameters in
Standard and outputs to stdout.</para></sect3>
<sect3><title>gnatpsys</title>
<para>gnatpsys determines the values of all the relevant parameters in
System and outputs to stdout.</para></sect3>
<sect3><title>gnatstub</title>
<para>gnatstub is a generator of body stubs.</para></sect3>
<sect3><title>gnatxref</title>
<para>gnatxref is the GNAT cross referencer.</para></sect3>
<sect3><title>gvd</title>
<para>gvd is the GNU Visual Debugger.</para></sect3>
</sect2>