Index: gdb/testsuite/gdb.base/step-symless.exp |
diff --git a/gdb/testsuite/gdb.base/step-symless.exp b/gdb/testsuite/gdb.base/step-symless.exp |
index 47d36abd7c453a1f0c59d0fbd02fb612f0db9516..c4be15aecd6dd0c85f658c795e0f9bdf68b500e1 100644 |
--- a/gdb/testsuite/gdb.base/step-symless.exp |
+++ b/gdb/testsuite/gdb.base/step-symless.exp |
@@ -1,4 +1,4 @@ |
-# Copyright (C) 2012 Free Software Foundation, Inc. |
+# Copyright (C) 2012-2013 Free Software Foundation, Inc. |
# This program is free software; you can redistribute it and/or modify |
# it under the terms of the GNU General Public License as published by |
@@ -20,7 +20,7 @@ if {[build_executable ${testfile}.exp ${testfile} ${srcfile} {nodebug}] == -1} { |
# We need those symbols global to access them from the .S file. |
set test "strip stub symbols" |
-set objcopy_program [transform objcopy] |
+set objcopy_program [gdb_find_objcopy] |
set result [catch "exec $objcopy_program -N symless ${binfile}" output] |
verbose "result is $result" |
verbose "output is $output" |