X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fmksysmap;h=4390fab9f5bdf40576abf6be54de67207969ae42;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=2904d3b383ed3080bf8ff9f0ff3adf09b271c3bc;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/scripts/mksysmap b/scripts/mksysmap index 2904d3b38..4390fab9f 100644 --- a/scripts/mksysmap +++ b/scripts/mksysmap @@ -1,7 +1,7 @@ #!/bin/sh -x # Based on the vmlinux file create the System.map file # System.map is used by module-init tools and some debugging -# tools to retreive the actual addresses of symbols in the kernel. +# tools to retrieve the actual addresses of symbols in the kernel. # # Usage # mksysmap vmlinux System.map @@ -40,5 +40,5 @@ # so we just ignore them to let readprofile continue to work. # (At least sparc64 has __crc_ in the middle). -$NM -n $1 | grep -v '\( [aUw] \)\|\(__crc_\)' > $2 +$NM -n $1 | grep -v '\( [aUw] \)\|\(__crc_\)\|\( \$[adt]\)' > $2