source: trunk/binutils/gas/testsuite/lib/dostriptest

Last change on this file was 10, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 111 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.