diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-03-31 00:39:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-03-31 00:39:35 +0000 |
commit | 73e76d20031e4c59fa47e9c0dca449f8351a3657 (patch) | |
tree | bf28326eb37d7fdc262c1bc88b6eeb5eed7b002b /sim/m32r/tconfig.in | |
parent | 37cf6fc12167035748c548a6258d2e5de85e7980 (diff) | |
download | gdb-73e76d20031e4c59fa47e9c0dca449f8351a3657.zip gdb-73e76d20031e4c59fa47e9c0dca449f8351a3657.tar.gz gdb-73e76d20031e4c59fa47e9c0dca449f8351a3657.tar.bz2 |
sim: frv/m32r: back out hard failure when dv-sockser is not available
These sims have optional support for the dv-sockser model, so do not make
them hard failures. The Makefile made it seem like they didn't actually
support things dynamically, but a further code dive into the source and
the Makefile shows that things work out.
Diffstat (limited to 'sim/m32r/tconfig.in')
-rw-r--r-- | sim/m32r/tconfig.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/m32r/tconfig.in b/sim/m32r/tconfig.in index f2599e3..1d159bc 100644 --- a/sim/m32r/tconfig.in +++ b/sim/m32r/tconfig.in @@ -35,9 +35,6 @@ MODULE_INSTALL_FN dv_sockser_install; #define SIM_BREAKPOINT { 0x10, 0xf1 } #define SIM_BREAKPOINT_SIZE 2 #endif -#if 0 -#define HAVE_DV_SOCKSER -#endif /* This is a global setting. Different cpu families can't mix-n-match -scache and -pbb. However some cpu families may use -simple while others use |