diff options
Diffstat (limited to 'sim/sh64')
-rw-r--r-- | sim/sh64/ChangeLog | 4 | ||||
-rw-r--r-- | sim/sh64/tconfig.h | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sim/sh64/ChangeLog b/sim/sh64/ChangeLog index f4c6aa4..c56cd98 100644 --- a/sim/sh64/ChangeLog +++ b/sim/sh64/ChangeLog @@ -1,5 +1,9 @@ 2015-12-24 Mike Frysinger <vapier@gentoo.org> + * tconfig.h (WITH_WATCHPOINTS): Delete. + +2015-12-24 Mike Frysinger <vapier@gentoo.org> + * tconfig.h (SIM_HAVE_MEM_SIZE): Delete. 2015-11-15 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/sh64/tconfig.h b/sim/sh64/tconfig.h index 4b700ae..6f8d7ff 100644 --- a/sim/sh64/tconfig.h +++ b/sim/sh64/tconfig.h @@ -6,11 +6,6 @@ /* For MSPR support. FIXME: revisit. */ #define WITH_DEVICES 0 -#if 0 -/* Enable watchpoints. */ -#define WITH_WATCHPOINTS 1 -#endif - /* ??? Temporary hack until model support unified. */ #define SIM_HAVE_MODEL |