Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
refs/heads/master
/
.
/
src
/
binutils
/
gas
/
testsuite
/
lib
/
dostriptest
blob: 3a51701559840ec7b3bf9ca1671f860be86964b4 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/sh
x
=
striptest
.
xx
.
$$
y
=
striptest
.
yy
.
$$
cp $1 $x
strip $x
cp $2 $y
strip $y
doobjcmp $x $y
exit
#eof