Ignore:
Timestamp:
02/28/2023 03:48:28 AM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
0d4f1b4
Parents:
0cbb853 (diff), e122d24 (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 branch 'trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    r0cbb853 r83ce6e3  
    165165<screen><userinput remap="test">grep '^FAIL:' $(find -name '*.log')</userinput></screen>
    166166
    167     <para>
    168     <!-- Caused by egrep deprecation.  Note that we don't "patch" temp grep.
    169          And it seems unworthy to add a sed into temp grep just for one test
    170          failure.  (I don't really agree to "patch" grep in the first place,
    171          anyway.)
    172          Will be fixed in 2.40 (upstream commit 67d1991). -->
    173     The test named <filename>ar with versioned solib</filename> is
    174     known to fail.
    175     <!-- https://sourceware.org/bugzilla/show_bug.cgi?id=29107 -->
    176     Because of a race between the gas test suite and the gprofng test suite,
    177     some gas tests may fail if parallel jobs are used.  If you are not
    178     assured of the correctness of gas, invoke
    179     <command>make check-gas</command> to run the gas test suite separately and
    180     all tests should pass. Three gprofng tests yield the
    181     <literal>ERROR</literal> result, and they are counted as
    182     <literal>UNRESOLVED</literal> in the summary.</para>
    183 
    184167    <para>Install the package:</para>
    185168
     
    188171    <para>Remove useless static libraries and an empty man page:</para>
    189172
    190 <screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a
    191 rm -fv /usr/share/man/man1/gprofng.1</userinput></screen>
     173<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,sframe,opcodes}.a
     174rm -fv /usr/share/man/man1/{gprofng,gp-*}.1</userinput></screen>
    192175
    193176  </sect2>
     
    204187        <seg>addr2line, ar, as, c++filt, dwp, elfedit, gprof, gprofng, ld, ld.bfd, ld.gold, nm,
    205188        objcopy, objdump, ranlib, readelf, size, strings, and strip</seg>
    206         <seg>libbfd.so, libctf.so, libctf-nobfd.so, and libopcodes.so</seg>
     189        <seg>libbfd.so, libctf.so, libctf-nobfd.so, libopcodes.so, and libsframe.so</seg>
    207190        <seg>/usr/lib/ldscripts</seg>
    208191      </seglistitem>
     
    465448      </varlistentry>
    466449
     450      <varlistentry id="libsframe">
     451        <term><filename class="libraryfile">libsframe</filename></term>
     452        <listitem>
     453           <para>A library to support online backtracing using a
     454           simple unwinder</para>
     455          <indexterm zone="ch-system-binutils libsframe">
     456            <primary sortas="c-libsframe">libsframe</primary>
     457          </indexterm>
     458        </listitem>
     459      </varlistentry>
     460
    467461    </variablelist>
    468462
Note: See TracChangeset for help on using the changeset viewer.