DJ Delorie <[EMAIL PROTECTED]> wrote: > Is sh-elf/sim supposed to support profiling? My latest tests show all > the profiling tests failing. For example, the bprob executable has > the name of the gcda file in it, but doesn't attempt to write it out > (verified with strace against the simulator).
Is your gcc configured with --with-newlib --with-headers? I thought that those options are required to get a working libgcov on newlib targets. Regards, kaz