source:
trunk/binutils/gas/testsuite/lib/dostriptest
| Last change on this file was 10, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 111 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | x=striptest.xx.$$ |
| 4 | y=striptest.yy.$$ |
| 5 | |
| 6 | cp $1 $x |
| 7 | strip $x |
| 8 | cp $2 $y |
| 9 | strip $y |
| 10 | |
| 11 | doobjcmp $x $y |
| 12 | exit |
| 13 | |
| 14 | #eof |
Note:
See TracBrowser
for help on using the repository browser.
