diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-08-14 13:53:30 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-08-14 13:53:30 -0500 |
commit | bd93ae129ece8f95104a7231c39043e436d78788 (patch) | |
tree | 5038e6a20211389225596e5e5c2947199bd1a04a /chapter08/binutils.xml | |
parent | f7d3b6ed213e8957b3c32318fc240c9f73ffe7ea (diff) | |
parent | 93ec8b32bf6486d3fdb47bb11c5b91120d442647 (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter08/binutils.xml')
-rw-r--r-- | chapter08/binutils.xml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 5ff11a755..1fd436bd1 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -153,7 +153,7 @@ cd build</userinput></screen> <para>Remove useless static libraries:</para> -<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,sframe,opcodes}.a</userinput></screen> +<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,gprofng,opcodes,sframe}.a</userinput></screen> </sect2> @@ -168,7 +168,8 @@ cd build</userinput></screen> <seglistitem> <seg>addr2line, ar, as, c++filt, dwp, elfedit, gprof, gprofng, ld, ld.bfd, ld.gold, nm, objcopy, objdump, ranlib, readelf, size, strings, and strip</seg> - <seg>libbfd.so, libctf.so, libctf-nobfd.so, libopcodes.so, and libsframe.so</seg> + <seg>libbfd.so, libctf.so, libctf-nobfd.so, libgprofng.so, + libopcodes.so, and libsframe.so</seg> <seg>/usr/lib/ldscripts</seg> </seglistitem> </segmentedlist> @@ -416,6 +417,17 @@ cd build</userinput></screen> </listitem> </varlistentry> + <varlistentry id="libgprofng"> + <term><filename class="libraryfile">libgprofng</filename></term> + <listitem> + <para>A library containing most routines used by + <command>gprofng</command></para> + <indexterm zone="ch-system-binutils libgprofng"> + <primary sortas="c-libgprofng">libgprofng</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="libopcodes"> <term><filename class="libraryfile">libopcodes</filename></term> <listitem> |