Skip to content

Commit 3a8be57

Browse files
committed
Fix documentation of the 'n' symbol type displayed by nm.
PR 30080 * doc/binutils.texi (nm): Update description of the 'n' symbol type.
1 parent ca2f51c commit 3a8be57

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

binutils/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2023-02-07 Nick Clifton <[email protected]>
2+
3+
PR 30080
4+
* doc/binutils.texi (nm): Update description of the 'n' symbol
5+
type.
6+
17
2023-01-31 Nick Clifton <[email protected]>
28

39
* po/sv.po: Updated Swedish translation.

binutils/doc/binutils.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ The symbol is an indirect reference to another symbol.
915915
The symbol is a debugging symbol.
916916

917917
@item n
918-
The symbol is in the read-only data section.
918+
The symbol is in a non-data, non-code, non-debug read-only section.
919919

920920
@item p
921921
The symbol is in a stack unwind section.

0 commit comments

Comments
 (0)