From b8a819fd7bca2d339d92375130c556cca465aa1d Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 24 May 2004 21:37:26 +0000 Subject: Changed the id's location in the Short descriptions sections to fix a bug in the PDF generation. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/binutils.xml | 68 +++++++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'chapter06/binutils.xml') diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index cee1136c7..b05d0416e 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -107,8 +107,8 @@ ranlib, readelf, size, strings and strip Short descriptions - -addr2line + +addr2line addr2line translates program addresses to file @@ -118,8 +118,8 @@ file and line number are associated with the address. - -ar + +ar ar creates, modifies, and extracts from archives. An archive @@ -129,16 +129,16 @@ the archive). - -as + +as as is an assembler. It assembles the output of gcc into object files. - -c++filt + +c++filt c++filt is used by the linker to de-mangle C++ and @@ -146,16 +146,16 @@ Java symbols, to keep overloaded functions from clashing. - -gprof + +gprof gprof displays call graph profile data. - -ld + +ld ld is a linker. It combines a number of object and archive files into a single file, @@ -163,24 +163,24 @@ relocating their data and tying up symbol references. - -nm + +nm nm lists the symbols occurring in a given object file. - -objcopy + +objcopy objcopy is used to translate one type of object file into another. - -objdump + +objdump objdump displays information about the given object file, with options controlling what @@ -189,8 +189,8 @@ programmers who are working on the compilation tools. - -ranlib + +ranlib ranlib generates an index of the contents of an @@ -199,24 +199,24 @@ by archive members that are relocatable object files. - -readelf + +readelf readelf displays information about elf type binaries. - -size + +size size lists the section sizes -- and the grand total -- for the given object files. - -strings + +strings strings outputs, for each given file, the sequences @@ -226,16 +226,16 @@ and loading sections. For other types of files it scans the whole file. - -strip + +strip strip discards symbols from object files. - -libiberty + +libiberty libiberty contains routines used by various GNU @@ -243,16 +243,16 @@ programs, including getopt, obstack, strerror, strtol and strtoul. - -libbfd + +libbfd libbfd is the Binary File Descriptor library. - -libopcodes + +libopcodes libopcodes is a library for dealing with opcodes. -- cgit v1.2.3-54-g00ecf