diff options
Diffstat (limited to 'gdb/testsuite/lib/prelink-support.exp')
-rw-r--r-- | gdb/testsuite/lib/prelink-support.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/lib/prelink-support.exp b/gdb/testsuite/lib/prelink-support.exp index bd10017..887a58e 100644 --- a/gdb/testsuite/lib/prelink-support.exp +++ b/gdb/testsuite/lib/prelink-support.exp @@ -20,7 +20,7 @@ proc section_get {exec section} { global subdir set tmp [standard_output_file section_get.tmp] - set objcopy_program [transform objcopy] + set objcopy_program [gdb_find_objcopy] set command "exec $objcopy_program -O binary --set-section-flags $section=A --change-section-address $section=0 -j $section $exec $tmp" verbose -log "command is $command" @@ -211,7 +211,7 @@ proc prelink_no {arg {name {}}} { # Skip prelink options. continue } - set readelf_program [transform readelf] + set readelf_program [gdb_find_readelf] set command "exec $readelf_program -WS $bin" verbose -log "command is $command" set result [catch $command output] |