repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gas/
[binutils.git]
/
gas
/
testsuite
/
lib
/
dostriptest
blob
3a51701559840ec7b3bf9ca1671f860be86964b4
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