diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1994-12-31 16:34:59 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1994-12-31 16:34:59 +0000 |
| commit | 9d1e3dc7d8ab375597fa1e962a72d3b176c35c02 (patch) | |
| tree | cb0c2100bdd1ac80a1e7900bf2f3b790a0a9215a /gnu/usr.bin/gdb/bfd | |
| parent | fcb54b3ee068da4cdeea518c912ab185573048eb (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/gdb/bfd')
| -rw-r--r-- | gnu/usr.bin/gdb/bfd/sysdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/bfd/sysdep.h b/gnu/usr.bin/gdb/bfd/sysdep.h index 68b107d7b67b..dd7328b1d0f0 100644 --- a/gnu/usr.bin/gdb/bfd/sysdep.h +++ b/gnu/usr.bin/gdb/bfd/sysdep.h @@ -30,12 +30,13 @@ #ifdef __bsdi__ /* This seems to be the right thing for BSDI. */ #define HOST_STACK_END_ADDR USRSTACK -#define HOST_DATA_START_ADDR ((bfd_vma)u.u_kproc.kp_eproc.e_vm.vm_daddr) #else /* This seems to be the right thing for 386BSD release 0.1. */ #define HOST_STACK_END_ADDR (USRSTACK - MAXSSIZ) #endif +#define HOST_DATA_START_ADDR ((bfd_vma)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) #define u_comm u_kproc.kp_proc.p_comm |
