[cvs-nhc98] Fix builds with gcc-3.x by introducing an "evil mangler" t

Malcolm Wallace malcolm@sparud.net
Wed, 5 Feb 2003 16:39:18 +0100 (CET)


malcolm: Wed Feb  5 16:39:18 CET 2003

Update of /usr/src/master/nhc/src/runtime/Kernel
In directory hinken:/tmp/cvs-serv19370/src/runtime/Kernel

Modified Files:
	Makefile 
Log Message:
Fix builds with gcc-3.x by introducing an "evil mangler" to re-adjust
array alignments in the assembly code.  Basically
  .align 32
becomes
  .align 4