[testsuite/binutils-all/objcopy.exp] Do the .exe thing for mingw too
Danny Smith
danny_r_smith_2001@yahoo.co.nz
Sat Jun 28 02:52:00 GMT 2003
Until a better solution is implemented, this would ease my inferiority complex.
2003-06-28 Danny Smith <dannysmith@users.sourceforge.net>
* binutils-all/objcopy.exp: Initialise $test_prog to testprog.exe
on mingw targeted systems too.
Index: testsuite/binutils-all/objcopy.exp
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/binutils-all/objcopy.exp,v
retrieving revision 1.20
diff -c -3 -p -r1.20 objcopy.exp
*** testsuite/binutils-all/objcopy.exp 19 Jun 2003 07:45:50 -0000 1.20
--- testsuite/binutils-all/objcopy.exp 28 Jun 2003 02:42:59 -0000
*************** strip_test_with_saving_a_symbol
*** 425,431 ****
# Build a final executable.
! if { [istarget *-*-cygwin] } {
set test_prog "testprog.exe"
} else {
set test_prog "testprog"
--- 425,431 ----
# Build a final executable.
! if { [istarget *-*-cygwin] || [istarget *-*-mingw32] } {
set test_prog "testprog.exe"
} else {
set test_prog "testprog"
http://mobile.yahoo.com.au - Yahoo! Mobile
- Check & compose your email via SMS on your Telstra or Vodafone mobile.
More information about the Binutils
mailing list