diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-06-09 11:16:38 +0900 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2014-06-10 14:59:33 +0200 |
commit | 8b5d0f20d64f00ffd5685879f8eb3659379f5aaa (patch) | |
tree | f1e3418163d8d1643e9714a8badebb01661231ad /scripts/package | |
parent | 18165efa8203a34d82f60a1831ea290e7304c654 (diff) | |
download | op-kernel-dev-8b5d0f20d64f00ffd5685879f8eb3659379f5aaa.zip op-kernel-dev-8b5d0f20d64f00ffd5685879f8eb3659379f5aaa.tar.gz |
scripts: objdiff: change the extension of disassembly from .o to .dis
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>
Diffstat (limited to 'scripts/package')
0 files changed, 0 insertions, 0 deletions