projects
/
sbcl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
0.9.2.29:
[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?-] "