diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-02-10 21:54:19 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-02-10 21:54:19 +0000 |
commit | 7bb9fda5ec3bfcf9c174b52a4129ae76aec4c85e (patch) | |
tree | d68b7391b0d003715a45408476c7c533e379a76a /chapter06/binutils.xml | |
parent | e80267c363a9d95b305ac6870b3c0fdb5c0dfa68 (diff) |
Minor text and punctuation updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index e3e15faa3..c87ab1ea9 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -129,7 +129,7 @@ cd ../binutils-build</userinput></screen> <seglistitem> <seg>addr2line, ar, as, c++filt, elfedit, gprof, ld, ld.bfd, nm, objcopy, objdump, ranlib, readelf, size, strings, and strip</seg> - <seg><!--libiberty.a,--> libbfd.{a,so}, and libopcodes.{a,so}</seg> + <seg>libbfd.{a,so} and libopcodes.{a,so}</seg> <seg>/usr/lib/ldscripts</seg> </seglistitem> </segmentedlist> @@ -315,20 +315,7 @@ cd ../binutils-build</userinput></screen> </indexterm> </listitem> </varlistentry> -<!-- - <varlistentry id="libiberty"> - <term><filename class="libraryfile">libiberty</filename></term> - <listitem> - <para>Contains routines used by various GNU programs, including - <command>getopt</command>, <command>obstack</command>, - <command>strerror</command>, <command>strtol</command>, and - <command>strtoul</command></para> - <indexterm zone="ch-system-binutils libiberty"> - <primary sortas="c-libiberty">libiberty</primary> - </indexterm> - </listitem> - </varlistentry> ---> + <varlistentry id="libbfd"> <term><filename class="libraryfile">libbfd</filename></term> <listitem> |