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/ia64/nm-aix.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'gdb/config/ia64') diff --git a/gdb/config/ia64/nm-aix.h b/gdb/config/ia64/nm-aix.h index 8a2d66f..b3f6b69 100644 --- a/gdb/config/ia64/nm-aix.h +++ b/gdb/config/ia64/nm-aix.h @@ -21,7 +21,13 @@ #ifndef NM_AIX_H #define NM_AIX_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 #ifndef AIX5 #define AIX5 1 -- cgit v1.1