NetBSD/usr.bin/strip
mycroft 20750ec6fd From: Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>
2.  strip(1) shouldn't abort when processing a file and it detects
    an error (rationale: nm and size don't do this either).
3.  strip(1) doesn't free the memory it has allocated.
4.  added a very simple minded check so strip(1) doesn't dump core on
    bad files.
1993-11-18 21:09:10 +00:00
..
Makefile slight fix from Mark Weaver <Mark_Weaver@brown.edu> 1993-10-23 00:23:07 +00:00
strip.1 Add -x flag to remove stabs, compiler idents and local symbols. 1993-08-27 02:33:34 +00:00
strip.c From: Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> 1993-11-18 21:09:10 +00:00