Ignore:
Timestamp:
11/19/2022 08:27:13 AM (18 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
2ef64c4
Parents:
4d3f41c (diff), 651f491 (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

    r4d3f41c rb59b371  
    8888        <term><parameter>--enable-gold</parameter></term>
    8989        <listitem>
    90           <para>Build the gold linker and install it as ld.gold (along side the
     90          <para>Build the gold linker and install it as ld.gold (alongside the
    9191          default linker).</para>
    9292        </listitem>
     
    119119        <term><parameter>--with-system-zlib</parameter></term>
    120120        <listitem>
    121           <para>Use the installed zlib library rather than building the
     121          <para>Use the installed zlib library instead of building the
    122122          included version.</para>
    123123        </listitem>
     
    144144          class="directory">/usr</filename> is not required. <filename
    145145          class="directory">$(exec_prefix)/$(target_alias)</filename> would be
    146           used if the system was used to cross-compile (for example, compiling a
     146          used if the system were used to cross-compile (for example, compiling a
    147147          package on an Intel machine that generates code that can be executed
    148148          on PowerPC machines).</para>
     
    165165<screen><userinput remap="test">grep '^FAIL:' $(find -name '*.log')</userinput></screen>
    166166
    167     <para>Twelve tests fail in the gold testsuite when the
     167    <para>Twelve tests fail in the gold test suite when the
    168168    <option>--enable-default-pie</option> and
    169169    <option>--enable-default-ssp</option> options are passed to GCC.
     
    180180    assured of the correctness of gas, invoke
    181181    <command>make check-gas</command> to run gas testsuite separately and
    182     all tests should pass. Three gprofng tests result
    183     <literal>ERROR</literal> and they are counted as
     182    all tests should pass. Three gprofng tests yield the
     183    <literal>ERROR</literal> result, and they are counted as
    184184    <literal>UNRESOLVED</literal> in the summary.</para>
    185185
     
    274274        <term><command>elfedit</command></term>
    275275        <listitem>
    276           <para>Updates the ELF header of ELF files</para>
     276          <para>Updates the ELF headers of ELF files</para>
    277277          <indexterm zone="ch-system-binutils elfedit">
    278278            <primary sortas="b-elfedit">elfedit</primary>
     
    294294        <term><command>gprofng</command></term>
    295295        <listitem>
    296           <para>Gather and analyze performance data</para>
     296          <para>Gathers and analyzes performance data</para>
    297297          <indexterm zone="ch-system-binutils gprofng">
    298298            <primary sortas="b-gprofng">gprofng</primary>
     
    327327        <term><command>ld.bfd</command></term>
    328328        <listitem>
    329           <para>Hard link to <command>ld</command></para>
     329          <para>A hard link to <command>ld</command></para>
    330330          <indexterm zone="ch-system-binutils ld.bfd">
    331331            <primary sortas="b-ld.bfd">ld.bfd</primary>
Note: See TracChangeset for help on using the changeset viewer.