diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-24 17:01:21 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-24 20:03:14 -0500 |
commit | 84e8e361dd3a3dd7314759f7f07927dac401d0e6 (patch) | |
tree | 8258689d3cd0636c5661b3892b5ec1d275627081 /sim/frv | |
parent | sim: delete SIM_HAVE_FLATMEM support (diff) | |
download | binutils-gdb-84e8e361dd3a3dd7314759f7f07927dac401d0e6.tar.gz binutils-gdb-84e8e361dd3a3dd7314759f7f07927dac401d0e6.tar.bz2 binutils-gdb-84e8e361dd3a3dd7314759f7f07927dac401d0e6.zip |
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.
Diffstat (limited to 'sim/frv')
-rw-r--r-- | sim/frv/ChangeLog | 4 | ||||
-rw-r--r-- | sim/frv/tconfig.h | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sim/frv/ChangeLog b/sim/frv/ChangeLog index 3ce4963b26f..329d6fc8b40 100644 --- a/sim/frv/ChangeLog +++ b/sim/frv/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/frv/tconfig.h b/sim/frv/tconfig.h index 370cacc018d..06ec4a04f52 100644 --- a/sim/frv/tconfig.h +++ b/sim/frv/tconfig.h @@ -6,11 +6,6 @@ /* For MSPR support. FIXME: revisit. */ #define WITH_DEVICES 1 -#if 0 -/* Enable watchpoints. */ -#define WITH_WATCHPOINTS 1 -#endif - /* ??? Temporary hack until model support unified. */ #define SIM_HAVE_MODEL |