Changeset a3af16f for chapter06/gcc.xml


Ignore:
Timestamp:
10/21/2013 08:43:55 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
f2a5108
Parents:
c34291a
Message:

Merge latest trunk updates to systemd branch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

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