mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
(sim_compile): Tweak output text.
This commit is contained in:
parent
1075246d73
commit
42d9651198
@ -32,7 +32,7 @@ proc sim_compile { source dest type options } {
|
||||
regsub "\[\r\n\]*$" "$result" "" result
|
||||
regsub "^\[\r\n\]*" "$result" "" result
|
||||
if { $result != "" } {
|
||||
clone_output "sim compile failed, $result"
|
||||
clone_output "sim compile output: $result"
|
||||
}
|
||||
return $result
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user