Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-06-07 01:28:22 +0400
committerChristopher Faylor <me@cgf.cx>2005-06-07 01:28:22 +0400
commit2af5aa67e22b5463a9c73f6a91a21642343a1419 (patch)
treeed9bfcf39308b7c43da7438ff663001687b7c79b
parentbd3b6ab4eecb0db2062ce43e6055b6b991a27ab5 (diff)
* cygload/cygload.exp: .cpp -> .cc.
-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"