Ignore:
Timestamp:
11/19/2022 08:27:55 AM (23 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
dfe9593
Parents:
f8ffc3a5 (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/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    rf8ffc3a5 r1ace465  
    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>
     
    178178    assured of the correctness of gas, invoke
    179179    <command>make check-gas</command> to run gas testsuite separately and
    180     all tests should pass. Three gprofng tests result
    181     <literal>ERROR</literal> and they are counted as
     180    all tests should pass. Three gprofng tests yield the
     181    <literal>ERROR</literal> result, and they are counted as
    182182    <literal>UNRESOLVED</literal> in the summary.</para>
    183183
     
    272272        <term><command>elfedit</command></term>
    273273        <listitem>
    274           <para>Updates the ELF header of ELF files</para>
     274          <para>Updates the ELF headers of ELF files</para>
    275275          <indexterm zone="ch-system-binutils elfedit">
    276276            <primary sortas="b-elfedit">elfedit</primary>
     
    292292        <term><command>gprofng</command></term>
    293293        <listitem>
    294           <para>Gather and analyze performance data</para>
     294          <para>Gathers and analyzes performance data</para>
    295295          <indexterm zone="ch-system-binutils gprofng">
    296296            <primary sortas="b-gprofng">gprofng</primary>
     
    325325        <term><command>ld.bfd</command></term>
    326326        <listitem>
    327           <para>Hard link to <command>ld</command></para>
     327          <para>A hard link to <command>ld</command></para>
    328328          <indexterm zone="ch-system-binutils ld.bfd">
    329329            <primary sortas="b-ld.bfd">ld.bfd</primary>
Note: See TracChangeset for help on using the changeset viewer.