diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-03-25 15:12:10 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-03-25 15:12:10 +0000 |
commit | 926b8576cde2b84ab9989f2027d79958913c5686 (patch) | |
tree | aff2f62e7e7ee99a2384d5151642e03a7369f6e1 /appendixa/binutils-desc.xml | |
parent | edfe9b6f82d7e0f2543d09dcc23cc6f78abc532f (diff) |
Add libopcodes explanation to binutils-desc.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1753 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/binutils-desc.xml')
-rw-r--r-- | appendixa/binutils-desc.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/appendixa/binutils-desc.xml b/appendixa/binutils-desc.xml index 26163f7dc..2d51386b3 100644 --- a/appendixa/binutils-desc.xml +++ b/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> |