* doc/binutils.texi (objdump): Describe the output of the --syms option in more detail.
authorNick Clifton <nickc@redhat.com>
Mon, 17 Sep 2007 11:14:22 +0000 (11:14 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 17 Sep 2007 11:14:22 +0000 (11:14 +0000)
binutils/ChangeLog
binutils/doc/binutils.texi

index 564efbc..25beb91 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-17  Nick Clifton  <nickc@redhat.com>
+
+       * doc/binutils.texi (objdump): Describe the output of the --syms
+       option in more detail. 
+
 2007-09-17  Alon Bar-Lev  <alon.barlev@gmail.com>
 
        PR binutils/4987
index d3723dd..aec1c6d 100644 (file)
@@ -2002,10 +2002,14 @@ looks like this:
 Here the first number is the symbol's value (sometimes refered to as
 its address).  The next field is actually a set of characters and
 spaces indicating the flag bits that are set on the symbol.  These
-characters are described below.  The next field is another number
-associated with the symbol, which for common symbols is the alignment
-and for other symbol is the size.  Finally the symbol's name is
-displayed.
+characters are described below.  Next is the section with which the
+symbol is associated or @emph{*ABS*} if the section is absolute (ie
+not connected with any section), or @emph{*UND*} if the section is
+referenced in the file being dumped, but not defined there.
+
+After the section name comes another field, a number, which for common
+symbols is the alignment and for other symbol is the size.  Finally
+the symbol's name is displayed.
 
 The flag characters are divided into 7 groups as follows:
 @table @code
@@ -2040,7 +2044,7 @@ normal symbol (a space).
 @item F
 @item f
 @item O
-The symbol is the name of a function (f) or a file (F) or an object
+The symbol is the name of a function (F) or a file (f) or an object
 (O) or just a normal symbol (a space).
 @end table