Index: gdb/testsuite/gdb.ada/start.exp |
diff --git a/gdb/testsuite/gdb.ada/start.exp b/gdb/testsuite/gdb.ada/start.exp |
index 6ba180d0bca2dc7355b38dc73ba22346056b156b..7e282dcbf1c19605cea79206c0c4cf029810398d 100644 |
--- a/gdb/testsuite/gdb.ada/start.exp |
+++ b/gdb/testsuite/gdb.ada/start.exp |
@@ -1,4 +1,4 @@ |
-# Copyright 2005, 2007-2012 Free Software Foundation, Inc. |
+# Copyright 2005-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 |
@@ -24,12 +24,8 @@ if [target_info exists use_gdb_stub] { |
return |
} |
-set testdir "start" |
-set testfile "${testdir}/dummy" |
-set srcfile ${srcdir}/${subdir}/${testfile}.adb |
-set binfile ${objdir}/${subdir}/${testfile} |
+standard_ada_testfile dummy |
-file mkdir ${objdir}/${subdir}/${testdir} |
if {[gdb_compile_ada "${srcfile}" "${binfile}" executable {debug}] != ""} { |
return -1 |
} |