0.9.3.28: bdowning's fd-stream patch, slightly modified
[sbcl.git] / src / runtime / linux-nm
1 #!/bin/sh
2
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
7 nm -p "$@" | grep -v " [abcdgIiNnrstUuvw?-] "