Ignore:
Timestamp:
08/30/2003 10:48:04 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1155be78
Parents:
0be83224
Message:

update to gcc-3.3.1 and update intro for tcsh

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1005 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc/gcc-desc.xml

    r0be83224 rd8e2e7ce  
    22<title>Contents</title>
    33
    4 <para>The gcc package contains <userinput>c++</userinput>,
    5 <userinput>c++filt</userinput>, <userinput>cpp</userinput>,
    6 <userinput>g++</userinput>, <userinput>g77</userinput>,
    7 <userinput>gcc</userinput>, <userinput>gccbug</userinput>,
    8 <userinput>gcov</userinput>, <userinput>glob</userinput>,
    9 <userinput>gnat</userinput>, <userinput>gnatbind</userinput>,
    10 <userinput>gnatbl</userinput>, <userinput>gnatchop</userinput>,
    11 <userinput>gnatfind</userinput>, <userinput>gnatkr</userinput>,
    12 <userinput>gnatlink</userinput>, <userinput>gnatls</userinput>,
    13 <userinput>gnatmake</userinput>, <userinput>gnatprep</userinput>,
    14 <userinput>gnatpsta</userinput>, <userinput>gnatpsys</userinput>,
    15 <userinput>gnatxref</userinput> and <filename>gcc</filename> libraries.</para>
     4<para>The gcc package contains <command>c++</command>,
     5<command>c++filt</command>, <command>cpp</command>,
     6<command>g++</command>, <command>g77</command>,
     7<command>gcc</command>, <command>gccbug</command>,
     8<command>gcov</command>, <command>glob</command>,
     9<command>gnat</command>, <command>gnatbind</command>,
     10<command>gnatbl</command>, <command>gnatchop</command>,
     11<command>gnatfind</command>, <command>gnatkr</command>,
     12<command>gnatlink</command>, <command>gnatls</command>,
     13<command>gnatmake</command>, <command>gnatprep</command>,
     14<command>gnatpsta</command>, <command>gnatpsys</command>,
     15<command>gnatxref</command> and <filename>gcc</filename> libraries.</para>
    1616
    1717</sect2>
     
    2020
    2121<para>The programs and libraries whose descriptions are missing here
    22 have been described in the LFS gcc-&gcc-version; page.</para>
     22have been described in the <acronym>LFS</acronym> gcc-&gcc-version; page.</para>
    2323
    2424<sect3><title>g77</title>
    25 <para>g77 is the Fortran compiler invoked by gcc.</para></sect3>
     25<para><command>g77</command> is the Fortran compiler invoked by gcc.</para></sect3>
    2626
    2727<sect3><title>add2line</title>
    28 <para>add2line converts the ASCII form of the 2-line orbital elements in
     28<para><command>add2line</command> converts the ASCII form of the 2-line orbital elements in
    2929a file to binary form and appends them to the orbdata files. </para></sect3>
    3030
    3131<sect3><title>gcov</title>
    32 <para>gcov is a test coverage program.</para></sect3>
     32<para><command>gcov</command> is a test coverage program.</para></sect3>
    3333
    3434<sect3><title>gdb</title>
    35 <para>gdb is the GNAT debugger.</para></sect3>
     35<para><command>gdb</command> is the GNAT debugger.</para></sect3>
    3636
    3737<sect3><title>gnatbind</title>
    38 <para>gnatbind is used to bind compiled objects.</para></sect3>
     38<para><command>gnatbind</command> is used to bind compiled objects.</para></sect3>
    3939
    4040<sect3><title>gnatbl</title>
    41 <para>gnatbl is the Ada linker. </para></sect3>
     41<para><command>gnatbl</command> is the Ada linker. </para></sect3>
    4242
    4343<sect3><title>gnatchop</title>
    44 <para>gnatchop is useful for renaming files to meet the standard Ada
     44<para><command>gnatchop</command> is useful for renaming files to meet the standard Ada
    4545default file naming conventions.</para></sect3>
    4646
    4747<sect3><title>gnatelim</title>
    48 <para>gnatelim is used to detect and eliminate unused subprograms in an
     48<para><command>gnatelim</command> is used to detect and eliminate unused subprograms in an
    4949Ada partition.</para></sect3>
    5050
    5151<sect3><title>gnatfind</title>
    52 <para>gnatfind is the GNAT definition/use finder.</para></sect3>
     52<para><command>gnatfind</command> is the GNAT definition/use finder.</para></sect3>
    5353
    5454<sect3><title>gnatgcc</title>
    55 <para>gnatgcc is the compiler.</para></sect3>
     55<para><command>gnatgcc</command> is the compiler.</para></sect3>
    5656
    5757<sect3><title>gnathtml.pl</title>
    58 <para>gnathtml.pl converts Ada source files to html for viewing in Web
     58<para><command>gnathtml.pl</command> converts Ada source files to html for viewing in Web
    5959browsers.</para></sect3>
    6060
    6161<sect3><title>gnatkr</title>
    62 <para>gnatkr is used to determine the crunched name for a given file,
     62<para><command>gnatkr</command> is used to determine the crunched name for a given file,
    6363when crunched to a specified maximum length.</para></sect3>
    6464
    6565<sect3><title>gnatlink</title>
    66 <para>gnatlink is used to link programs and build an executable file.</para></sect3>
     66<para><command>gnatlink</command> is used to link programs and build an executable file.</para></sect3>
    6767
    6868<sect3><title>gnatls</title>
    69 <para>gnatls is the compiled unit browser.</para></sect3>
     69<para><command>gnatls</command> is the compiled unit browser.</para></sect3>
    7070
    7171<sect3><title>gnatemake</title>
    72 <para>gnatmake is an automatic make facility.</para></sect3>
     72<para><command>gnatmake</command> is an automatic make facility.</para></sect3>
    7373
    7474<sect3><title>gnatmem</title>
    75 <para>gnatmem is the GNAT utility that monitors dynamic allocation and
     75<para><command>gnatmem</command> is the GNAT utility that monitors dynamic allocation and
    7676deallocation activity in a program.</para></sect3>
    7777
    7878<sect3><title>gnatprep</title>
    79 <para>gnatprep is the GNAT external preprocessor.</para></sect3>
     79<para><command>gnatprep</command> is the GNAT external preprocessor.</para></sect3>
    8080
    8181<sect3><title>gnatpsta</title>
    82 <para>gnatpsta determines the values of all the relevant parameters in
     82<para><command>gnatpsta</command> determines the values of all the relevant parameters in
    8383Standard and outputs to stdout.</para></sect3>
    8484
    8585<sect3><title>gnatpsys</title>
    86 <para>gnatpsys determines the values of all the relevant parameters in
     86<para><command>gnatpsys</command> determines the values of all the relevant parameters in
    8787System and outputs to stdout.</para></sect3>
    8888
    8989<sect3><title>gnatstub</title>
    90 <para>gnatstub is a generator of body stubs.</para></sect3>
     90<para><command>gnatstub</command> is a generator of body stubs.</para></sect3>
    9191
    9292<sect3><title>gnatxref</title>
    93 <para>gnatxref is the GNAT cross-referencer.</para></sect3>
     93<para><command>gnatxref</command> is the GNAT cross-referencer.</para></sect3>
    9494
    9595<sect3><title>gvd</title>
    96 <para>gvd is the GNU Visual Debugger.</para></sect3>
     96<para><command>gvd</command> is the GNU Visual Debugger.</para></sect3>
    9797
    9898</sect2>
Note: See TracChangeset for help on using the changeset viewer.