From 80b93d6b1a619c5d81aeceaeb6794a16a0101442 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 30 Nov 2004 15:05:20 +0000 Subject: 2004-11-30 Andrew Cagney * config/nm-sysv4.h: Delete file. * config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h". * config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h". * config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h". * config/ia64/nm-aix.h: Inline "config/nm-sysv4.h". * config/mips/nm-irix5.h: Inline "config/nm-sysv4.h". --- gdb/config/i386/nm-i386sol2.h | 8 +++++++- gdb/config/i386/nm-i386v4.h | 8 +++++++- gdb/config/i386/nm-i386v42mp.h | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) (limited to 'gdb/config/i386') diff --git a/gdb/config/i386/nm-i386sol2.h b/gdb/config/i386/nm-i386sol2.h index 18afa04..b71ee82 100644 --- a/gdb/config/i386/nm-i386sol2.h +++ b/gdb/config/i386/nm-i386sol2.h @@ -18,7 +18,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "config/nm-sysv4.h" +/* Use SVR4 style shared library support */ + +#include "solib.h" + +/* SVR4 has /proc support, so use it instead of ptrace. */ + +#define USE_PROC_FS #ifdef NEW_PROC_API /* Solaris 6 and above can do HW watchpoints */ diff --git a/gdb/config/i386/nm-i386v4.h b/gdb/config/i386/nm-i386v4.h index 821be55..c565c89 100644 --- a/gdb/config/i386/nm-i386v4.h +++ b/gdb/config/i386/nm-i386v4.h @@ -20,7 +20,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "config/nm-sysv4.h" +/* Use SVR4 style shared library support */ + +#include "solib.h" + +/* SVR4 has /proc support, so use it instead of ptrace. */ + +#define USE_PROC_FS /* This is the amount to subtract from u.u_ar0 to get the offset in the core file of the register values. */ diff --git a/gdb/config/i386/nm-i386v42mp.h b/gdb/config/i386/nm-i386v42mp.h index 5b5c7f0..c5abdc3 100644 --- a/gdb/config/i386/nm-i386v42mp.h +++ b/gdb/config/i386/nm-i386v42mp.h @@ -23,7 +23,13 @@ #ifndef NM_I386V42MP_H #define NM_I386V42MP_H -#include "config/nm-sysv4.h" +/* Use SVR4 style shared library support */ + +#include "solib.h" + +/* SVR4 has /proc support, so use it instead of ptrace. */ + +#define USE_PROC_FS /* define to select for other sysv4.2mp weirdness (see procfs.c) */ -- cgit v1.1