mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-01 06:41:51 -04:00
705c22626b
Signed-off-by: unknown <zhangchun39@huawei.com>
16 lines
329 B
Bash
16 lines
329 B
Bash
#! /bin/sh
|
|
|
|
. $srcdir/strip-reloc-subr.sh
|
|
|
|
# See run-readelf-zdebug-rel.sh
|
|
testfiles testfile-debug-rel-ppc64.o
|
|
runtest testfile-debug-rel-ppc64.o 1
|
|
|
|
testfiles testfile-debug-rel-ppc64-z.o
|
|
runtest testfile-debug-rel-ppc64-z.o 1
|
|
|
|
testfiles testfile-debug-rel-ppc64-g.o
|
|
runtest testfile-debug-rel-ppc64-g.o 1
|
|
|
|
exit $runtest_status
|