diff options
Diffstat (limited to 'gdb/config/vax/nm-vax.h')
-rw-r--r-- | gdb/config/vax/nm-vax.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/vax/nm-vax.h b/gdb/config/vax/nm-vax.h index 2518047..b1d73b6 100644 --- a/gdb/config/vax/nm-vax.h +++ b/gdb/config/vax/nm-vax.h @@ -20,6 +20,10 @@ #define AP_REGNUM 12 /* XXXJRT */ +/* This is the amount to subtract from u.u_ar0 + to get the offset in the core file of the register values. */ +#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; \ |