From 926b8576cde2b84ab9989f2027d79958913c5686 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Mon, 25 Mar 2002 15:12:10 +0000 Subject: [PATCH] Add libopcodes explanation to binutils-desc.xml git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1753 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/binutils-desc.xml | 5 ++++- chapter01/changelog.xml | 3 +++ index.xml | 4 ++-- 3 files changed, 9 insertions(+), 3 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. programs including getopt, obstack, strerror, strtol and strtoul. libopcodes -No description is currently available. +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. diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1a497b0a5..dfc25e9c9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -33,6 +33,9 @@ +March 25th, 2002 [markh]: Binutils - Added libopcodes +library description. + March 21st, 2002 [gerard]: Chapter 06 - Bzip2: Before we move /usr/bin/bzless and /usr/bin/bzmore to the - - + +