* gdb.cp/hang.exp: Use .cc instead of .C.
* gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ... * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
This commit is contained in:
parent
6f3f3097b9
commit
8d4e307105
5 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.cp/hang.exp: Use .cc instead of .C.
|
||||
* gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
|
||||
* gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
|
||||
|
||||
2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.base/gdb1250.exp: Remove perror.
|
||||
|
|
|
@ -26,7 +26,7 @@ set testfile hang
|
|||
set binfile ${objdir}/${subdir}/${testfile}
|
||||
|
||||
foreach file {hang1 hang2 hang3} {
|
||||
if {[gdb_compile "${srcdir}/${subdir}/${file}.C" "${file}.o" object {c++ debug}] != ""} {
|
||||
if {[gdb_compile "${srcdir}/${subdir}/${file}.cc" "${file}.o" object {c++ debug}] != ""} {
|
||||
untested hang.exp
|
||||
return -1
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue