From 9b4e0f9493d2bd0227e3587eb4fc5d86814e5f0e Mon Sep 17 00:00:00 2001 From: Michael Chastain Date: Tue, 6 Jan 2004 19:05:14 +0000 Subject: [PATCH] 2004-01-06 Michael Chastain * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci. * gdb.base/call-rt-st.exp: Likewise. * gdb.base/nodebug.exp: Likewise. * gdb.base/volatile.exp: Likewise. * gdb.cp/ref-types.exp: Likewise. * gdb.cp/templates.exp: Likewise. --- gdb/testsuite/ChangeLog | 9 +++++++++ gdb/testsuite/gdb.base/call-ar-st.exp | 4 +--- gdb/testsuite/gdb.base/call-rt-st.exp | 8 ++------ gdb/testsuite/gdb.base/nodebug.exp | 4 +--- gdb/testsuite/gdb.base/volatile.exp | 5 +---- gdb/testsuite/gdb.cp/ref-types.exp | 4 +--- gdb/testsuite/gdb.cp/templates.exp | 1 - 7 files changed, 15 insertions(+), 20 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 37b67bb..7ea4feb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2004-01-06 Michael Chastain + + * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci. + * gdb.base/call-rt-st.exp: Likewise. + * gdb.base/nodebug.exp: Likewise. + * gdb.base/volatile.exp: Likewise. + * gdb.cp/ref-types.exp: Likewise. + * gdb.cp/templates.exp: Likewise. + 2004-01-05 Mark Kettenis * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files. diff --git a/gdb/testsuite/gdb.base/call-ar-st.exp b/gdb/testsuite/gdb.base/call-ar-st.exp index a7ea5cf..1431bc5 100644 --- a/gdb/testsuite/gdb.base/call-ar-st.exp +++ b/gdb/testsuite/gdb.base/call-ar-st.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2000, 2001 +# Copyright 1998, 1999, 2000, 2001, 2004 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -89,8 +89,6 @@ proc set_lang_c {} { } } -source ${binfile}.ci - # Start with a fresh gdb. gdb_exit diff --git a/gdb/testsuite/gdb.base/call-rt-st.exp b/gdb/testsuite/gdb.base/call-rt-st.exp index 39242fd..4a912fc 100644 --- a/gdb/testsuite/gdb.base/call-rt-st.exp +++ b/gdb/testsuite/gdb.base/call-rt-st.exp @@ -1,4 +1,5 @@ -# Copyright 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 +# 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 @@ -91,11 +92,6 @@ proc set_lang_c {} { } } - - -source ${binfile}.ci - - # Start with a fresh gdb. gdb_exit diff --git a/gdb/testsuite/gdb.base/nodebug.exp b/gdb/testsuite/gdb.base/nodebug.exp index 836ff86..fc96074 100644 --- a/gdb/testsuite/gdb.base/nodebug.exp +++ b/gdb/testsuite/gdb.base/nodebug.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1999 Free Software Foundation, Inc. +# Copyright 1997, 1999, 2004 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 @@ -39,8 +39,6 @@ if [get_compiler_info ${binfile}] { return -1; } -source ${binfile}.ci - gdb_exit gdb_start gdb_reinitialize_dir $srcdir/$subdir diff --git a/gdb/testsuite/gdb.base/volatile.exp b/gdb/testsuite/gdb.base/volatile.exp index faf62b9..075c1e7 100644 --- a/gdb/testsuite/gdb.base/volatile.exp +++ b/gdb/testsuite/gdb.base/volatile.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1998, 1999, 2003 Free Software Foundation, Inc. +# Copyright 1997, 1998, 1999, 2003, 2004 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 @@ -65,7 +65,6 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [con gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail." } -remote_exec build "rm -f ${binfile}.ci" if [get_compiler_info ${binfile}] { return -1 } @@ -75,8 +74,6 @@ gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} -source ${binfile}.ci - # # set it up at a breakpoint so we can play with the variable values # diff --git a/gdb/testsuite/gdb.cp/ref-types.exp b/gdb/testsuite/gdb.cp/ref-types.exp index dd06f02..98dc2d6 100644 --- a/gdb/testsuite/gdb.cp/ref-types.exp +++ b/gdb/testsuite/gdb.cp/ref-types.exp @@ -1,5 +1,5 @@ # Tests for reference types with short type variables in GDB. -# Copyright 1998, 1999, 2000 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2000, 2004 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 @@ -72,8 +72,6 @@ proc gdb_start_again {} { gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} - source ${binfile}.ci - # # set it up at a breakpoint so we can play with the variable values # diff --git a/gdb/testsuite/gdb.cp/templates.exp b/gdb/testsuite/gdb.cp/templates.exp index 32a2744..67cfb0e 100644 --- a/gdb/testsuite/gdb.cp/templates.exp +++ b/gdb/testsuite/gdb.cp/templates.exp @@ -37,7 +37,6 @@ set binfile ${objdir}/${subdir}/${testfile} if [get_compiler_info ${binfile} "c++"] { return -1 } -source ${binfile}.ci if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug c++}] != "" } { gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail." -- 2.7.4