2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Tue, 6 Jan 2004 19:05:14 +0000 (19:05 +0000)
committerMichael Chastain <mec@google.com>
Tue, 6 Jan 2004 19:05:14 +0000 (19:05 +0000)
* 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
gdb/testsuite/gdb.base/call-ar-st.exp
gdb/testsuite/gdb.base/call-rt-st.exp
gdb/testsuite/gdb.base/nodebug.exp
gdb/testsuite/gdb.base/volatile.exp
gdb/testsuite/gdb.cp/ref-types.exp
gdb/testsuite/gdb.cp/templates.exp

index 37b67bb60617f53ffa920ea0134a5b53eae7ec1f..7ea4feb9eb7afc51a116212d7df8bd50b834a905 100644 (file)
@@ -1,3 +1,12 @@
+2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * 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  <kettenis@gnu.org>
 
        * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
index a7ea5cf56aabb4bc662753ddad0d484c75b452d1..1431bc56f8fff58906eee041af0bafeb76e9accb 100644 (file)
@@ -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
index 39242fd5b9f697f653c6ebb6b0f6b05a0da8c7c1..4a912fcdc29f4fea9f6849a5f8e9fd55e64315f7 100644 (file)
@@ -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
index 836ff8637e138e4eecba349bffab398741cdac52..fc96074d8d0b7ed6cb4f4ef18ec337e40201a932 100644 (file)
@@ -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
index faf62b9847b844261f1656d7276009de729279ad..075c1e75aa8c746f4ed83d6103ad92c9ae5ff82e 100644 (file)
@@ -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
 #
index dd06f0271110402d2f6704b4acf22fb92ec3e2a0..98dc2d68f6077bbcfa375437fd42b3a1d33f0b4e 100644 (file)
@@ -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
     #
index 32a27445c368a9db06a9e4e8a2aa4cf7bb4922ee..67cfb0eb892f58fd6813ea93efc195dd5c54e23e 100644 (file)
@@ -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."
This page took 0.033159 seconds and 4 git commands to generate.