K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-02-24T08:07:05.000000Z K 7 svn:log V 627 Third attempt at removing machdep.h and using ALIGN from . The initial stack_block is staticly allocated and will be aligned according to the alignment requirements of pointers, which does not necessarily match the alignment enforced by ALIGN. To solve this a more involved change is required: remove the static initial stack and deal with an initial condition of not having a stack at all. This change is therefore more risky than the previous ones, but unavoidable (other than not using the platform default alignment). Discussed with: tjr Approved and reviewed by: tjr Tested on: alpha, i386, ia64 and sparc64 END