X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-nm;h=2804e90d2e4d127298bf70230a3adbfbc5b83fc5;hb=905a0fc4c21ff6c8c752b9436e0616b868f1dfcc;hp=f85e7e50d54ada78e99a0538e4dd763e09070423;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/runtime/linux-nm b/src/runtime/linux-nm index f85e7e5..2804e90 100755 --- a/src/runtime/linux-nm +++ b/src/runtime/linux-nm @@ -1,2 +1,2 @@ #!/bin/sh -nm -p "$@" | grep -v " [FUtdb?] " +nm -p "$@" | grep -v " [AabcdgIiNnrstUuvw?-] "