
15 Dec
2003
15 Dec
'03
12:56 p.m.
malcolm 2003/12/15 09:56:59 PST Modified files: src/runtime/Kernel Makefile Log: The evil mangler for assembler must take into account the latest gcc-3.3 assembler format, where .align 32 is replaced by .p2align 5, so the mangled version .align 4 should now become .p2align 2. Revision Changes Path 1.15 +3 -2 nhc98/src/runtime/Kernel/Makefile