diff options
author | John Gilmore <gnu@cygnus> | 1992-01-31 09:21:14 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-01-31 09:21:14 +0000 |
commit | 37fc9d04ee07185b55f7e67de2b75a0ca8e90e9c (patch) | |
tree | e1adcd746f7e2620ee423c97fc9b9f563c5d9f24 /bfd | |
parent | e702d26e3b3b8447d3224e0419ae3bf3f3ba5b48 (diff) | |
download | ppe42-binutils-37fc9d04ee07185b55f7e67de2b75a0ca8e90e9c.tar.gz ppe42-binutils-37fc9d04ee07185b55f7e67de2b75a0ca8e90e9c.zip |
Fix core file stacks.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/hosts/vaxbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/hosts/vaxbsd.h b/bfd/hosts/vaxbsd.h index a8670816c7..41cd03b35d 100644 --- a/bfd/hosts/vaxbsd.h +++ b/bfd/hosts/vaxbsd.h @@ -20,7 +20,7 @@ #define HOST_MACHINE_ARCH bfd_arch_vax #define HOST_TEXT_START_ADDR 0 -#define HOST_STACK_END_ADDR KERNBASE +#define HOST_STACK_END_ADDR (KERNBASE - (UPAGES * NBPG)) #undef HOST_BIG_ENDIAN_P /* EXACT TYPES */ |