Ignore:
Timestamp:
09/15/2023 10:54:55 AM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
7546d8b
Parents:
d58da4b (diff), ba40e32 (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/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    rd58da4b r2df066c9  
    146146    <option>--enable-default-ssp</option> options are passed to GCC.</para>
    147147
     148    <para>Three tests in the gprofng suite are also known to fail.</para>
     149
    148150    <para>Install the package:</para>
    149151
    150152<screen><userinput remap="install">make tooldir=/usr install</userinput></screen>
    151153
    152     <para>Remove useless static libraries and an empty man page:</para>
    153 
    154 <screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,sframe,opcodes}.a
    155 rm -fv /usr/share/man/man1/{gprofng,gp-*}.1</userinput></screen>
     154    <para>Remove useless static libraries:</para>
     155
     156<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,gprofng,opcodes,sframe}.a</userinput></screen>
    156157
    157158  </sect2>
     
    168169        <seg>addr2line, ar, as, c++filt, dwp, elfedit, gprof, gprofng, ld, ld.bfd, ld.gold, nm,
    169170        objcopy, objdump, ranlib, readelf, size, strings, and strip</seg>
    170         <seg>libbfd.so, libctf.so, libctf-nobfd.so, libopcodes.so, and libsframe.so</seg>
     171        <seg>libbfd.so, libctf.so, libctf-nobfd.so, libgprofng.so,
     172        libopcodes.so, and libsframe.so</seg>
    171173        <seg>/usr/lib/ldscripts</seg>
    172174      </seglistitem>
     
    416418      </varlistentry>
    417419
     420      <varlistentry id="libgprofng">
     421        <term><filename class="libraryfile">libgprofng</filename></term>
     422        <listitem>
     423          <para>A library containing most routines used by
     424          <command>gprofng</command></para>
     425          <indexterm zone="ch-system-binutils libgprofng">
     426            <primary sortas="c-libgprofng">libgprofng</primary>
     427          </indexterm>
     428        </listitem>
     429      </varlistentry>
     430
    418431      <varlistentry id="libopcodes">
    419432        <term><filename class="libraryfile">libopcodes</filename></term>
Note: See TracChangeset for help on using the changeset viewer.