Fix core file stacks.
authorJohn Gilmore <gnu@cygnus>
Fri, 31 Jan 1992 09:21:14 +0000 (09:21 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 31 Jan 1992 09:21:14 +0000 (09:21 +0000)
bfd/hosts/vaxbsd.h

index a8670816c75106a72f15566bec226834f0b96322..41cd03b35d7e426a2fe597616562f0862d0ec90c 100644 (file)
@@ -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 */