Forráskód Böngészése

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
Gerard Beekmans 22 éve
szülő
commit
a639468502

+ 1 - 1
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>
 

+ 2 - 0
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

+ 3 - 2
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>

+ 4 - 0
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>
 

+ 2 - 0
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>
 

+ 1 - 1
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">

+ 1 - 1
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">

+ 1 - 1
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">

+ 1 - 1
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">

+ 1 - 1
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">