Ignore:
Timestamp:
08/27/2023 03:06:02 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
e08ba0a
Parents:
9a5dab1 (diff), 11cfb5b (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/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    r9a5dab1 r64e8131  
    142142<screen><userinput remap="test">grep '^FAIL:' $(find -name '*.log')</userinput></screen>
    143143
     144    <para>Three tests in the gprofng suite are known to fail.</para>
     145
    144146    <para>Install the package:</para>
    145147
    146148<screen><userinput remap="install">make tooldir=/usr install</userinput></screen>
    147149
    148     <para>Remove useless static libraries and an empty man page:</para>
    149 
    150 <screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,sframe,opcodes}.a
    151 rm -fv /usr/share/man/man1/{gprofng,gp-*}.1</userinput></screen>
     150    <para>Remove useless static libraries:</para>
     151
     152<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,gprofng,opcodes,sframe}.a</userinput></screen>
    152153
    153154  </sect2>
     
    164165        <seg>addr2line, ar, as, c++filt, dwp, elfedit, gprof, gprofng, ld, ld.bfd, ld.gold, nm,
    165166        objcopy, objdump, ranlib, readelf, size, strings, and strip</seg>
    166         <seg>libbfd.so, libctf.so, libctf-nobfd.so, libopcodes.so, and libsframe.so</seg>
     167        <seg>libbfd.so, libctf.so, libctf-nobfd.so, libgprofng.so,
     168        libopcodes.so, and libsframe.so</seg>
    167169        <seg>/usr/lib/ldscripts</seg>
    168170      </seglistitem>
     
    412414      </varlistentry>
    413415
     416      <varlistentry id="libgprofng">
     417        <term><filename class="libraryfile">libgprofng</filename></term>
     418        <listitem>
     419          <para>A library containing most routines used by
     420          <command>gprofng</command></para>
     421          <indexterm zone="ch-system-binutils libgprofng">
     422            <primary sortas="c-libgprofng">libgprofng</primary>
     423          </indexterm>
     424        </listitem>
     425      </varlistentry>
     426
    414427      <varlistentry id="libopcodes">
    415428        <term><filename class="libraryfile">libopcodes</filename></term>
Note: See TracChangeset for help on using the changeset viewer.