aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>1998-12-05 11:46:32 +0000
committerFrank Ch. Eigler <fche@redhat.com>1998-12-05 11:46:32 +0000
commit81271391435060d227a183117e63d8dc351c43f5 (patch)
treebdf8dbf4d8b98bac110fba13a316b6b29d957316 /sim
parent3e99af1bae18cf44ea630a3cd5d371651a57474b (diff)
downloadgdb-81271391435060d227a183117e63d8dc351c43f5.zip
gdb-81271391435060d227a183117e63d8dc351c43f5.tar.gz
gdb-81271391435060d227a183117e63d8dc351c43f5.tar.bz2
* gxtool silence tweak
Diffstat (limited to 'sim')
-rw-r--r--sim/common/sim-gx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-gx.c b/sim/common/sim-gx.c
index b8cbbbd..5faf576 100644
--- a/sim/common/sim-gx.c
+++ b/sim/common/sim-gx.c
@@ -115,7 +115,7 @@ sim_gx_compiled_block_dispose(sim_gx_compiled_block* gx)
strcpy(la_name, gx->object_name);
strcpy(strstr(la_name, ".so.0"), ".la");
- sprintf(compile_command, "gxtool --mode=uninstall rm -f %s", la_name);
+ sprintf(compile_command, "gxtool --silent --mode=uninstall rm -f %s", la_name);
rc = system(compile_command);
if(rc != 0)