2002-09-08 Ben Elliston <bje@redhat.com>
[deliverable/binutils-gdb.git] / gas / testsuite / lib / dostriptest
1 #!/bin/sh
2
3 x=striptest.xx.$$
4 y=striptest.yy.$$
5
6 cp $1 $x
7 strip $x
8 cp $2 $y
9 strip $y
10
11 doobjcmp $x $y
12 exit
13
14 #eof
This page took 0.028565 seconds and 4 git commands to generate.