Ignore:
Timestamp:
08/10/2023 10:30:10 PM (11 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
26e4b86
Parents:
5c9689c (diff), f0b518a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    r5c9689c r1c0eafc  
    172172    <para>Remove useless static libraries:</para>
    173173
    174 <screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,sframe,opcodes}.a</userinput></screen>
     174<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,gprofng,opcodes,sframe}.a</userinput></screen>
    175175
    176176  </sect2>
     
    187187        <seg>addr2line, ar, as, c++filt, dwp, elfedit, gprof, gprofng, ld, ld.bfd, ld.gold, nm,
    188188        objcopy, objdump, ranlib, readelf, size, strings, and strip</seg>
    189         <seg>libbfd.so, libctf.so, libctf-nobfd.so, libopcodes.so, and libsframe.so</seg>
     189        <seg>libbfd.so, libctf.so, libctf-nobfd.so, libgprofng.so,
     190        libopcodes.so, and libsframe.so</seg>
    190191        <seg>/usr/lib/ldscripts</seg>
    191192      </seglistitem>
     
    435436      </varlistentry>
    436437
     438      <varlistentry id="libgprofng">
     439        <term><filename class="libraryfile">libgprofng</filename></term>
     440        <listitem>
     441          <para>A library containing most routines used by
     442          <command>gprofng</command></para>
     443          <indexterm zone="ch-system-binutils libgprofng">
     444            <primary sortas="c-libgprofng">libgprofng</primary>
     445          </indexterm>
     446        </listitem>
     447      </varlistentry>
     448
    437449      <varlistentry id="libopcodes">
    438450        <term><filename class="libraryfile">libopcodes</filename></term>
Note: See TracChangeset for help on using the changeset viewer.