From 2af5aa67e22b5463a9c73f6a91a21642343a1419 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 6 Jun 2005 21:28:22 +0000 Subject: [PATCH] * cygload/cygload.exp: .cpp -> .cc. --- winsup/testsuite/ChangeLog | 4 ++++ winsup/testsuite/cygload/cygload.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * cygload/cygload.exp: .cpp -> .cc. + 2005-06-06 Max Kaehn * 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"