diff options
author | Christopher Faylor <me@cgf.cx> | 2005-06-06 21:28:22 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-06-06 21:28:22 +0000 |
commit | 2af5aa67e22b5463a9c73f6a91a21642343a1419 (patch) | |
tree | ed9bfcf39308b7c43da7438ff663001687b7c79b /winsup/testsuite | |
parent | bd3b6ab4eecb0db2062ce43e6055b6b991a27ab5 (diff) | |
download | newlib-2af5aa67e22b5463a9c73f6a91a21642343a1419.zip newlib-2af5aa67e22b5463a9c73f6a91a21642343a1419.tar.gz newlib-2af5aa67e22b5463a9c73f6a91a21642343a1419.tar.bz2 |
* cygload/cygload.exp: .cpp -> .cc.
Diffstat (limited to 'winsup/testsuite')
-rw-r--r-- | winsup/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/testsuite/cygload/cygload.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog index 3b2c99f..31b1dd1 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 01bc2c9..a07a549 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" |