diff --git a/lisp/hppa-validate.h b/lisp/hppa-validate.h index 7f24f1b0d5a580ef12d252bddc60ceaec966959d..dc3a75de8fdbfb72b0ee979f5d4dbbef0bc2f5ab 100644 --- a/lisp/hppa-validate.h +++ b/lisp/hppa-validate.h @@ -1,6 +1,6 @@ /* - $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/hppa-validate.h,v 1.3 1994/10/27 17:13:54 ram Exp $ + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/hppa-validate.h,v 1.4 1998/09/13 12:15:37 dtc Exp $ This code was written as part of the CMU Common Lisp project at Carnegie Mellon University, and has been placed in the public domain. @@ -15,11 +15,11 @@ #define STATIC_SPACE_SIZE (0x08000000) #define DYNAMIC_0_SPACE_START (0x30000000) -#define DYNAMIC_1_SPACE_START (0x38000000) -#define DYNAMIC_SPACE_SIZE (0x08000000) +#define DYNAMIC_1_SPACE_START (0x50000000) +#define DYNAMIC_SPACE_SIZE (0x20000000) -#define CONTROL_STACK_START (0x50000000) +#define CONTROL_STACK_START (0x70000000) #define CONTROL_STACK_SIZE (0x00100000) -#define BINDING_STACK_START (0x70000000) +#define BINDING_STACK_START (0x71000000) #define BINDING_STACK_SIZE (0x00100000) diff --git a/lisp/undefineds.h b/lisp/undefineds.h index 5fdbd11ed27605cf4d6cc9f964d06c1a14d1b127..0ae4e6c0f59b77db693870ddcc8ef66ddf452ae3 100644 --- a/lisp/undefineds.h +++ b/lisp/undefineds.h @@ -1,5 +1,5 @@ /* Routines that must be linked into the core for lisp to work. */ -/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.21 1998/04/08 16:26:05 pw Exp $ */ +/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.22 1998/09/13 12:15:37 dtc Exp $ */ /* Pick up all the syscalls. */ F(accept) @@ -116,7 +116,7 @@ F(setpgrp) #if !defined(SVR4) || defined(SOLARIS25) F(setpriority) #endif -#if !defined(mach) && !defined(SOLARIS) && !defined(__FreeBSD__) && !defined(SUNOS) && !defined(osf1) && !defined(irix) +#if !defined(mach) && !defined(SOLARIS) && !defined(__FreeBSD__) && !defined(SUNOS) && !defined(osf1) && !defined(irix) && !defined(hpux) F(setquota) #endif #if !defined(hpux) && !defined(SVR4) || defined(SOLARIS25)