* lib/gas-dg.exp (gas-dg-test): Treat $dir as a literal.
[deliverable/binutils-gdb.git] / gas / testsuite / lib / dostriptest
CommitLineData
252b5132
RH
1#!/bin/sh
2
3x=striptest.xx.$$
4y=striptest.yy.$$
5
6cp $1 $x
7strip $x
8cp $2 $y
9strip $y
10
11doobjcmp $x $y
12exit
13
14#eof
This page took 0.287242 seconds and 4 git commands to generate.