scripts: objdiff: change the extension of disassembly from .o to .dis
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 9 Jun 2014 02:16:38 +0000 (11:16 +0900)
committerMichal Marek <mmarek@suse.cz>
Tue, 10 Jun 2014 12:59:33 +0000 (14:59 +0200)
Prior to this commit, the command "scripts/objdiff record path/to/*.o"
disassembled the given object into ".tmp_objdiff/path/to/*.o" file.

The problem here is that recorded disassemblies are lost if we run
"make clean" because it removes all the *.o files.
Disassembled code should be dumped into *.dis instead of *.o files.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>

No differences found