OSDN Git Service

2002-05-06 David.Billinghurst <David.Billinghurst@riotinto.com>
authorbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 May 2002 23:19:06 +0000 (23:19 +0000)
committerbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 May 2002 23:19:06 +0000 (23:19 +0000)
* testsuite/lib/libjava.exp (test_libjava_from_source):
Add comment explaining last patch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53201 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/testsuite/lib/libjava.exp

index b6fd754..68e38ec 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-06  David.Billinghurst  <David.Billinghurst@riotinto.com>
+
+       * testsuite/lib/libjava.exp (test_libjava_from_source):
+       Add comment explaining last patch
+
 2002-05-04  David Billinghurst  <David.Billinghurst@riotinto.com>
 
        * testsuite/lib/libjava.exp (test_libjava_from_source):
index f5bafd4..fb23a71 100644 (file)
@@ -452,6 +452,9 @@ proc test_libjava_from_source { options srcfile compile_args inpfile resultfile
        append executable ".o"
        set target object
     } else {
+        # DOS/win32 targets default to .exe if no suffix is given
+        # We then try to delete a file that doesn't exist.  It is
+        # simpler to add the suffix everywhere.
         append executable ".exe"
        set target executable
     }