X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fmksysmap;h=ad8bbc52267d052d0d083a0f6b12e8faf7342a90;hb=refs%2Fheads%2Faccepted%2Ftizen_8.0_unified;hp=9aa23d15862a02b0ae86646b0cb6d7f84f13c5f8;hpb=0a19b068acc47d05212f03e494381926dc0381e2;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/scripts/mksysmap b/scripts/mksysmap index 9aa23d1..ad8bbc5 100755 --- a/scripts/mksysmap +++ b/scripts/mksysmap @@ -41,4 +41,4 @@ # so we just ignore them to let readprofile continue to work. # (At least sparc64 has __crc_ in the middle). -$NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)\|\( \.L\)' > $2 +$NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)\|\( \.L\)\|\( L0\)' > $2