/usr/ccs/bin/mcs [options] filesManipulate the comment section. mcs adds to, compresses, deletes, or prints a section of one or more ELF object files. The default section is .comment. If any input file is an archive, mcs acts on each component file and removes the archive symbol table (unless -p was the only option specified). Use ar s to regenerate the symbol table. Use of mcs -d can significantly decrease the size of large executables, often saving considerable disk space. At least one option must be supplied.
-a stringAppend string to the comment section of files.
-cCompress the comment section of files and remove duplicate entries.
-dDelete the comment section (including header).
-n nameAct on section name instead of .comment.
-pPrint the comment section on standard output.
-VPrint the version of mcs on standard error.
mcs -p kernel.oPrint the comment section of kernel.o