diff options
Diffstat (limited to 'gdb/config/i386/nm-i386v4.h')
-rw-r--r-- | gdb/config/i386/nm-i386v4.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/i386/nm-i386v4.h b/gdb/config/i386/nm-i386v4.h index 356d3cb..ac87cbc 100644 --- a/gdb/config/i386/nm-i386v4.h +++ b/gdb/config/i386/nm-i386v4.h @@ -24,3 +24,7 @@ /* Poll causes GDB to hang, at least under Unixware 1.1.2. */ #define LOSING_POLL + +/* 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 |