K 10 svn:author V 5 peter K 8 svn:date V 27 2001-02-25T07:51:19.000000Z K 7 svn:log V 366 genassym.sh does not work with a.out because the sizes are rounded up by the compiler. ie: char foo[0] comes out as 4 bytes on a.out, and we depended on it coming out as 0 for the script version. :-( Make double sure that genassym.o is built and nm'ed in elf mode. (ia64 skipped since it is stuck on the linux toolchain and doesn't understand the -elf switches) END