diff options
author | Tom Tromey <tromey@redhat.com> | 2013-06-27 18:53:49 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-06-27 18:53:49 +0000 |
commit | 822bd149bfa2e13ddfddd092bfc9f2886bf878d8 (patch) | |
tree | 0bc252ec0e8a9e52f38a49c41ee76adbc2d004de /gdb/testsuite/gdb.base/pie-execl.exp | |
parent | f8b41b00226b5ad0dcdbad27951eddbbdae81e2a (diff) | |
download | gdb-822bd149bfa2e13ddfddd092bfc9f2886bf878d8.zip gdb-822bd149bfa2e13ddfddd092bfc9f2886bf878d8.tar.gz gdb-822bd149bfa2e13ddfddd092bfc9f2886bf878d8.tar.bz2 |
test suite update - gdb.base/[n-r]
Convert files gdb.base/[n-r]*.exp to use standard_output_file et al.
* gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
gdb.base/pending.exp, gdb.base/permissions.exp,
gdb.base/pie-execl.exp, gdb.base/pointers.exp,
gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
gdb.base/printcmds.exp, gdb.base/prologue.exp,
gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
gdb.base/ptype.exp, gdb.base/randomize.exp,
gdb.base/readline-ask.exp, gdb.base/recpar.exp,
gdb.base/recurse.exp, gdb.base/relativedebug.exp,
gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
standard_testfile, standard_output_file, prepare_for_testing,
clean_restart.
Diffstat (limited to 'gdb/testsuite/gdb.base/pie-execl.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/pie-execl.exp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.base/pie-execl.exp b/gdb/testsuite/gdb.base/pie-execl.exp index f8e5e33..2bdccc1 100644 --- a/gdb/testsuite/gdb.base/pie-execl.exp +++ b/gdb/testsuite/gdb.base/pie-execl.exp @@ -26,12 +26,11 @@ if [is_remote target] { continue } -set testfile "pie-execl" -set srcfile ${testfile}.c +standard_testfile .c set executable1 ${testfile}1 set executable2 ${testfile}2 -set binfile1 ${objdir}/${subdir}/${executable1} -set binfile2 ${objdir}/${subdir}/${executable2} +set binfile1 ${binfile}1 +set binfile2 ${binfile}2 set binfile2_test_msg OBJDIR/${subdir}/${executable2} # Use conditional compilation according to `BIN' as GDB remembers the source |