From 84e8e361dd3a3dd7314759f7f07927dac401d0e6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 24 Dec 2015 17:01:21 -0500 Subject: sim: enable watchpoint module everywhere We build & bundle the watchpoint module everywhere, but we don't make the command line flags available by default. A few targets opted in, but most did not. Just enable the flag for everyone. Not all targets will respect the flags (making them nops), but shouldn't be a big deal. This is how we handle other common modules already. --- sim/m32r/ChangeLog | 4 ++++ sim/m32r/tconfig.h | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'sim/m32r') diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index ac2efcb..cd821a3 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,5 +1,9 @@ 2015-12-24 Mike Frysinger + * tconfig.h (WITH_WATCHPOINTS): Delete. + +2015-12-24 Mike Frysinger + * tconfig.h (SIM_HAVE_MEM_SIZE): Delete. 2015-11-15 Mike Frysinger diff --git a/sim/m32r/tconfig.h b/sim/m32r/tconfig.h index e06d2cf..00ca73f 100644 --- a/sim/m32r/tconfig.h +++ b/sim/m32r/tconfig.h @@ -9,11 +9,6 @@ /* For MSPR support. FIXME: revisit. */ #define WITH_DEVICES 1 -#if 0 -/* Enable watchpoints. */ -#define WITH_WATCHPOINTS 1 -#endif - /* Define this to enable the intrinsic breakpoint mechanism. */ /* FIXME: may be able to remove SIM_HAVE_BREAKPOINT since it essentially duplicates ifdef SIM_BREAKPOINT (right?) */ -- cgit v1.1