--- pdksh-5.2.14/alloc.c.align Mon Jan 8 17:00:56 2001 +++ pdksh-5.2.14/alloc.c Mon Jan 8 17:02:45 2001 @@ -110,6 +110,11 @@ Block *block; struct {int _;} junk; /* alignment */ double djunk; /* alignment */ +#ifdef __ia64__ + /* IA64 requires 16 byte alignment for some objects, so make + * this the minimum allocation size */ + char ajunk[16]; +#endif }; struct Block {