aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-10-14 16:30:06 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-10-14 16:30:06 +0000
commita6394685029bca6ced34d4c2670fdf9f200c9a58 (patch)
treec74d870da9a0f754727fd0c6950c43999b62ae05 /appendixa
parent9f0b2cc17fffdf556daaf180657d909d492de7fe (diff)
Updated 'last checked against version' entities for Autoconf, Automake, Bash, Binutils and Bison. Updated actual descriptions for Automake, Binutils and Bison
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2981 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r--appendixa/automake-shortdesc.xml2
-rw-r--r--appendixa/binutils-desc.xml2
-rw-r--r--appendixa/binutils-shortdesc.xml5
-rw-r--r--appendixa/bison-desc.xml4
-rw-r--r--appendixa/bison-shortdesc.xml2
5 files changed, 12 insertions, 3 deletions
diff --git a/appendixa/automake-shortdesc.xml b/appendixa/automake-shortdesc.xml
index 06474b3c7..89417dc29 100644
--- a/appendixa/automake-shortdesc.xml
+++ b/appendixa/automake-shortdesc.xml
@@ -5,7 +5,7 @@
<para>Automake generates Makefile.in files, intended for use with Autoconf.</para>
<para><emphasis>Installed programs</emphasis>: acinstall, aclocal,
-aclocal-1.6, automake, automake-1.6, compile, config.guess, config.sub,
+aclocal-1.7, automake, automake-1.7, compile, config.guess, config.sub,
depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile,
ylwrap</para>
diff --git a/appendixa/binutils-desc.xml b/appendixa/binutils-desc.xml
index 498afda4b..8207d081c 100644
--- a/appendixa/binutils-desc.xml
+++ b/appendixa/binutils-desc.xml
@@ -15,6 +15,8 @@ the archive).</para>
<para><command>as</command> is an assembler. It assembles the output of
gcc into object files.</para>
+<para><command>c++filt</command> demangles C++ and Java symbols.</para>
+
<para><command>gprof</command> displays call graph profile data.</para>
<para><command>ld</command> is a linker. It combines a number of object
diff --git a/appendixa/binutils-shortdesc.xml b/appendixa/binutils-shortdesc.xml
index 3bd9844b1..21868067e 100644
--- a/appendixa/binutils-shortdesc.xml
+++ b/appendixa/binutils-shortdesc.xml
@@ -6,8 +6,9 @@
linker, assembler and other tools to work with object files and
archives.</para>
-<para><emphasis>Installed programs</emphasis>: addr2line, ar, as, gprof, ld,
-nm, objcopy, objdump, ranlib, readelf, size, strings and strip</para>
+<para><emphasis>Installed programs</emphasis>: addr2line, ar, as, c++filt,
+gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings and
+strip</para>
<para><emphasis>Installed libraries</emphasis>: libbfd.[a,so] and
libopcodes.[a,so]</para>
diff --git a/appendixa/bison-desc.xml b/appendixa/bison-desc.xml
index ba1572da6..957ec6a6e 100644
--- a/appendixa/bison-desc.xml
+++ b/appendixa/bison-desc.xml
@@ -9,5 +9,9 @@ for analyzing the structure of text files. Bison is a replacement for yacc
<para><command>yacc</command> is a wrapper for bison, meant for programs
that still call yacc instead of bison. It calls bison with the -y option.</para>
+<para><command>liby.a</command> is the Yacc library containing
+implementations of Yacc-compatible yyerror and main functions. This library
+is normally not very useful, but POSIX requires it.</para>
+
</sect2>
diff --git a/appendixa/bison-shortdesc.xml b/appendixa/bison-shortdesc.xml
index c2f3571f0..7d3728b5d 100644
--- a/appendixa/bison-shortdesc.xml
+++ b/appendixa/bison-shortdesc.xml
@@ -7,5 +7,7 @@ generates a program that analyzes the structure of a text file.</para>
<para><emphasis>Installed programs</emphasis>: bison and yacc</para>
+<para><emphasis>Installed libraries</emphasis>: liby.a</para>
+
</sect2>