Add sparclite support.
[deliverable/binutils-gdb.git] / gdb / xm-vax.h
index 28df3cd63b0a1368c0ed469322c82ce1bb0f5db8..778602aedbcca83b7b9a9842cc51ff7d9a2fa924 100644 (file)
@@ -1,4 +1,4 @@
-/* Definitions to make GDB run on a vax under 4.2bsd.
+/* Common definitions to make GDB run on Vaxen under 4.2bsd and Ultrix.
    Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
 
 This file is part of GDB.
@@ -36,6 +36,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
   if (regno == AP_REGNUM) addr = blockend - 0124;      \
   if (regno == SP_REGNUM) addr = blockend - 20; }
 
+/* Kernel is a bit tenacious about sharing text segments, disallowing bpts.  */
+#define        ONE_PROCESS_WRITETEXT
+
 /* Interface definitions for kernel debugger KDB.  */
 
 /* Map machine fault codes into signal numbers.
This page took 0.02296 seconds and 4 git commands to generate.