Add :application-type parameter for save-lisp-and-die on Windows.
[sbcl.git] / src / runtime / linux-nm
index 70ea4ea..65a870b 100755 (executable)
@@ -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?-] "