1#! /bin/sh 2 3. $srcdir/strip-reloc-subr.sh 4 5# See run-readelf-zdebug-rel.sh 6testfiles testfile-debug-rel-ppc64.o 7runtest testfile-debug-rel-ppc64.o 1 8 9testfiles testfile-debug-rel-ppc64-z.o 10runtest testfile-debug-rel-ppc64-z.o 1 11 12testfiles testfile-debug-rel-ppc64-g.o 13runtest testfile-debug-rel-ppc64-g.o 1 14 15exit $runtest_status 16