Changeset 993a789 for chapter06


Ignore:
Timestamp:
08/24/2024 05:01:43 PM (4 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.2
Children:
7e06ddd
Parents:
1ff846e2 (diff), 54c0a86 (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/loongarch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    r1ff846e2 r993a789  
    135135        <listitem>
    136136          <para>Allow <filename class="libraryfile">libstdc++</filename> to
    137           use the shared <filename class="libraryfile">libgcc</filename> being
    138           built in this pass, instead of the static version that was built in GCC
    139           pass 1. This is necessary to support C++ exception
    140           handling.</para>
     137          use the <filename class="libraryfile">libgcc</filename> being
     138          built in this pass, instead of the previous version built in
     139          <xref linkend='ch-tools-gcc-pass1'/>.  The previous version cannot
     140          properly support C++ exception handling because it was built
     141          without libc support.</para>
    141142        </listitem>
    142143      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.