head	1.1;
access;
symbols;
locks
	ram:1.1; strict;
comment	@# @;


1.1
date	94.10.24.19.53.10;	author ram;	state Exp;
branches;
next	;


desc
@nm cover script for solaris.
@



1.1
log
@Initial revision
@
text
@#!/bin/sh
# Removing 0x prefix
# remove local symbols ([a-z] in type field).
nm -pxh "$@@" | sed -e 's/^0x//' -e '/ [a-z] /d'
@
