aboutsummaryrefslogtreecommitdiffstats
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
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
-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
-rw-r--r--entities/autoconf.ent2
-rw-r--r--entities/automake.ent2
-rw-r--r--entities/bash.ent2
-rw-r--r--entities/binutils.ent2
-rw-r--r--entities/bison.ent2
10 files changed, 17 insertions, 8 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>
diff --git a/entities/autoconf.ent b/entities/autoconf.ent
index 2590eb806..a20378e4d 100644
--- a/entities/autoconf.ent
+++ b/entities/autoconf.ent
@@ -9,7 +9,7 @@
<!ENTITY autoconf-version "2.57">
<!ENTITY autoconf-depversion "2.52">
-<!ENTITY autoconf-contversion "2.53">
+<!ENTITY autoconf-contversion "2.57">
<!ENTITY autoconf-dir "autoconf-&autoconf-version;">
<!ENTITY autoconf-package "autoconf-&autoconf-version;.tar.bz2">
<!ENTITY autoconf-size "792 KB">
diff --git a/entities/automake.ent b/entities/automake.ent
index f8ffc7936..c2d268c7c 100644
--- a/entities/automake.ent
+++ b/entities/automake.ent
@@ -9,7 +9,7 @@
<!ENTITY automake-version "1.7.6">
<!ENTITY automake-depversion "1.5">
-<!ENTITY automake-contversion "1.6.2">
+<!ENTITY automake-contversion "1.7.6">
<!ENTITY automake-dir "automake-&automake-version;">
<!ENTITY automake-package "automake-&automake-version;.tar.bz2">
<!ENTITY automake-size "545 KB">
diff --git a/entities/bash.ent b/entities/bash.ent
index 467e959bb..d9aecc6f5 100644
--- a/entities/bash.ent
+++ b/entities/bash.ent
@@ -12,7 +12,7 @@
<!ENTITY bash-version "2.05b">
<!ENTITY bash-depversion "2.05a">
-<!ENTITY bash-contversion "2.05a">
+<!ENTITY bash-contversion "2.05b">
<!ENTITY bash-dir "bash-&bash-version;">
<!ENTITY bash-package "bash-&bash-version;.tar.gz">
<!ENTITY bash-size "1,910 KB">
diff --git a/entities/binutils.ent b/entities/binutils.ent
index 736cdf7f6..0ad8ad8fc 100644
--- a/entities/binutils.ent
+++ b/entities/binutils.ent
@@ -14,7 +14,7 @@
<!ENTITY binutils-version "2.14">
<!ENTITY binutils-depversion "2.11.2">
-<!ENTITY binutils-contversion "2.12.1">
+<!ENTITY binutils-contversion "2.14">
<!ENTITY binutils-dir "binutils-&binutils-version;">
<!ENTITY binutils-package "binutils-&binutils-version;.tar.bz2">
<!ENTITY binutils-size "10,666 KB">
diff --git a/entities/bison.ent b/entities/bison.ent
index 756774577..14aa31373 100644
--- a/entities/bison.ent
+++ b/entities/bison.ent
@@ -9,7 +9,7 @@
<!ENTITY bison-version "1.875">
<!ENTITY bison-depversion "1.31">
-<!ENTITY bison-contversion "1.35">
+<!ENTITY bison-contversion "1.875">
<!ENTITY bison-dir "bison-&bison-version;">
<!ENTITY bison-package "bison-&bison-version;.tar.bz2">
<!ENTITY bison-size "796 KB">