Changeset 5975e7e


Ignore:
Timestamp:
05/03/2023 10:30:08 PM (12 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
adcaa44d
Parents:
b98c8b8 (diff), 80512567 (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:

Automatic merge of trunk into multilib

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    rb98c8b8 r5975e7e  
    368368
    369369        <seg>libasan.{a,so}, libatomic.{a,so}, libcc1.so, libgcc.a, libgcc_eh.a,
    370         libgcc_s.so, libgcov.a, libgomp.{a,so}, libitm.{a,so},
     370        libgcc_s.so, libgcov.a, libgomp.{a,so}, libhwasan.{a,so}, libitm.{a,so},
    371371        liblsan.{a,so}, liblto_plugin.so,
    372372        libquadmath.{a,so}, libssp.{a,so}, libssp_nonshared.a,
    373         libstdc++.{a,so}, libstdc++fs.a, libsupc++.a, libtsan.{a,so},
     373        libstdc++.{a,so}, libstdc++exp.a, libstdc++fs.a, libsupc++.a, libtsan.{a,so},
    374374        and libubsan.{a,so}</seg>
    375375
     
    578578      </varlistentry>
    579579
     580      <varlistentry id="libhwasan">
     581        <term><filename class="libraryfile">libhwasan</filename></term>
     582        <listitem>
     583          <para>The Hardware-assisted Address Sanitizer runtime library</para>
     584          <indexterm zone="ch-system-gcc libhwasan">
     585            <primary sortas="c-libhwasan">libhwasan</primary>
     586          </indexterm>
     587        </listitem>
     588      </varlistentry>
     589
    580590      <varlistentry id="libitm">
    581591        <term><filename class="libraryfile">libitm</filename></term>
     
    641651      </varlistentry>
    642652
     653      <varlistentry id="libstdcexp">
     654        <term><filename class="libraryfile">libstdc++exp</filename></term>
     655        <listitem>
     656          <para>Experimental C++ Contracts library</para>
     657          <indexterm zone="ch-system-gcc libstdcexp">
     658            <primary sortas="c-libstdc++exp">libstdc++exp</primary>
     659          </indexterm>
     660        </listitem>
     661      </varlistentry>
     662
    643663      <varlistentry id="libstdcfs">
    644664        <term><filename class="libraryfile">libstdc++fs</filename></term>
  • chapter08/psmisc.xml

    rb98c8b8 r5975e7e  
    5050<screen><userinput remap="make">make</userinput></screen>
    5151
    52     <para>This package does not come with a test suite.</para>
     52    <para>To run the test suite, run:</para>
     53
     54<screen><userinput remap="test">make check</userinput></screen>
    5355
    5456    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.