X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-nm;h=70ea4ea6781565611d40c4ac89e72a4da67c21e5;hb=3fe0010d2777b41e01ea9b4a0f894cfa40f7df1b;hp=2804e90d2e4d127298bf70230a3adbfbc5b83fc5;hpb=5e2b057871cf47c795c75106899f5fb05dc3397e;p=sbcl.git diff --git a/src/runtime/linux-nm b/src/runtime/linux-nm index 2804e90..70ea4ea 100755 --- a/src/runtime/linux-nm +++ b/src/runtime/linux-nm @@ -1,2 +1,7 @@ #!/bin/sh -nm -p "$@" | grep -v " [AabcdgIiNnrstUuvw?-] " + +# " A " used to be in the set of removed symbols, but it turns out +# that the alpha implementation of closure_tramp and undefined_tramp +# is as an A. Whatever that is. CSR, 2005-06-12. + +nm -p "$@" | grep -v " [abcdgIiNnrstUuvw?-] "