From 15b0f195a9a309528f101b471cebbcd1b79c447a Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Mon, 24 Oct 1994 19:53:10 +0000 Subject: [PATCH] Initial revision --- lisp/solaris-nm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 lisp/solaris-nm diff --git a/lisp/solaris-nm b/lisp/solaris-nm new file mode 100755 index 000000000..777a2743c --- /dev/null +++ b/lisp/solaris-nm @@ -0,0 +1,4 @@ +#!/bin/sh +# Removing 0x prefix +# remove local symbols ([a-z] in type field). +nm -pxh "$@" | sed -e 's/^0x//' -e '/ [a-z] /d' -- GitLab