diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-07 19:24:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-07 19:24:30 +0000 |
commit | 98d90032d07f4588d29e2c7f6619f77d312ffa57 (patch) | |
tree | b50a5651e3cd6310e97785518c1d82ddb28851ae /chapter06 | |
parent | 67a0cea173c1a9ed2e1e8c0f568c281e957f7ea2 (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/binutils.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index cbaa7572e..3cc7ae0a5 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -160,7 +160,7 @@ cd build</userinput></screen> <segtitle>Installed directory</segtitle> <seglistitem> - <seg>addr2line, ar, as, c++filt, elfedit, gprof, ld, ld.bfd, nm, + <seg>addr2line, ar, as, c++filt, elfedit, gprof, ld, ld.bfd, ld.gold, nm, objcopy, objdump, ranlib, readelf, size, strings, and strip</seg> <seg>libbfd.{a,so} and libopcodes.{a,so}</seg> <seg>/usr/lib/ldscripts</seg> @@ -249,6 +249,17 @@ cd build</userinput></screen> </listitem> </varlistentry> + <varlistentry id="ld.gold"> + <term><command>ld.gold</command></term> + <listitem> + <para>A cut down version of ld that only supports the + elf object file format</para> + <indexterm zone="ch-system-binutils ld.gold"> + <primary sortas="b-ld.gold">ld.gold</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="ld.bfd"> <term><command>ld.bfd</command></term> <listitem> |