瀏覽代碼

Added descriptions for gasp, gprof, readelf and removed nlmconv
description (not being build anymore)


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Gerard Beekmans 24 年之前
父節點
當前提交
0c07a90166
共有 1 個文件被更改,包括 27 次插入11 次删除
  1. 27 11
      appendixa/binutils-desc.xml

+ 27 - 11
appendixa/binutils-desc.xml

@@ -2,14 +2,31 @@
 <title>Description</title>
 
 <para>
-The Binutils package contains the ld, as, ar, nm, objcopy, objdump,
-ranlib, size, strings, strip, c++filt, addr2line and nlmconv programs
+The Binutils package contains the gasp, gprof, ld, as, ar, nm, objcopy, 
+objdump, ranlib, readelf,  size, strings, strip, c++filt and addr2line 
+programs
 </para>
 
 </sect2>
 
 <sect2><title>Description</title>
 
+<sect3><title>gasp</title>
+
+<para>
+Gasp is the Assembler Macro Preprocessor.
+</para>
+
+</sect3>
+
+<sect3><title>gprof</title>
+
+<para>
+gprof displays call graph profile data.
+</para>
+
+</sect3>
+
 <sect3><title>ld</title>
 
 <para>
@@ -80,6 +97,14 @@ that is a relocatable object file.
 
 </sect3>
 
+<sect3><titl>readelf</title>
+
+<para>
+readelf displays information about elf type binaries.
+</para>
+
+</sect3>
+
 <sect3><title>size</title>
 
 <para>
@@ -143,14 +168,5 @@ with a given address.
 
 </sect3>
 
-<sect3><title>nlmconv</title>
-
-<para>
-nlmconv converts relocatable object files into the NetWare Loadable Module 
-files, optionally reading header files for NLM header information.
-</para>
-
-</sect3>
-
 </sect2>