Ignore:
Timestamp:
06/07/2017 07:24:30 PM (7 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, 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:
d76a82b2
Parents:
67a0cea
Message:

Update to linux-4.11.4.
Add ld.gold description to binutils.
Update instructions for Chapter5 util-linux.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils.xml

    r67a0cea r98d9003  
    161161
    162162      <seglistitem>
    163         <seg>addr2line, ar, as, c++filt, elfedit, gprof, ld, ld.bfd, nm,
     163        <seg>addr2line, ar, as, c++filt, elfedit, gprof, ld, ld.bfd, ld.gold, nm,
    164164        objcopy, objdump, ranlib, readelf, size, strings, and strip</seg>
    165165        <seg>libbfd.{a,so} and libopcodes.{a,so}</seg>
     
    246246          <indexterm zone="ch-system-binutils ld">
    247247            <primary sortas="b-ld">ld</primary>
     248          </indexterm>
     249        </listitem>
     250      </varlistentry>
     251
     252      <varlistentry id="ld.gold">
     253        <term><command>ld.gold</command></term>
     254        <listitem>
     255          <para>A cut down version of ld that only supports the
     256          elf object file format</para>
     257          <indexterm zone="ch-system-binutils ld.gold">
     258            <primary sortas="b-ld.gold">ld.gold</primary>
    248259          </indexterm>
    249260        </listitem>
Note: See TracChangeset for help on using the changeset viewer.