X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-nm;h=65a870bac6c8fe3d1b12cc032d3503df681243a8;hb=ed18d662d473336285e2594ad21239afe1bca105;hp=70ea4ea6781565611d40c4ac89e72a4da67c21e5;hpb=3463b858635f78b4230c4e459892b611c5bfd9d4;p=sbcl.git diff --git a/src/runtime/linux-nm b/src/runtime/linux-nm index 70ea4ea..65a870b 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?-] " +nm -p "$@" | GREP_OPTIONS='' grep -v " [abcdgIiNnrstUuvw?-] "