* doc/binutils.texi: Move top stuff to the top.
Use @direntry/@dircategory, format entries to play nicely with others. Avoid duplicate copying strings. Don't misspell "Texinfo".
This commit is contained in:
parent
2cc7bb5dcf
commit
e016ec1f8c
2 changed files with 38 additions and 52 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2007-10-26 Karl Berry <karl@freefriends.org>
|
||||||
|
|
||||||
|
* doc/binutils.texi: Move top stuff to the top.
|
||||||
|
Use @direntry/@dircategory, format entries to play nicely with
|
||||||
|
others.
|
||||||
|
Avoid duplicate copying strings.
|
||||||
|
Don't misspell "Texinfo".
|
||||||
|
|
||||||
2007-10-25 Daniel Jacobowitz <dan@codesourcery.com>
|
2007-10-25 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* readelf.c (display_power_gnu_attribute): Add support for
|
* readelf.c (display_power_gnu_attribute): Add support for
|
||||||
|
|
|
@ -1,36 +1,13 @@
|
||||||
\input texinfo @c -*- Texinfo -*-
|
\input texinfo @c -*- Texinfo -*-
|
||||||
@setfilename binutils.info
|
@setfilename binutils.info
|
||||||
@c Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007
|
@settitle @sc{gnu} Binary Utilities
|
||||||
@c Free Software Foundation, Inc.
|
@finalout
|
||||||
|
@synindex ky cp
|
||||||
|
|
||||||
@c man begin INCLUDE
|
@c man begin INCLUDE
|
||||||
@include bfdver.texi
|
@include bfdver.texi
|
||||||
@c man end
|
@c man end
|
||||||
|
|
||||||
@ifinfo
|
|
||||||
@format
|
|
||||||
START-INFO-DIR-ENTRY
|
|
||||||
* Binutils: (binutils). The GNU binary utilities.
|
|
||||||
* ar: (binutils)ar. Create, modify, and extract from archives
|
|
||||||
* nm: (binutils)nm. List symbols from object files
|
|
||||||
* objcopy: (binutils)objcopy. Copy and translate object files
|
|
||||||
* objdump: (binutils)objdump. Display information from object files
|
|
||||||
* ranlib: (binutils)ranlib. Generate index to archive contents
|
|
||||||
* readelf: (binutils)readelf. Display the contents of ELF format files.
|
|
||||||
* size: (binutils)size. List section sizes and total size
|
|
||||||
* strings: (binutils)strings. List printable strings from files
|
|
||||||
* strip: (binutils)strip. Discard symbols
|
|
||||||
* c++filt: (binutils)c++filt. Filter to demangle encoded C++ symbols
|
|
||||||
* cxxfilt: (binutils)c++filt. MS-DOS name for c++filt
|
|
||||||
* addr2line: (binutils)addr2line. Convert addresses to file and line
|
|
||||||
* nlmconv: (binutils)nlmconv. Converts object code into an NLM
|
|
||||||
* windres: (binutils)windres. Manipulate Windows resources
|
|
||||||
* windmc: (binutils)windmc. Generator for Windows message resources
|
|
||||||
* dlltool: (binutils)dlltool. Create files needed to build and use DLLs
|
|
||||||
END-INFO-DIR-ENTRY
|
|
||||||
@end format
|
|
||||||
@end ifinfo
|
|
||||||
|
|
||||||
@copying
|
@copying
|
||||||
@c man begin COPYRIGHT
|
@c man begin COPYRIGHT
|
||||||
Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
|
@ -46,22 +23,32 @@ section entitled ``GNU Free Documentation License''.
|
||||||
@c man end
|
@c man end
|
||||||
@end copying
|
@end copying
|
||||||
|
|
||||||
@synindex ky cp
|
@dircategory Software development
|
||||||
@c
|
@direntry
|
||||||
@c This file documents the GNU binary utilities "ar", "ld", "objcopy",
|
* Binutils: (binutils). The GNU binary utilities.
|
||||||
@c "objdump", "nm", "size", "strings", "strip", "readelf" and "ranlib".
|
@end direntry
|
||||||
@c
|
|
||||||
@c Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
@dircategory Individual utilities
|
||||||
@c 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
@direntry
|
||||||
@c
|
* addr2line: (binutils)addr2line. Convert addresses to file and line.
|
||||||
@c This text may be freely distributed under the terms of the GNU
|
* ar: (binutils)ar. Create, modify, and extract from archives.
|
||||||
@c Free Documentation License.
|
* c++filt: (binutils)c++filt. Filter to demangle encoded C++ symbols.
|
||||||
@c
|
* cxxfilt: (binutils)c++filt. MS-DOS name for c++filt.
|
||||||
|
* dlltool: (binutils)dlltool. Create files needed to build and use DLLs.
|
||||||
|
* nlmconv: (binutils)nlmconv. Converts object code into an NLM.
|
||||||
|
* nm: (binutils)nm. List symbols from object files.
|
||||||
|
* objcopy: (binutils)objcopy. Copy and translate object files.
|
||||||
|
* objdump: (binutils)objdump. Display information from object files.
|
||||||
|
* ranlib: (binutils)ranlib. Generate index to archive contents.
|
||||||
|
* readelf: (binutils)readelf. Display the contents of ELF format files.
|
||||||
|
* size: (binutils)size. List section sizes and total size.
|
||||||
|
* strings: (binutils)strings. List printable strings from files.
|
||||||
|
* strip: (binutils)strip. Discard symbols.
|
||||||
|
* windmc: (binutils)windmc. Generator for Windows message resources.
|
||||||
|
* windres: (binutils)windres. Manipulate Windows resources.
|
||||||
|
@end direntry
|
||||||
|
|
||||||
@setchapternewpage odd
|
|
||||||
@settitle @sc{gnu} Binary Utilities
|
|
||||||
@titlepage
|
@titlepage
|
||||||
@finalout
|
|
||||||
@title The @sc{gnu} Binary Utilities
|
@title The @sc{gnu} Binary Utilities
|
||||||
@ifset VERSION_PACKAGE
|
@ifset VERSION_PACKAGE
|
||||||
@subtitle @value{VERSION_PACKAGE}
|
@subtitle @value{VERSION_PACKAGE}
|
||||||
|
@ -76,20 +63,11 @@ section entitled ``GNU Free Documentation License''.
|
||||||
|
|
||||||
@tex
|
@tex
|
||||||
{\parskip=0pt \hfill Cygnus Support\par \hfill
|
{\parskip=0pt \hfill Cygnus Support\par \hfill
|
||||||
\TeX{}info \texinfoversion\par }
|
Texinfo \texinfoversion\par }
|
||||||
@end tex
|
@end tex
|
||||||
|
|
||||||
@vskip 0pt plus 1filll
|
@vskip 0pt plus 1filll
|
||||||
Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
@insertcopying
|
||||||
2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
|
||||||
under the terms of the GNU Free Documentation License, Version 1.1
|
|
||||||
or any later version published by the Free Software Foundation;
|
|
||||||
with no Invariant Sections, with no Front-Cover Texts, and with no
|
|
||||||
Back-Cover Texts. A copy of the license is included in the
|
|
||||||
section entitled ``GNU Free Documentation License''.
|
|
||||||
|
|
||||||
@end titlepage
|
@end titlepage
|
||||||
@contents
|
@contents
|
||||||
|
|
||||||
|
@ -156,7 +134,7 @@ Create the files needed to build and use Dynamic Link Libraries
|
||||||
|
|
||||||
This document is distributed under the terms of the GNU Free
|
This document is distributed under the terms of the GNU Free
|
||||||
Documentation License. A copy of the license is included in the
|
Documentation License. A copy of the license is included in the
|
||||||
section entitled "GNU Free Documentation License".
|
section entitled ``GNU Free Documentation License''.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* ar:: Create, modify, and extract from archives
|
* ar:: Create, modify, and extract from archives
|
||||||
|
|
Loading…
Add table
Reference in a new issue