*** empty log message ***
[deliverable/binutils-gdb.git] / gas / testsuite / lib / dostriptest
CommitLineData
acf11ed1
KR
1#!/bin/sh
2# $Id$
3
4x=striptest.xx.$$
5y=striptest.yy.$$
6
7cp $1 $x
8strip $x
9cp $2 $y
10strip $y
11
12doobjcmp $x $y
13exit
14
15#eof
This page took 0.093846 seconds and 4 git commands to generate.