diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-03-07 23:12:53 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-03-07 23:12:53 +0000 |
commit | 55aba7043f437bf4345543b46cd99593bc821a5a (patch) | |
tree | f14964ff9cb96f6ebb4bd0e72f5d9c182dd676b7 /binutils | |
parent | 048325cf9cbfd72466102037b8be58778320d378 (diff) | |
download | gdb-55aba7043f437bf4345543b46cd99593bc821a5a.zip gdb-55aba7043f437bf4345543b46cd99593bc821a5a.tar.gz gdb-55aba7043f437bf4345543b46cd99593bc821a5a.tar.bz2 |
* config/default.exp: Remove send_user call for stray output.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/config/default.exp | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 89f1e4d..0902adc 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-03-08 Ben Elliston <bje@au.ibm.com> + + * config/default.exp: Remove send_user call for stray output. + 2005-01-04 Martin Koegler <mkoegler@auto.tuwien.ac.at> * binutils-all/testprog.c: Add prototype for printf() and make diff --git a/binutils/testsuite/config/default.exp b/binutils/testsuite/config/default.exp index 5738f48..f418abb 100644 --- a/binutils/testsuite/config/default.exp +++ b/binutils/testsuite/config/default.exp @@ -76,7 +76,6 @@ if ![file isdirectory tmpdir] {catch "exec mkdir tmpdir" status} # to force it to use the newly built assembler/linker. if {![file isdirectory tmpdir/gas]} then { catch "exec mkdir tmpdir/gas" status - send_user "file isfile ../gas/as-new[exe_ext]: [file isfile ../gas/as-new[exe_ext]]\n" if {[file isfile ../gas/as-new[exe_ext]]} then { catch "exec cp ../gas/as-new[exe_ext] tmpdir/gas/as[exe_ext]" status } else { |