AArch64 AAPCS: Ignore static members
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / gdb1250.exp
index 35adc2c1cad9f1448c9201d416090efef778e200..090a0d6c7ed8733a35d2e3e0291699b9c1e4d6aa 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2003-2013 Free Software Foundation, Inc.
+# Copyright 2003-2019 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
 # test running programs
 #
 
-set testfile "gdb1250"
-set srcfile ${testfile}.c
-set binfile ${objdir}/${subdir}/${testfile}
+standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-     untested gdb1250.exp
+     untested "failed to compile"
      return -1
 }
 
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
-gdb_load ${binfile}
+clean_restart ${binfile}
 
 if ![runto abort {allow-pending}] then {
     continue
This page took 0.025629 seconds and 4 git commands to generate.