Changeset 77ea132 for chapter08/gcc.xml


Ignore:
Timestamp:
02/18/2022 04:45:10 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
3b70f92
Parents:
bb19832 (diff), b5e4ab7 (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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    rbb19832 r77ea132  
    365365      <seglistitem>
    366366        <seg>c++, cc (link to gcc), cpp, g++, gcc,
    367         gcc-ar, gcc-nm, gcc-ranlib, gcov, gcov-dump, and gcov-tool</seg>
     367        gcc-ar, gcc-nm, gcc-ranlib, gcov, gcov-dump, gcov-tool,
     368        and lto-dump</seg>
    368369
    369370        <seg>libasan.{a,so}, libatomic.{a,so}, libcc1.so, libgcc.a, libgcc_eh.a,
     
    505506      </varlistentry>
    506507
     508      <varlistentry id="lto-dump">
     509        <term><command>lto-dump</command></term>
     510        <listitem>
     511          <para>Tool for dumping object files produced by GCC with LTO
     512          enabled</para>
     513          <indexterm zone="ch-system-gcc lto-dump">
     514            <primary sortas="b-lto-dump">lto-dump</primary>
     515          </indexterm>
     516        </listitem>
     517      </varlistentry>
     518
    507519      <varlistentry id="libasan">
    508520        <term><filename class="libraryfile">libasan</filename></term>
     
    567579      </varlistentry>
    568580
     581      <varlistentry id="libitm">
     582        <term><filename class="libraryfile">libitm</filename></term>
     583        <listitem>
     584          <para>The GNU transactional memory library</para>
     585          <indexterm zone="ch-system-gcc libitm">
     586            <primary sortas="c-libitm">libitm</primary>
     587          </indexterm>
     588        </listitem>
     589      </varlistentry>
     590
    569591      <varlistentry id="liblsan">
    570592        <term><filename class="libraryfile">liblsan</filename></term>
     
    580602        <term><filename class="libraryfile">liblto_plugin</filename></term>
    581603        <listitem>
    582           <para>GCC's Link Time Optimization (LTO) plugin allows GCC to perform
    583           optimizations across compilation units</para>
     604          <para>GCC's LTO plugin allows binutils to process object files
     605          produced by GCC with LTO enabled</para>
    584606          <indexterm zone="ch-system-gcc liblto_plugin">
    585607            <primary sortas="c-liblto_plugin">liblto_plugin</primary>
Note: See TracChangeset for help on using the changeset viewer.