summaryrefslogtreecommitdiffstats
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
commit9c9e1b263d68630de0b0b4488bd3504d048d5913 (patch)
treeda4225d19b841fcb41f82c867d1068dea2a03d15 /sim
parent8fd4256dd0a856d3a1320598f063d4d593d84e67 (diff)
downloadppe42-binutils-9c9e1b263d68630de0b0b4488bd3504d048d5913.tar.gz
ppe42-binutils-9c9e1b263d68630de0b0b4488bd3504d048d5913.zip
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 ddab6e9136..18ee7f2b71 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 0ac76065fd..8504574e6b 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)
OpenPOWER on IntegriCloud