[binutils-gdb] Fix documentation of the 'n' symbol type displayed by nm.
Nick Clifton
nickc@sourceware.org
Tue Feb 7 11:41:33 GMT 2023
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3a8be578d658b1cad3579aea0f5ce4883de21e6b
commit 3a8be578d658b1cad3579aea0f5ce4883de21e6b
Author: Nick Clifton <nickc@redhat.com>
Date: Tue Feb 7 11:40:46 2023 +0000
Fix documentation of the 'n' symbol type displayed by nm.
PR 30080 * doc/binutils.texi (nm): Update description of the 'n' symbol type.
Diff:
---
binutils/ChangeLog | 6 ++++++
binutils/doc/binutils.texi | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index c7000257d95..9753a32174b 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2023-02-07 Nick Clifton <nickc@redhat.com>
+
+ PR 30080
+ * doc/binutils.texi (nm): Update description of the 'n' symbol
+ type.
+
2023-01-31 Nick Clifton <nickc@redhat.com>
* po/sv.po: Updated Swedish translation.
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index e48a48dd82b..514f8af6438 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.
More information about the Binutils-cvs
mailing list