diff options
Diffstat (limited to 'gdb/config/ia64/nm-linux.h')
-rw-r--r-- | gdb/config/ia64/nm-linux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/ia64/nm-linux.h b/gdb/config/ia64/nm-linux.h index 5e9df60..20229a0 100644 --- a/gdb/config/ia64/nm-linux.h +++ b/gdb/config/ia64/nm-linux.h @@ -26,6 +26,10 @@ struct target_ops; #include "config/nm-linux.h" +/* 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 0x0 + /* Note: It seems likely that we'll have to eventually define FETCH_INFERIOR_REGISTERS. But until that time, we'll make do with the following. */ |