Changeset a639468 for appendixa


Ignore:
Timestamp:
10/14/2003 04:30:06 PM (21 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
bd2c88c
Parents:
9f0b2cc
Message:

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

Location:
appendixa
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • appendixa/automake-shortdesc.xml

    r9f0b2cc ra639468  
    66
    77<para><emphasis>Installed programs</emphasis>: acinstall, aclocal,
    8 aclocal-1.6, automake, automake-1.6, compile, config.guess, config.sub,
     8aclocal-1.7, automake, automake-1.7, compile, config.guess, config.sub,
    99depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile,
    1010ylwrap</para>
  • appendixa/binutils-desc.xml

    r9f0b2cc ra639468  
    1515<para><command>as</command> is an assembler. It assembles the output of
    1616gcc into object files.</para>
     17
     18<para><command>c++filt</command> demangles C++ and Java symbols.</para>
    1719
    1820<para><command>gprof</command> displays call graph profile data.</para>
  • appendixa/binutils-shortdesc.xml

    r9f0b2cc ra639468  
    77archives.</para>
    88
    9 <para><emphasis>Installed programs</emphasis>: addr2line, ar, as, gprof, ld,
    10 nm, objcopy, objdump, ranlib, readelf, size, strings and strip</para>
     9<para><emphasis>Installed programs</emphasis>: addr2line, ar, as, c++filt,
     10gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings and
     11strip</para>
    1112
    1213<para><emphasis>Installed libraries</emphasis>: libbfd.[a,so] and
  • appendixa/bison-desc.xml

    r9f0b2cc ra639468  
    1010that still call yacc instead of bison. It calls bison with the -y option.</para>
    1111
     12<para><command>liby.a</command> is the Yacc library containing
     13implementations of Yacc-compatible yyerror and main functions. This library
     14is normally not very useful, but POSIX requires it.</para>
     15
    1216</sect2>
    1317
  • appendixa/bison-shortdesc.xml

    r9f0b2cc ra639468  
    88<para><emphasis>Installed programs</emphasis>: bison and yacc</para>
    99
     10<para><emphasis>Installed libraries</emphasis>: liby.a</para>
     11
    1012</sect2>
    1113
Note: See TracChangeset for help on using the changeset viewer.