Fix make-array transforms.
[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 # " A " is a global absolute symbol, that is a symbol with a fixed
7 # assembly time value (which is used for offset calculations).
8
9 nm -p "$@" | GREP_OPTIONS='' grep -v " [abcdgIiNnrstUuvw?-] "