diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-01-18 18:14:51 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-01-18 18:14:51 +0000 |
commit | acceddb653ce551b8c34c4babd93239a8dd131ca (patch) | |
tree | aed7e9ab680c588732c5498e0c1f32335992f676 /gdb/config | |
parent | ec32e4bec5c4f66fd211c56f7677f243b7ec1a4b (diff) | |
download | gdb-acceddb653ce551b8c34c4babd93239a8dd131ca.zip gdb-acceddb653ce551b8c34c4babd93239a8dd131ca.tar.gz gdb-acceddb653ce551b8c34c4babd93239a8dd131ca.tar.bz2 |
* config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/nm-nbsd.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/nm-nbsd.h b/gdb/config/nm-nbsd.h index 2911288..402f606 100644 --- a/gdb/config/nm-nbsd.h +++ b/gdb/config/nm-nbsd.h @@ -18,13 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* This is the amount to subtract from u.u_ar0 - to get the offset in the core file of the register values. */ - -#include <machine/vmparam.h> - -#define KERNEL_U_ADDR USRSTACK - #define PTRACE_ARG3_TYPE char* #define FETCH_INFERIOR_REGISTERS |