Thu Apr 17 02:25:11 1997 Doug Evans <dje@canuck.cygnus.com>
* sim-options.c, sim-options.h: New files.
+ * sim-config.h (WITH_DEBUG): Provide default value of zero.
* run.c (main): Check return value of sim_open.
/* Debugging:
- Control the inclusion of debugging code. */
+ Control the inclusion of debugging code.
+ Debugging is only turned on in rare circumstances [say during development]
+ and is not intended to be turned on otherwise. */
+
+#ifndef WITH_DEBUG
+#define WITH_DEBUG 0
+#endif
/* Include the tracing code. Disabling this eliminates all tracing
code */