1.0.19.33: Improved interrupt handling on darwin/x86[-64]
[sbcl/eslaughter.git] / src / runtime / linux-nm
blob65a870bac6c8fe3d1b12cc032d3503df681243a8
1 #!/bin/sh
3 # " A " used to be in the set of removed symbols, but it turns out
4 # that the alpha implementation of closure_tramp and undefined_tramp
5 # is as an A. Whatever that is. CSR, 2005-06-12.
6 # " A " is a global absolute symbol, that is a symbol with a fixed
7 # assembly time value (which is used for offset calculations).
9 nm -p "$@" | GREP_OPTIONS='' grep -v " [abcdgIiNnrstUuvw?-] "