#!/bin/sh # munch - a sleazy hack for a wind river tool that I don't have. # It is part of C++ support and gathers up constructor and # destructor declarations or some such thing. # The real tool is used something like this: # nm a.out.file | munch >ctdt.c # what I do is ignore standard input and just emit a fixed file. # (namely, exactly what gets generated for the wind kernel # when I build it on a sun host). # works for me! cat <