These patches renames tools and cleanup messages
for x86 insn decoder according to Ingo's comment.
It is a kind of cleanup series of code. Just changes
meaningless command names to appropriate (or better)
one and does some cleanup including standarize
messages.

---

Masami Hiramatsu (3):
      x86: tools: Rename test_get_len to insn_decoder_test
      x86: tools: Rename distill.awk to objdump_reformat.awk
      x86: tools: Standardize output format of insn_decode_test


 arch/x86/tools/Makefile             |   12 +-
 arch/x86/tools/distill.awk          |   48 ---------
 arch/x86/tools/insn_decoder_test.c  |  180 +++++++++++++++++++++++++++++++++++
 arch/x86/tools/objdump_reformat.awk |   48 +++++++++
 arch/x86/tools/test_get_len.c       |  173 ----------------------------------
 5 files changed, 234 insertions(+), 227 deletions(-)
 delete mode 100644 arch/x86/tools/distill.awk
 create mode 100644 arch/x86/tools/insn_decoder_test.c
 create mode 100644 arch/x86/tools/objdump_reformat.awk
 delete mode 100644 arch/x86/tools/test_get_len.c

--
Masami Hiramatsu <[email protected]>

Reply via email to