summaryrefslogtreecommitdiffstats
path: root/testsuite/dwz.tests/eu-strip-unstrip.sh
blob: ce3adad4dde79a0201ee89305f7068deea89f884 (plain)
1
2
3
4
5
6
7
8
9
10
11
cp $execs/hello 1

eu-strip 1 -o 1.stripped -f 1.debug

dwz 1.debug

eu-unstrip 1.stripped 1.debug -o 1.unstripped

smaller-than.sh 1.unstripped 1

rm -f 1 1.debug 1.stripped 1.unstripped