Ignore:
Timestamp:
08/10/2023 02:32:58 PM (14 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2
Children:
3b48844
Parents:
da584239 (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:

Merge remote-tracking branch 'origin/trunk' into xry111/loongarch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    rda584239 racb3c1f  
    139139    <para>Remove useless static libraries:</para>
    140140
    141 <screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,sframe,opcodes}.a</userinput></screen>
     141<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,gprofng,opcodes,sframe}.a</userinput></screen>
    142142
    143143  </sect2>
     
    154154        <seg>addr2line, ar, as, c++filt, dwp, elfedit, gprof, gprofng, ld, ld.bfd, nm,
    155155        objcopy, objdump, ranlib, readelf, size, strings, and strip</seg>
    156         <seg>libbfd.so, libctf.so, libctf-nobfd.so, libopcodes.so, and libsframe.so</seg>
     156        <seg>libbfd.so, libctf.so, libctf-nobfd.so, libgprofng.so,
     157        libopcodes.so, and libsframe.so</seg>
    157158        <seg>/usr/lib/ldscripts</seg>
    158159      </seglistitem>
     
    391392      </varlistentry>
    392393
     394      <varlistentry id="libgprofng">
     395        <term><filename class="libraryfile">libgprofng</filename></term>
     396        <listitem>
     397          <para>A library containing most routines used by
     398          <command>gprofng</command></para>
     399          <indexterm zone="ch-system-binutils libgprofng">
     400            <primary sortas="c-libgprofng">libgprofng</primary>
     401          </indexterm>
     402        </listitem>
     403      </varlistentry>
     404
    393405      <varlistentry id="libopcodes">
    394406        <term><filename class="libraryfile">libopcodes</filename></term>
Note: See TracChangeset for help on using the changeset viewer.