]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* binutils.texi: Add info dir entries for all programs described
authorAndreas Schwab <schwab@linux-m68k.org>
Thu, 9 Sep 1999 16:01:34 +0000 (16:01 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Thu, 9 Sep 1999 16:01:34 +0000 (16:01 +0000)
here.  Fix arguments of @var to not contain punctuation.

binutils/ChangeLog
binutils/binutils.texi

index a7c9abb1d9ceab80b0e5b28674e5c97a1289fb24..1347578afecef73fefb90245b0072ddbdd8ae388 100644 (file)
@@ -1,3 +1,8 @@
+1999-09-09  Andreas Schwab  <schwab@suse.de>
+
+       * binutils.texi: Add info dir entries for all programs described
+       here.  Fix arguments of @var to not contain punctuation.
+
 1999-09-06  Donn Terry  <donn@interix.com>
 
        * nm.c (print_symbol_info_bsd): Check for 'w' as well as 'U'.
index 7c83ac93c63b41334f3254e34974d4d6e6c20264..ddef7065bcaee69c78ca4410a9158d7d5f1af00e 100644 (file)
@@ -5,9 +5,22 @@
 @ifinfo
 @format
 START-INFO-DIR-ENTRY
-* Binutils: (binutils).         The GNU binary utilities "ar", "objcopy",
-                               "objdump", "nm", "nlmconv", "size", "readelf"
-                                "strings", "strip", "ranlib" and "dlltool".
+* 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
+* dlltool: (binutils)dlltool.    Create files needed to build and use DLLs
 END-INFO-DIR-ENTRY
 @end format
 @end ifinfo
@@ -2078,7 +2091,7 @@ option.  @code{windres} will also search this directory when looking for
 files named in the @code{rc} file.
 
 @item -D @var{target}
-@itemx --define @var{sym[=val]}
+@itemx --define @var{sym}[=@var{val}]
 Specify a @code{-D} option to pass to the preprocessor when reading an
 @code{rc} file.