i386v host/target/native separation
[deliverable/binutils-gdb.git] / gas / testscripts / dostriptest
1 #!/bin/sh
2 # $Id$
3
4 x=striptest.xx.$$
5 y=striptest.yy.$$
6
7 cp $1 $x
8 strip $x
9 cp $2 $y
10 strip $y
11
12 doobjcmp $x $y
13 exit
14
15 #eof
This page took 0.029597 seconds and 4 git commands to generate.