diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-07-29 20:53:27 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-07-29 20:53:27 +0000 |
commit | e910f676f70b59dc510554d59b3fa603622e019e (patch) | |
tree | f7a4604ef3882ad636d083fcef1ada9b17ef3176 /gdb/config/i386/nm-i386v42mp.h | |
parent | 6fa856b91f332d8632eefbbd33ce04d0d75cc748 (diff) | |
download | gdb-e910f676f70b59dc510554d59b3fa603622e019e.zip gdb-e910f676f70b59dc510554d59b3fa603622e019e.tar.gz gdb-e910f676f70b59dc510554d59b3fa603622e019e.tar.bz2 |
2004-07-29 Andrew Cagney <cagney@gnu.org>
* config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
* config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
* config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
* config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
* config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
* config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
Diffstat (limited to 'gdb/config/i386/nm-i386v42mp.h')
-rw-r--r-- | gdb/config/i386/nm-i386v42mp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/i386/nm-i386v42mp.h b/gdb/config/i386/nm-i386v42mp.h index f6fced5..5b5c7f0 100644 --- a/gdb/config/i386/nm-i386v42mp.h +++ b/gdb/config/i386/nm-i386v42mp.h @@ -89,4 +89,8 @@ /* Return whether PID contains a user-space thread id. */ #define ISTID(PID) (ptid_get_tid (PID)) +/* 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 0xe0000000 + #endif /* NM_I386V42MP_H */ |