* gdb.cp/hang.exp: Use .cc instead of .C.
authorDaniel Jacobowitz <drow@false.org>
Wed, 30 Apr 2008 18:28:23 +0000 (18:28 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 30 Apr 2008 18:28:23 +0000 (18:28 +0000)
* 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.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/hang.exp
gdb/testsuite/gdb.cp/hang1.cc [moved from gdb/testsuite/gdb.cp/hang1.C with 100% similarity]
gdb/testsuite/gdb.cp/hang2.cc [moved from gdb/testsuite/gdb.cp/hang2.C with 100% similarity]
gdb/testsuite/gdb.cp/hang3.cc [moved from gdb/testsuite/gdb.cp/hang3.C with 100% similarity]

index ff2cbbb..8232f0b 100644 (file)
@@ -1,5 +1,11 @@
 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.
        * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
 
index 86305e0..61bcf41 100644 (file)
@@ -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
     }