From 84f652b150d70b36b704182702ee8de5950b0a82 Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Fri, 23 Sep 1994 22:30:31 +0000 Subject: * solib.c: *BSD systems need to be included before . * i386b-nat.c: Add i386_float_info(), etc. * config/i386/nm-nbsd.h: #define FLOAT_INFO. * config/nm-nbsd.h: New file, for generic NetBSD native support. * config/i386/nm-nbsd.h: Use it. * config/sparc/nm-nbsd.h: Use it. * config/ns32k/nm-nbsd.h: Use it. * configure.in (i386-*-netbsd): Use config/i386/nbsd.m[ht]. (ns32k-*-netbsd): Use config/ns32k/nbsd.m[ht]. * config/i386/{nbsd.mh,nbsd.mt,nm-nbsd.h,tm-nbsd.h,xm-nbsd.h}: New files, support for NetBSD/i386. * config/ns32k/{nbsd.mh,nbsd.mh,nm-nbsd.h,tm-nbsd.h,xm-nbsd.h}: New files, support for NetBSD/ns32k. --- gdb/config/sparc/nm-nbsd.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'gdb/config/sparc/nm-nbsd.h') diff --git a/gdb/config/sparc/nm-nbsd.h b/gdb/config/sparc/nm-nbsd.h index 83d918e..9116d1d 100644 --- a/gdb/config/sparc/nm-nbsd.h +++ b/gdb/config/sparc/nm-nbsd.h @@ -20,15 +20,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef NM_NBSD_H #define NM_NBSD_H -/* This is the amount to subtract from u.u_ar0 - to get the offset in the core file of the register values. */ - -#include -#define KERNEL_U_ADDR USRSTACK - -#define PTRACE_ARG3_TYPE char* - -#define ATTACH_DETACH +/* Get generic NetBSD native definitions. */ +#include "nm-nbsd.h" #define FETCH_INFERIOR_REGISTERS -- cgit v1.1