binutils-gdb/gas/testscripts/dostriptest

16 lines
118 B
Plaintext
Raw Normal View History

1991-04-04 20:19:53 +02:00
#!/bin/sh
# $Id$
x=striptest.xx.$$
y=striptest.yy.$$
cp $1 $x
strip $x
cp $2 $y
strip $y
doobjcmp $x $y
exit
#eof