aboutsummaryrefslogtreecommitdiff
path: root/gdb/xm-vax.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/xm-vax.h')
-rw-r--r--gdb/xm-vax.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/gdb/xm-vax.h b/gdb/xm-vax.h
index 778602a..3e91b41 100644
--- a/gdb/xm-vax.h
+++ b/gdb/xm-vax.h
@@ -1,5 +1,5 @@
/* Common definitions to make GDB run on Vaxen under 4.2bsd and Ultrix.
- Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
This file is part of GDB.
@@ -28,14 +28,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define KERNEL_U_ADDR (0x80000000 - (UPAGES * NBPG))
-#define REGISTER_U_ADDR(addr, blockend, regno) \
-{ addr = blockend - 0110 + regno * 4; \
- if (regno == PC_REGNUM) addr = blockend - 8; \
- if (regno == PS_REGNUM) addr = blockend - 4; \
- if (regno == FP_REGNUM) addr = blockend - 0120; \
- 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