mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-09-16 01:26:56 +10:00
scripts/mksysmap: remove comments described in nm(1)
I do not think we need to repeat what is written in 'man nm'. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
a7b00a1811
commit
e9f76363d0
@ -9,25 +9,7 @@
|
|||||||
|
|
||||||
#####
|
#####
|
||||||
# Generate System.map (actual filename passed as second argument)
|
# Generate System.map (actual filename passed as second argument)
|
||||||
|
# The following refers to the symbol type as per nm(1).
|
||||||
# $NM produces the following output:
|
|
||||||
# f0081e80 T alloc_vfsmnt
|
|
||||||
|
|
||||||
# The second row specify the type of the symbol:
|
|
||||||
# A = Absolute
|
|
||||||
# B = Uninitialised data (.bss)
|
|
||||||
# C = Common symbol
|
|
||||||
# D = Initialised data
|
|
||||||
# G = Initialised data for small objects
|
|
||||||
# I = Indirect reference to another symbol
|
|
||||||
# N = Debugging symbol
|
|
||||||
# R = Read only
|
|
||||||
# S = Uninitialised data for small objects
|
|
||||||
# T = Text code symbol
|
|
||||||
# U = Undefined symbol
|
|
||||||
# V = Weak symbol
|
|
||||||
# W = Weak symbol
|
|
||||||
# Corresponding small letters are local symbols
|
|
||||||
|
|
||||||
# For System.map filter away:
|
# For System.map filter away:
|
||||||
# a - local absolute symbols
|
# a - local absolute symbols
|
||||||
|
Loading…
Reference in New Issue
Block a user