aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa
diff options
context:
space:
mode:
Diffstat (limited to 'appendixa')
-rw-r--r--appendixa/binutils-desc.xml3
-rw-r--r--appendixa/binutils-shortdesc.xml2
-rw-r--r--appendixa/gcc-desc.xml3
-rw-r--r--appendixa/gcc-shortdesc.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/appendixa/binutils-desc.xml b/appendixa/binutils-desc.xml
index 6d31dcd49..49e3492c7 100644
--- a/appendixa/binutils-desc.xml
+++ b/appendixa/binutils-desc.xml
@@ -50,6 +50,9 @@ and loading sections. For other types of files it scans the whole file.</para>
<para><command>strip</command> discards symbols from object files.</para>
+<para><command>libiberty</command> contains routines used by various GNU
+programs, including getopt, obstack, strerror, strtol and strtoul.</para>
+
<para><command>libbfd</command> is the Binary File Descriptor library.</para>
<para><command>libopcodes</command> is a library for dealing with opcodes.
diff --git a/appendixa/binutils-shortdesc.xml b/appendixa/binutils-shortdesc.xml
index 21868067e..7b6bd3c35 100644
--- a/appendixa/binutils-shortdesc.xml
+++ b/appendixa/binutils-shortdesc.xml
@@ -10,7 +10,7 @@ archives.</para>
gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings and
strip</para>
-<para><emphasis>Installed libraries</emphasis>: libbfd.[a,so] and
+<para><emphasis>Installed libraries</emphasis>: libiberty.a, libbfd.[a,so] and
libopcodes.[a,so]</para>
</sect2>
diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml
index 9524892f9..c53a317bc 100644
--- a/appendixa/gcc-desc.xml
+++ b/appendixa/gcc-desc.xml
@@ -19,9 +19,6 @@ analyze programs to find out where optimizations will have the most effect.</par
<para><command>libgcc*</command> contains run-time support for gcc.</para>
-<para><command>libiberty</command> contains routines used by various GNU
-programs, including getopt, obstack, strerror, strtol and strtoul.</para>
-
<para><command>libstdc++</command> is the standard C++ library. It contains
many frequently-used functions.</para>
diff --git a/appendixa/gcc-shortdesc.xml b/appendixa/gcc-shortdesc.xml
index 6ffb486a0..243987c4d 100644
--- a/appendixa/gcc-shortdesc.xml
+++ b/appendixa/gcc-shortdesc.xml
@@ -9,7 +9,7 @@ the C and C++ compilers.</para>
cc1, cc1plus, collect2, cpp, g++, gcc, gccbug, and gcov</para>
<para><emphasis>Installed libraries</emphasis>: libgcc.a, libgcc_eh.a,
-libgcc_s.so, libiberty.a, libstdc++.[a,so] and libsupc++.a</para>
+libgcc_s.so, libstdc++.[a,so] and libsupc++.a</para>
</sect2>