summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2013-01-17 09:44:53 +0000
committerAnthony Green <green@redhat.com>2013-01-17 09:44:53 +0000
commitf12dcd255c37b3f515d86a3c6437c00c740d64d0 (patch)
tree21acb6aef85842363b51dc16deb6504a101b4536 /sim
parent28b53a1a8cfa7f348be33e0708c3a5723a7567c1 (diff)
downloadgdb-f12dcd255c37b3f515d86a3c6437c00c740d64d0.tar.gz
Remove debug output
Diffstat (limited to 'sim')
-rw-r--r--sim/moxie/ChangeLog4
-rw-r--r--sim/moxie/interp.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog
index ddab6e91364..18ee7f2b710 100644
--- a/sim/moxie/ChangeLog
+++ b/sim/moxie/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-17 Anthony Green <green@moxielogic.com>
+
+ * interp.c (sim_open): Remove from debug output.
+
2012-09-07 Anthony Green <green@moxielogic.com>
* interp.c (sim_resume): Branches are now relative to the
diff --git a/sim/moxie/interp.c b/sim/moxie/interp.c
index 0ac76065fdc..8504574e6b9 100644
--- a/sim/moxie/interp.c
+++ b/sim/moxie/interp.c
@@ -1165,7 +1165,6 @@ sim_open (kind, cb, abfd, argv)
char ** argv;
{
SIM_DESC sd = sim_state_alloc (kind, cb);
- printf ("0x%x 0x%x\n", sd, STATE_MAGIC(sd));
SIM_ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
if (sim_pre_argv_init (sd, argv[0]) != SIM_RC_OK)