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.
This commit is contained in:
parent
4f03e98cb5
commit
9b4e0f9493
7 changed files with 15 additions and 20 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue