>
> Compile it with "gcc -c -o foo.o foo.s" then look at the output
> of "objdump --disassemble foo.o".
>
> Not exactly rocket science, just using the tools :-)
>

Yep.

After a colleague read this (thanks Perry) he also suggested objdump
and I found it disassembles my modules quite while e.g.
objdump -r -S -l --disassemble net/dccp/ipv4.o

Ian
-
To unsubscribe from this list: send the line "unsubscribe dccp" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to