aboutsummaryrefslogtreecommitdiff
path: root/gdb/xm-vax.h
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-10-28 05:31:14 +0000
committerK. Richard Pixley <rich@cygnus>1992-10-28 05:31:14 +0000
commit7aae0974c21c5f0b22a0827b12bfedecec19cbaf (patch)
treec470d0fe01e09828ee1e42a7f15bf11a4c929137 /gdb/xm-vax.h
parent124a6fc03731dd62203eb02bd55eef793154cd5c (diff)
downloadgdb-7aae0974c21c5f0b22a0827b12bfedecec19cbaf.zip
gdb-7aae0974c21c5f0b22a0827b12bfedecec19cbaf.tar.gz
gdb-7aae0974c21c5f0b22a0827b12bfedecec19cbaf.tar.bz2
vax native support
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