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 | |
parent | ec32e4bec5c4f66fd211c56f7677f243b7ec1a4b (diff) | |
download | gdb-acceddb653ce551b8c34c4babd93239a8dd131ca.zip gdb-acceddb653ce551b8c34c4babd93239a8dd131ca.tar.gz gdb-acceddb653ce551b8c34c4babd93239a8dd131ca.tar.bz2 |
* config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/config/nm-nbsd.h | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e08d55a..699062b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com> + * config/nm-nbsd.h (KERNEL_U_ADDR): Remove. + +2002-01-18 Jason Thorpe <thorpej@wasabisystems.com> + * alpha-tdep.c: Update copyright years. (alpha_next_pc): New function. (alpha_software_single_step): Ditto. 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 |