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

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: 180 bytes
Line 
1#!/bin/sh
2
3x=$1 ; shift
4y=$1 ; shift
5
6rm tmp.0 > /dev/null 2>&1
7ln -s $x tmp.0
8$* tmp.0 > tmp.1
9
10rm tmp.0
11ln -s $y tmp.0
12$* tmp.0 > tmp.2
13
14rm tmp.0
15
16diff -c tmp.1 tmp.2
17exit
18
19#eof
Note: See TracBrowser for help on using the repository browser.