aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-05-10 18:36:23 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-05-10 18:36:23 +0000
commit90aae6b8fb6ccd5da7d1867d7ad164d1e9b38369 (patch)
treec996b58e2843b79b1d94b823458ea2c7cfa920ad /chapter06/gcc.xml
parentc5b927737088e371b430001b98dd6ac49e254f4f (diff)
Update various packages' list of installed programs and libraries. Many thanks to Chris Staub for the patch. Fixes #2371.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml27
1 files changed, 25 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 77181e12c..dc4e01ede 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -280,8 +280,9 @@ 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, libmudflap.{a,so},
- libssp.{a,so}, libstdc++.{a,so}, and libsupc++.a</seg>
+ <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libgcov.a, libgomp.{a,so},
+ libmudflap.{a,so}, libmudflapth.{a,so}, libssp.{a,so},
+ libssp_nonshared.a, libstdc++.{a,so} and libsupc++.a</seg>
</seglistitem>
</segmentedlist>
@@ -372,6 +373,28 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="libgcov">
+ <term><filename class="libraryfile">libgcov</filename></term>
+ <listitem>
+ <para>This library is linked in to a program when GCC is instructed
+ to enable profiling</para>
+ <indexterm zone="ch-system-gcc libgcov">
+ <primary sortas="c-libgcov">libgcov</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libgomp">
+ <term><filename class="libraryfile">libgomp</filename></term>
+ <listitem>
+ <para>GNU implementation of the OpenMP API for multi-platform
+ shared-memory parallel programming in C/C++ and Fortran</para>
+ <indexterm zone="ch-system-gcc libgomp">
+ <primary sortas="c-libgomp">libgomp</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="libmudflap">
<term><filename class="libraryfile">libmudflap</filename></term>
<listitem>