mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* config/default.exp: Remove send_user call for stray output.
This commit is contained in:
parent
048325cf9c
commit
55aba7043f
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user