diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-07-13 14:31:54 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-07-13 14:31:54 +0000 |
| commit | 64bb6c342081d0038c60180f298afac55640afaa (patch) | |
| tree | fe838bc1eeda79b1aaa0fc3b8987d61bf322c898 /gnu | |
| parent | 65b3003d2db57c7e7f521f5f091ed7adbc151768 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gdb/bfd/i386freebsd.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/bfd/i386freebsd.h b/gnu/usr.bin/gdb/bfd/i386freebsd.h index af011311d795..4859a3797def 100644 --- a/gnu/usr.bin/gdb/bfd/i386freebsd.h +++ b/gnu/usr.bin/gdb/bfd/i386freebsd.h @@ -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) |
