diff options
Diffstat (limited to 'gdb/config/i386/nm-i386v4.h')
-rw-r--r-- | gdb/config/i386/nm-i386v4.h | 8 |
1 files changed, 7 insertions, 1 deletions
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. */ |