diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-11 16:18:59 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-11 16:18:59 +0000 |
commit | 1bbb24b645cd7038d141c6a20dcdf23aeeb592bf (patch) | |
tree | 113208b7f41451d676756209b3c6229019fdd481 /appendixa/binutils-shortdesc.xml | |
parent | e8fe4dcb00e2c1c04675c5c6f794d893432fd0a5 (diff) |
rewrote bash install page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2306 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/binutils-shortdesc.xml')
-rw-r--r-- | appendixa/binutils-shortdesc.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/appendixa/binutils-shortdesc.xml b/appendixa/binutils-shortdesc.xml new file mode 100644 index 000000000..e28cf4030 --- /dev/null +++ b/appendixa/binutils-shortdesc.xml @@ -0,0 +1,20 @@ +<sect2><title>Contents of Binutils</title> + +<para>Last checked against version &binutils-contversion;.</para> + +<para>Binutils is a collection of software development tools containing a +linker, assembler and other tools to work with object files and +archives.</para> + +<para>Binutils installs the following files:</para> + +<sect3><title>Program Files</title> + +<para>addr2line, ar, as, gprof, ld, nm, objcopy, objdump, +ranlib, readelf, size, strings and strip</para></sect3> + +<sect3><title>Library Files</title> +<para>libbfd.[a,so] and libopcodes.[a,so]</para></sect3> + +</sect2> + |