Sign in
gnu
/
binutils-gdb
/
f9ebf60b6ff54fddf7e34b1bd96775b62fb89a22
/
.
/
gas
/
testsuite
/
lib
/
dostriptest
blob: 3a51701559840ec7b3bf9ca1671f860be86964b4 [
file
] [
log
] [
blame
]
#!/bin/sh
x
=
striptest
.
xx
.
$$
y
=
striptest
.
yy
.
$$
cp $1 $x
strip $x
cp $2 $y
strip $y
doobjcmp $x $y
exit
#eof