Add copyright headers.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / savedregs.exp
index 8837e1f1d2e4e1d3aaaab614c233751289a19df3..15145cc176944fe090d193c0c178ea06cae012d7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2004, 2007-2012 Free Software Foundation, Inc.
+# Copyright 2004-2014 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
@@ -29,28 +29,20 @@ if [target_info exists gdb,nosignals] {
     continue
 }
 
-if $tracelevel then {
-    strace $tracelevel
-}
 
+standard_testfile .c
 
-set testfile savedregs
-set srcfile ${testfile}.c
-set binfile ${objdir}/${subdir}/${testfile}
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
     untested "Couldn't compile ${module}.c"
     return -1
 }
 
 # get things started
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
-gdb_load ${binfile}
+clean_restart ${binfile}
 
 # Advance to main
 if { ![runto_main] } {
-    gdb_suppress_tests;
+    gdb_suppress_tests
 }
 
 proc process_saved_regs { current inner outer } {
This page took 0.02472 seconds and 4 git commands to generate.