diff options
author | Doug Evans <dje@google.com> | 2013-09-20 21:47:06 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-09-20 21:47:06 +0000 |
commit | 4fa7d390970c4e558fc42b8d5ff4d42b60240db4 (patch) | |
tree | 70483ea08ea0dc76a38b9045c7f4703489ce2085 /gdb/testsuite/gdb.arch/altivec-abi.exp | |
parent | ecb33a79498ac5cdf7f284b64585e343bd1bbba3 (diff) | |
download | gdb-4fa7d390970c4e558fc42b8d5ff4d42b60240db4.zip gdb-4fa7d390970c4e558fc42b8d5ff4d42b60240db4.tar.gz gdb-4fa7d390970c4e558fc42b8d5ff4d42b60240db4.tar.bz2 |
* lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
* lib/gdb.exp (build_id_debug_filename_get): Update to use them.
(gdb_gnu_strip_debug): Ditto.
* lib/prelink-support.exp (section_get, prelink_no): Ditto.
* gdb.arch/altivec-abi.exp: Ditto.
* gdb.base/attach-pie-misread.exp: Ditto.
* gdb.base/comprdebug.exp: Ditto.
* gdb.base/dup-sect.exp: Ditto.
* gdb.base/gnu-debugdata.exp: Ditto.
* gdb.base/step-symless.exp: Ditto.
* gdb.dwarf2/dw2-inline-param.exp: Ditto.
* gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
* gdb.dwarf2/gdb-index.exp: Ditto.
Diffstat (limited to 'gdb/testsuite/gdb.arch/altivec-abi.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/altivec-abi.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/altivec-abi.exp b/gdb/testsuite/gdb.arch/altivec-abi.exp index 9b95867..dd60270 100644 --- a/gdb/testsuite/gdb.arch/altivec-abi.exp +++ b/gdb/testsuite/gdb.arch/altivec-abi.exp @@ -48,7 +48,7 @@ proc altivec_abi_tests { extra_flags force_abi } { if { "$force_abi" == "auto" } { # If the toolchain does not record attributes, skip auto-ABI tests. - set readelf_program [transform readelf] + set readelf_program [gdb_find_readelf] set result [catch "exec $readelf_program -A $binfile" output] if {$result == 0 && ![regexp Tag_GNU_Power_ABI_Vector $output]} { |