diff options
author | Nick Clifton <nickc@redhat.com> | 2019-08-15 15:23:18 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-08-15 15:23:18 +0100 |
commit | 6ae978f133a67d34d01b6bb2053f1ba20ad13eeb (patch) | |
tree | 39e7262b5a5354f0820bcc596d6e2c9f4a01f01a /binutils/doc | |
parent | 4196ab2a6d348f76c0e5e78252e44d9c631636d2 (diff) | |
download | binutils-6ae978f133a67d34d01b6bb2053f1ba20ad13eeb.zip binutils-6ae978f133a67d34d01b6bb2053f1ba20ad13eeb.tar.gz binutils-6ae978f133a67d34d01b6bb2053f1ba20ad13eeb.tar.bz2 |
Add a description of the 'n' symbol type displayed by nm.
PR 24767
* doc/binutils.texi (nm): Document the 'n' symbol type.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index f6d07f7..25b2202 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -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 |