This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch, sim, moxie] Remove debug output


I'm going to commit this patch, which simply removes some debug output
from the moxie simulator.

AG


2013-01-17  Anthony Green  <green@moxielogic.com>

	* moxie/interp.c (sim_open): Remove from debug output.


Index: sim/moxie/interp.c
===================================================================
RCS file: /cvs/src/src/sim/moxie/interp.c,v
retrieving revision 1.16
diff -u -r1.16 interp.c
--- sim/moxie/interp.c	1 Jan 2013 06:41:39 -0000	1.16
+++ sim/moxie/interp.c	17 Jan 2013 09:40:55 -0000
@@ -1165,7 +1165,6 @@
      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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]