aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml26
1 files changed, 24 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 1c03d0348..585763ab3 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -244,8 +244,8 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen>
<seglistitem>
<seg>c++, cc (link to gcc), cpp, g++, gcc, gccbug, and gcov</seg>
- <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libstdc++.{a,so}, and
- libsupc++.a</seg>
+ <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libmudflap.{a,so},
+ libssp.{a,so}libstdc++.{a,so}, and libsupc++.a</seg>
</seglistitem>
</segmentedlist>
@@ -336,6 +336,28 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="libmudflap">
+ <term><filename class="libraryfile">libmudflap</filename></term>
+ <listitem>
+ <para>Contains routines that support GCC's bounds checking
+ functionality</para>
+ <indexterm zone="ch-system-gcc libmudflap">
+ <primary sortas="c-libmudflap*">libmudflap*</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libssp">
+ <term><filename class="libraryfile">libssp</filename></term>
+ <listitem>
+ <para>Contains routines supporting GCC's stack-smashing protection
+ functionality</para>
+ <indexterm zone="ch-system-gcc libssp">
+ <primary sortas="c-libssp*">libssp*</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="libstdc">
<term><filename class="libraryfile">libstdc++</filename></term>
<listitem>