This is the only sim that sets up its own WITH_TRACE mask and it conflicts
with the user setting their own list at configure time. Drop it to match
all the other sims.
+2015-06-11 Mike Frysinger <vapier@gentoo.org>
+
+ * sim-main.h (WITH_TRACE): Delete.
+
2015-04-18 Mike Frysinger <vapier@gentoo.org>
* sim-main.h (USING_SIM_BASE_H): Delete.
/* Main header for the frv. */
-/* Set the mask of unsupported traces. */
-#define WITH_TRACE \
- (~(TRACE_alu | TRACE_decode | TRACE_memory | TRACE_model | TRACE_fpu \
- | TRACE_branch | TRACE_debug))
-
/* sim-basics.h includes config.h but cgen-types.h must be included before
sim-basics.h and cgen-types.h needs config.h. */
#include "config.h"