aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 53f8354ad..c9063842a 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -381,9 +381,9 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<term><command>gcc-ar</command></term>
<listitem>
<para>A wrapper around <command>ar</command> that adds a
- plugin to the command line. This program is only used
+ plugin to the command line. This program is only used
to add "link time optization" and is not useful with the
- default build options.</para>
+ default build options</para>
<indexterm zone="ch-system-gcc gcc-ar">
<primary sortas="b-gcc-ar">gc-ar</primary>
</indexterm>
@@ -394,9 +394,9 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<term><command>gcc-nm</command></term>
<listitem>
<para>A wrapper around <command>nm</command> that adds a
- plugin to the command line. This program is only used
+ plugin to the command line. This program is only used
to add "link time optization" and is not useful with the
- default build options.</para>
+ default build options</para>
<indexterm zone="ch-system-gcc gcc-nm">
<primary sortas="b-gcc-nm">gc-nm</primary>
</indexterm>
@@ -407,9 +407,9 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<term><command>gcc-ranlib</command></term>
<listitem>
<para>A wrapper around <command>ranlib</command> that adds a
- plugin to the command line. This program is only used
+ plugin to the command line. This program is only used
to add "link time optization" and is not useful with the
- default build options.</para>
+ default build options</para>
<indexterm zone="ch-system-gcc gcc-ranlib">
<primary sortas="b-gcc-ranlib">gc-ranlib</primary>
</indexterm>
@@ -442,7 +442,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<listitem>
<para>Contains run-time support for <command>gcc</command></para>
<indexterm zone="ch-system-gcc libgcc">
- <primary sortas="c-libgcc*">libgcc*</primary>
+ <primary sortas="c-libgcc">libgcc</primary>
</indexterm>
</listitem>
</varlistentry>
@@ -486,9 +486,9 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<term><filename class="libraryfile">liblto_plugin</filename></term>
<listitem>
<para>GCC's Link Time Optimization (LTO) plugin allows GCC to perform
- optimizations across compilation units.</para>
+ optimizations across compilation units</para>
<indexterm zone="ch-system-gcc liblto_plugin">
- <primary sortas="c-liblto_plugin*">liblto_plugin*</primary>
+ <primary sortas="c-liblto_plugin">liblto_plugin</primary>
</indexterm>
</listitem>
</varlistentry>
@@ -509,7 +509,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<listitem>
<para>GCC Quad Precision Math Library API</para>
<indexterm zone="ch-system-gcc libquadmath">
- <primary sortas="c-libquadmath*">libquadmath*</primary>
+ <primary sortas="c-libquadmath">libquadmath</primary>
</indexterm>
</listitem>
</varlistentry>
@@ -520,7 +520,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<para>Contains routines supporting GCC's stack-smashing protection
functionality</para>
<indexterm zone="ch-system-gcc libssp">
- <primary sortas="c-libssp*">libssp*</primary>
+ <primary sortas="c-libssp">libssp</primary>
</indexterm>
</listitem>
</varlistentry>