aboutsummaryrefslogtreecommitdiff
path: root/sim/microblaze/interp.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-29 16:43:48 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-29 16:45:49 -0400
commit191ec03314b005b8189ecea7296f2f6cad534d09 (patch)
tree6f349c9e22f91966fb7e8dbbc84acb9cdeb18fe6 /sim/microblaze/interp.c
parent744b9a190b9b5b83d83f43d35b6ab6d20f49af8f (diff)
downloadfsf-binutils-gdb-191ec03314b005b8189ecea7296f2f6cad534d09.zip
fsf-binutils-gdb-191ec03314b005b8189ecea7296f2f6cad534d09.tar.gz
fsf-binutils-gdb-191ec03314b005b8189ecea7296f2f6cad534d09.tar.bz2
sim: microblaze: start a testsuite
Since the sim doesn't have any debug support in it, we can only exit cleanly. But this is still better than nothing. Change the default microblaze sim to not dump the debug load output when running. No other does this, and it breaks the testsuite.
Diffstat (limited to 'sim/microblaze/interp.c')
-rw-r--r--sim/microblaze/interp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/microblaze/interp.c b/sim/microblaze/interp.c
index ad6faaa..4e64932 100644
--- a/sim/microblaze/interp.c
+++ b/sim/microblaze/interp.c
@@ -820,7 +820,7 @@ sim_load (SIM_DESC sd, const char *prog, bfd *abfd, int from_tty)
/* from sh -- dac */
prog_bfd = sim_load_file (sd, myname, callback, prog, abfd,
/* sim_kind == SIM_OPEN_DEBUG, */
- 1,
+ 0,
0, sim_write);
if (prog_bfd == NULL)
return SIM_RC_FAIL;