ksymoops w. new objdump
Michael L. Galbraith (mikeg@mikeg.weiden.de)
Fri, 28 Mar 1997 07:31:57 +0100 (MET)
I was wondrering why ksymoops didn't disassemble, and found that
changing line 170 of ksymoops.cc to..
char const* objdump_command = "objdump -d --prefix-addresses oops_decode.o";
..fixed the problem.
Cheers,
-Mike