aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/tm-embed.h
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1997-10-06 22:55:34 +0000
committerStan Shebs <shebs@codesourcery.com>1997-10-06 22:55:34 +0000
commite5d6b49ad9b21a9edd35f5336b308e936ef45e32 (patch)
treeea736f50906fe2d563253c01e535c6a246299815 /gdb/config/mips/tm-embed.h
parenta9da34ae13489d15fdfb70fd9783149ea016a41d (diff)
downloadgdb-e5d6b49ad9b21a9edd35f5336b308e936ef45e32.zip
gdb-e5d6b49ad9b21a9edd35f5336b308e936ef45e32.tar.gz
gdb-e5d6b49ad9b21a9edd35f5336b308e936ef45e32.tar.bz2
Remove sanitized-out Magic Cap support, will never be released
Diffstat (limited to 'gdb/config/mips/tm-embed.h')
-rw-r--r--gdb/config/mips/tm-embed.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/gdb/config/mips/tm-embed.h b/gdb/config/mips/tm-embed.h
index 4f82d3f..4a4aa75 100644
--- a/gdb/config/mips/tm-embed.h
+++ b/gdb/config/mips/tm-embed.h
@@ -44,27 +44,6 @@ int remote_mips_remove_watchpoint PARAMS ((CORE_ADDR addr, int len, int type));
#define STOPPED_BY_WATCHPOINT(w) remote_mips_stopped_by_watchpoint ()
-/* start-sanitize-gm */
-#ifdef GENERAL_MAGIC
-
-#include "tm-magic.h" /* Include generic stuff */
-
-/* For some reason GM can't hack this... */
-
-#undef GET_LONGJMP_TARGET
-
-#define TARGET_CAN_USE_HARDWARE_WATCHPOINT(type, cnt, ot) \
- (1 == 1) /* We allow all types of hardware watchpoints */
-
-#define FLUSH_CACHED_MEMORY() flush_cached_memory()
-
-#else
-/* end-sanitize-gm */
-
#define TARGET_CAN_USE_HARDWARE_WATCHPOINT(type, cnt, ot) \
remote_mips_can_use_hardware_watchpoint(cnt)
int remote_mips_can_use_hardware_watchpoint PARAMS ((int cnt));
-
-/* start-sanitize-gm */
-#endif /* GENERAL_MAGIC */
-/* end-sanitize-gm */