Add a description of the 'n' symbol type displayed by nm.
authorNick Clifton <nickc@redhat.com>
Thu, 15 Aug 2019 14:23:18 +0000 (15:23 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 15 Aug 2019 14:23:18 +0000 (15:23 +0100)
PR 24767
* doc/binutils.texi (nm): Document the 'n' symbol type.

binutils/ChangeLog
binutils/doc/binutils.texi

index 608c2900f934ec25e354075c84f20eee1f0390f2..b7bdfce91c90ffdb84f02e7b56a28174152feb3d 100644 (file)
@@ -1,3 +1,8 @@
+2019-08-15  Nick Clifton  <nickc@redhat.com>
+
+       PR 24767
+       * doc/binutils.texi (nm): Document the 'n' symbol type.
+
 2019-08-15  Christophe Vidal  <support@krizalys.com>
 
        * docs/binutils.texi: Fixed notice message disassembler options
index f6d07f7d1e67e4ad767e8db82847cca1ee7ed044..25b2202dcdaa02418d9cb8a4374e3c82315adabc 100644 (file)
@@ -844,8 +844,11 @@ The symbol is an indirect reference to another symbol.
 @item N
 The symbol is a debugging symbol.
 
+@item n
+The symbol is in the read-only data section.
+
 @item p
-The symbols is in a stack unwind section.
+The symbol is in a stack unwind section.
 
 @item R
 @itemx r
This page took 0.02726 seconds and 4 git commands to generate.