Module Name: src Committed By: skrll Date: Fri Apr 26 07:35:21 UTC 2019
Modified Files: src/usr.bin/elf2aout: elf2aout.c Log Message: A couple of fixes so that NetBSD/cats builds (on linux), works, and produces a symbol table that is readable (by 4.4BSD nm(1) at least) - Change from OMAGIC to ZMAGIC - Resize the a.out string table if we run out of space. - output symbol table size as int32_t (the code already assumes no 64bit a.out. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/elf2aout/elf2aout.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.