diff options
-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 |