Ignore:
Timestamp:
11/18/2022 09:43:45 PM (18 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
1ace465, 46405a5b, 54948b7, b59b371
Parents:
d6346a7
Message:

Merrriam-Webster says "alongside" is one word. Clarified some muddled
verbiage. Used the subjunctive mood once. "Test suite" is two words, not
one. Patched some unidiomatic English. Used the plural "headers" when
discussing ELF objects. Used singular verbs to describe "gprofng", for
consistency with other items.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    rd6346a7 r651f491  
    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.