Changeset b5b97081 for chapter06/gcc.xml


Ignore:
Timestamp:
08/19/2013 09:35:01 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
de0e7714
Parents:
1b40540
Message:

Updates to file and library contenets.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    r1b40540 rb5b97081  
    313313      <seglistitem>
    314314        <seg>c++, cc (link to gcc), cpp, g++, gcc,
    315         gcc-ar, gcc-nm, gcc-ranlib, gccbug, and gcov</seg>
    316 
    317         <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libgcov.a, libgomp.{a,so},
     315        gcc-ar, gcc-nm, gcc-ranlib, and gcov</seg>
     316
     317        <seg>libasan.{a,so}, libatomic.{a,so}, libgcc.a, libgcc_eh.a,
     318        libgcc_s.so, libgcov.a, libgomp.{a,so}, libitm.{a,so},
    318319        liblto_plugin.so, libmudflap.{a,so}, libmudflapth.{a,so},
    319320        libquadmath.{a,so}, libssp.{a,so},
     
    419420      </varlistentry>
    420421
    421       <varlistentry id="gccbug">
    422         <term><command>gccbug</command></term>
    423         <listitem>
    424           <para>A shell script used to help create useful bug reports</para>
    425           <indexterm zone="ch-system-gcc gccbug">
    426             <primary sortas="b-gccbug">gccbug</primary>
    427           </indexterm>
    428         </listitem>
    429       </varlistentry>
    430 
    431422      <varlistentry id="gcov">
    432423        <term><command>gcov</command></term>
Note: See TracChangeset for help on using the changeset viewer.