summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-18 23:34:06 +0000
committerbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-18 23:34:06 +0000
commitc366f24d4f487df946bb26b7f76cce4c41877cae (patch)
tree7c65457c756faf4a1fb92a37c6f61be46176874f
parent8359cfb41d1ed126d71c6d1dcf32f5facb90d02f (diff)
downloadppe42-gcc-c366f24d4f487df946bb26b7f76cce4c41877cae.tar.gz
ppe42-gcc-c366f24d4f487df946bb26b7f76cce4c41877cae.zip
2001-12-19 David Billinghurst <David.Billinghurst@riotinto.com>
libstdc++-v3/5148 * testsuite/lib/libstdc++-v3-dg.exp: Append .exe to executable filenames git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48167 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/testsuite/lib/libstdc++-v3-dg.exp4
2 files changed, 8 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 7157fc1bd45..cc52be3f8de 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-19 David Billinghurst <David.Billinghurst@riotinto.com>
+
+ libstdc++-v3/5148
+ * testsuite/lib/libstdc++-v3-dg.exp: Append .exe to
+ executable filenames
+
2001-12-18 Benjamin Kosnik <bkoz@redhat.com>
* docs/html/17_intro/TODO: Update.
diff --git a/libstdc++-v3/testsuite/lib/libstdc++-v3-dg.exp b/libstdc++-v3/testsuite/lib/libstdc++-v3-dg.exp
index d63301c98c2..bf1a806c849 100644
--- a/libstdc++-v3/testsuite/lib/libstdc++-v3-dg.exp
+++ b/libstdc++-v3/testsuite/lib/libstdc++-v3-dg.exp
@@ -124,14 +124,14 @@ proc libstdc++-v3-dg-test { prog do_what extra_tool_flags } {
}
"link" {
set compile_type "executable"
- set output_file "./[file rootname [file tail $prog]]"
+ set output_file "./[file rootname [file tail $prog]].exe"
}
"run" {
set compile_type "executable"
# FIXME: "./" is to cope with "." not being in $PATH.
# Should this be handled elsewhere?
# YES.
- set output_file "./[file rootname [file tail $prog]]"
+ set output_file "./[file rootname [file tail $prog]].exe"
# This is the only place where we care if an executable was
# created or not. If it was, dg.exp will try to run it.
remote_file build delete $output_file;
OpenPOWER on IntegriCloud