summaryrefslogtreecommitdiffstats
path: root/bfd
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-01-31 09:21:14 +0000
committerJohn Gilmore <gnu@cygnus>1992-01-31 09:21:14 +0000
commit37fc9d04ee07185b55f7e67de2b75a0ca8e90e9c (patch)
treee1adcd746f7e2620ee423c97fc9b9f563c5d9f24 /bfd
parente702d26e3b3b8447d3224e0419ae3bf3f3ba5b48 (diff)
downloadppe42-binutils-37fc9d04ee07185b55f7e67de2b75a0ca8e90e9c.tar.gz
ppe42-binutils-37fc9d04ee07185b55f7e67de2b75a0ca8e90e9c.zip
Fix core file stacks.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/hosts/vaxbsd.h2
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 */
OpenPOWER on IntegriCloud