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

Add libopcodes explanation to binutils-desc.xml

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1753 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers 23 éve
szülő
commit
926b8576cd
3 módosított fájl, 9 hozzáadás és 3 törlés
  1. 4 1
      appendixa/binutils-desc.xml
  2. 3 0
      chapter01/changelog.xml
  3. 2 2
      index.xml

+ 4 - 1
appendixa/binutils-desc.xml

@@ -104,7 +104,10 @@ modified copies under different names.</para></sect4>
 programs including getopt, obstack, strerror, strtol and strtoul.</para></sect4>
 
 <sect4><title>libopcodes</title>
-<para>No description is currently available.</para></sect4>
+<para>libopcodes is a native library for dealing with opcodes and is
+used in the course of building utilities such as objdump.  Opcodes are
+actually "readable text" versions of instructions for the 
+processor.</para></sect4>
 
 </sect3>
 

+ 3 - 0
chapter01/changelog.xml

@@ -33,6 +33,9 @@
 
 </para></listitem>
 
+<listitem><para>March 25th, 2002 [markh]: Binutils - Added libopcodes
+library description.</para></listitem>
+
 <listitem><para>March 21st, 2002 [gerard]: Chapter 06 - Bzip2: Before we
 move <filename>/usr/bin/bzless</filename> and
 <filename>/usr/bin/bzmore</filename> to the <filename

+ 2 - 2
index.xml

@@ -4,8 +4,8 @@
 
 <!ENTITY book SYSTEM "book/book.xml">
 
-<!ENTITY version "20020321">
-<!ENTITY releasedate "March 21st, 2002">
+<!ENTITY version "20020325">
+<!ENTITY releasedate "March 25th, 2002">
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">