Changeset 6561a0f in clfs-embedded for BOOK/cross-tools/common/gcc-final.xml


Ignore:
Timestamp:
Nov 8, 2006, 12:52:07 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
a58af15
Parents:
a9e389d
Message:

Fixed validation issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gcc-final.xml

    ra9e389d r6561a0f  
    147147        <listitem>
    148148          <para>The C compiler</para>
    149           <indexterm zone="ch-system-gcc cc">
     149          <indexterm zone="ch-cross-tools-gcc-final cc">
    150150            <primary sortas="b-cc">cc</primary>
    151151          </indexterm>
     
    158158          <para>The C preprocessor; it is used by the compiler to expand the
    159159          #include, #define, and similar statements in the source files</para>
    160           <indexterm zone="ch-system-gcc cpp">
     160          <indexterm zone="ch-cross-tools-gcc-final cpp">
    161161            <primary sortas="b-cpp">cpp</primary>
    162162          </indexterm>
     
    168168        <listitem>
    169169          <para>The C++ compiler</para>
    170           <indexterm zone="ch-system-gcc c">
     170          <indexterm zone="ch-cross-tools-gcc-final c">
    171171            <primary sortas="b-c++">c++</primary>
    172172          </indexterm>
     
    178178        <listitem>
    179179          <para>The C++ compiler</para>
    180           <indexterm zone="ch-system-gcc g">
     180          <indexterm zone="ch-cross-tools-gcc-final g">
    181181            <primary sortas="b-g++">g++</primary>
    182182          </indexterm>
     
    188188        <listitem>
    189189          <para>The C compiler</para>
    190           <indexterm zone="ch-system-gcc gcc">
     190          <indexterm zone="ch-cross-tools-gcc-final gcc">
    191191            <primary sortas="b-gcc">gcc</primary>
    192192          </indexterm>
     
    198198        <listitem>
    199199          <para>A shell script used to help create useful bug reports</para>
    200           <indexterm zone="ch-system-gcc gccbug">
     200          <indexterm zone="ch-cross-tools-gcc-final gccbug">
    201201            <primary sortas="b-gccbug">gccbug</primary>
    202202          </indexterm>
     
    209209          <para>A coverage testing tool; it is used to analyze programs to
    210210          determine where optimizations will have the most effect</para>
    211           <indexterm zone="ch-system-gcc gcov">
     211          <indexterm zone="ch-cross-tools-gcc-final gcov">
    212212            <primary sortas="b-gcov">gcov</primary>
    213213          </indexterm>
     
    219219        <listitem>
    220220          <para>Contains run-time support for <command>gcc</command></para>
    221           <indexterm zone="ch-system-gcc libgcc">
     221          <indexterm zone="ch-cross-tools-gcc-final libgcc">
    222222            <primary sortas="c-libgcc*">libgcc*</primary>
    223223          </indexterm>
     
    230230          <para>The libmudflap libraries are used by GCC for instrumenting
    231231          pointer and array dereferencing operations.</para>
    232           <indexterm zone="ch-system-gcc libmudflap">
     232          <indexterm zone="ch-cross-tools-gcc-final libmudflap">
    233233            <primary sortas="c-libmudflap*">libmudflap*</primary>
    234234          </indexterm>
     
    240240        <listitem>
    241241          <para>The standard C++ library</para>
    242           <indexterm zone="ch-system-gcc libstdc">
     242          <indexterm zone="ch-cross-tools-gcc-final libstdc">
    243243            <primary sortas="c-libstdc++">libstdc++</primary>
    244244          </indexterm>
     
    251251          <para>Provides supporting routines for the C++ programming
    252252          language</para>
    253           <indexterm zone="ch-system-gcc libsupc">
     253          <indexterm zone="ch-cross-tools-gcc-final libsupc">
    254254            <primary sortas="c-libsupc++">libsupc++</primary>
    255255          </indexterm>
Note: See TracChangeset for help on using the changeset viewer.