1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / delta68-nat.c
index c62e1d705441b91dbf83eae46d934764cb0037ff..3995b235e04752956fe1c600232a50dfa144444c 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions specific to running gdb native on a Motorola Delta Series sysV68.
-   Copyright (C) 1993, Free Software Foundation, Inc.
+   Copyright (C) 1993, 1997-98, Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -77,3 +77,15 @@ _initialize_delta68_nat ()
       exit (1);
     }
 }
+
+clear_insn_cache ()
+{
+#ifdef MCT_TEXT /* in sys/signal.h on sysV68 R3V7.1 */
+  memctl(0, 4096, MCT_TEXT);
+#endif
+}
+
+kernel_u_size ()
+{
+  return sizeof (struct user);
+}
This page took 0.023086 seconds and 4 git commands to generate.