X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-nm;h=11d4243d939e7d4551d6ef3a1a259159f04d750e;hb=bfb19d306581ac86feb4371846c4b9953d692dd8;hp=70ea4ea6781565611d40c4ac89e72a4da67c21e5;hpb=3463b858635f78b4230c4e459892b611c5bfd9d4;p=sbcl.git diff --git a/src/runtime/linux-nm b/src/runtime/linux-nm index 70ea4ea..11d4243 100755 --- a/src/runtime/linux-nm +++ b/src/runtime/linux-nm @@ -3,5 +3,7 @@ # " 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. +# " A " is a global absolute symbol, that is a symbol with a fixed +# assembly time value (which is used for offset calculations). nm -p "$@" | grep -v " [abcdgIiNnrstUuvw?-] "