Don't define HOST_DATA_START_ADDR, since gdb works without it the

previous definition doesn't work on BSD4.4Lite[2] derived systems
without the changes in rev.1.27 of kern_proc.c.
This commit is contained in:
Bruce Evans 1997-07-13 14:31:54 +00:00
parent 65b3003d2d
commit 64bb6c3420
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27370

View File

@ -15,8 +15,9 @@
/* This seems to be the right thing for FreeBSD and BSDI */
#define HOST_STACK_END_ADDR USRSTACK
/* BSDI defines this too (PST) */
#define HOST_DATA_START_ADDR ((bfd_vma)u.u_kproc.kp_eproc.e_vm.vm_daddr)
/* Leave HOST_DATA_START_ADDR undefined, since the default when it is not
defined sort of works, and FreeBSD-2.0 through FreeBSD-2.2.2 do not
set u.u_kproc.kp_eproc.e_vm.vm_daddr. */
#define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
((core_bfd)->tdata.trad_core_data->u.u_sig)