mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
binutils: Remove libgprofng.a, add libgprofng.so into contents section
This commit is contained in:
parent
30e0a7b28f
commit
f0b518a01e
@ -153,7 +153,7 @@ cd build</userinput></screen>
|
|||||||
|
|
||||||
<para>Remove useless static libraries:</para>
|
<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>
|
</sect2>
|
||||||
|
|
||||||
@ -168,7 +168,8 @@ cd build</userinput></screen>
|
|||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>addr2line, ar, as, c++filt, dwp, elfedit, gprof, gprofng, ld, ld.bfd, ld.gold, nm,
|
<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>
|
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>
|
<seg>/usr/lib/ldscripts</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
@ -416,6 +417,17 @@ cd build</userinput></screen>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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">
|
<varlistentry id="libopcodes">
|
||||||
<term><filename class="libraryfile">libopcodes</filename></term>
|
<term><filename class="libraryfile">libopcodes</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user