old-cross-binutils/gas/testsuite/lib/dostriptest
1993-04-05 17:25:37 +00:00

15 lines
118 B
Bash
Executable file

#!/bin/sh
# $Id$
x=striptest.xx.$$
y=striptest.yy.$$
cp $1 $x
strip $x
cp $2 $y
strip $y
doobjcmp $x $y
exit
#eof