aboutsummaryrefslogtreecommitdiff
path: root/binutils/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-02-07 11:40:46 +0000
committerNick Clifton <nickc@redhat.com>2023-02-07 11:41:28 +0000
commit3a8be578d658b1cad3579aea0f5ce4883de21e6b (patch)
tree4bddfcd0e5b18c9724075e0c7815997e874fc5a3 /binutils/doc
parentca2f51c6960d65c2d3adbc4095aa8a9d02759376 (diff)
downloadgdb-3a8be578d658b1cad3579aea0f5ce4883de21e6b.zip
gdb-3a8be578d658b1cad3579aea0f5ce4883de21e6b.tar.gz
gdb-3a8be578d658b1cad3579aea0f5ce4883de21e6b.tar.bz2
Fix documentation of the 'n' symbol type displayed by nm.
PR 30080 * doc/binutils.texi (nm): Update description of the 'n' symbol type.
Diffstat (limited to 'binutils/doc')
-rw-r--r--binutils/doc/binutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index e48a48d..514f8af 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -915,7 +915,7 @@ The symbol is an indirect reference to another symbol.
The symbol is a debugging symbol.
@item n
-The symbol is in the read-only data section.
+The symbol is in a non-data, non-code, non-debug read-only section.
@item p
The symbol is in a stack unwind section.