Skip to content

Commit

Permalink
scripts/mksysmap: remove comments described in nm(1)
Browse files Browse the repository at this point in the history
I do not think we need to repeat what is written in 'man nm'.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
  • Loading branch information
Masahiro Yamada committed Apr 17, 2023
1 parent a7b00a1 commit e9f7636
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions scripts/mksysmap
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,7 @@

#####
# Generate System.map (actual filename passed as second argument)

# $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
# The following refers to the symbol type as per nm(1).

# For System.map filter away:
# a - local absolute symbols
Expand Down

0 comments on commit e9f7636

Please sign in to comment.