* binutils-all/objcopy.exp: Initialise $test_prog to
authorDanny Smith <dannysmith@users.sourceforge.net>
Sat, 28 Jun 2003 23:27:42 +0000 (23:27 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Sat, 28 Jun 2003 23:27:42 +0000 (23:27 +0000)
testprog.exe on mingw targeted systems too.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/objcopy.exp

index 235f9ced837d00966fb993dd04f2e214155af7b4..d3655a78c1fc5f8489c9a91df1ccdba1ad760039 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-29  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * binutils-all/objcopy.exp: Initialise $test_prog to
+       testprog.exe on mingw targeted systems too.
+
 2003-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * binutils-all/windres/checkbox.rc: New file.
index 795c1b72abfd6814fde81bccce8d2cfd63b7bc51..a03e606aab08b404c3de3b1ee0b316d25fdc62df 100644 (file)
@@ -425,7 +425,7 @@ strip_test_with_saving_a_symbol
 
 # Build a final executable.
 
-if { [istarget *-*-cygwin] } {
+if { [istarget *-*-cygwin] || [istarget *-*-mingw32] } {
     set test_prog "testprog.exe"
 } else {
     set test_prog "testprog"