From e833b7618213d242416d64171381f774f4353572 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 31 Aug 1999 01:14:27 +0000 Subject: import gdb-1999-08-30 snapshot --- gdb/infttrace.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gdb/infttrace.c') diff --git a/gdb/infttrace.c b/gdb/infttrace.c index 3e94e8100b5..626d8135660 100644 --- a/gdb/infttrace.c +++ b/gdb/infttrace.c @@ -45,9 +45,6 @@ #include #include -#ifdef HAVE_UNISTD_H -#include -#endif #include #ifndef NO_PTRACE_H @@ -5216,7 +5213,7 @@ child_pid_to_exec_file (tid) hack that DDE uses, of pawing through the process' data segment to find the pathname. */ - top_of_stack = 0x7b03a000; + top_of_stack = (TARGET_PTR_BIT == 64 ? 0x800003ffff7f0000 : 0x7b03a000); name_index = 0; done = 0; -- cgit v1.2.1