summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/testsuite/ChangeLog4
-rw-r--r--winsup/testsuite/cygload/cygload.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog
index 3b2c99ff8..31b1dd115 100644
--- a/winsup/testsuite/ChangeLog
+++ b/winsup/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-06 Christopher Faylor <cgf@timesys.com>
+
+ * cygload/cygload.exp: .cpp -> .cc.
+
2005-06-06 Max Kaehn <slothman@electric-cloud.com>
* Makefile.in: Test cygload.
diff --git a/winsup/testsuite/cygload/cygload.exp b/winsup/testsuite/cygload/cygload.exp
index 01bc2c918..a07a549f9 100644
--- a/winsup/testsuite/cygload/cygload.exp
+++ b/winsup/testsuite/cygload/cygload.exp
@@ -14,7 +14,7 @@ proc ws_spawn {cmd args} {
verbose send "catchCode = $rv\n"
}
-ws_spawn "gcc -mno-cygwin $srcdir/$subdir/cygload.cpp -o mingw-cygload.exe -lstdc++ -Wl,-e,_cygloadCRTStartup@0"
+ws_spawn "gcc -mno-cygwin $srcdir/$subdir/cygload.cc -o mingw-cygload.exe -lstdc++ -Wl,-e,_cygloadCRTStartup@0"
if { $rv != {0 {}} } {
verbose -log "$rv"